Searched refs:NameLen (Results 1 – 1 of 1) sorted by relevance
164 size_t NameLen = strlen(OutputNames[I]); in compileToSPIRV() local165 if (NameLen >= 4 && strstr(OutputNames[I], ".spv") != nullptr && Outputs[I] != nullptr) { in compileToSPIRV()