Searched refs:setEntryPoint (Results 1 – 10 of 10) sorted by relevance
55 warmUpShader.setEntryPoint("main"); in Warmup()152 shader.setEntryPoint("main"); in GlslangCompileToSpirv()
68 void setEntryPoint(unsigned CC, StringRef Name);
187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint() function in AMDGPUPALMetadata
326 shader.setEntryPoint("main"); in compileShaderToSpirV()
469 GLSLANG_EXPORT void setEntryPoint(const char* entryPoint);
201 if (!entryPointName.empty()) shader->setEntryPoint(entryPointName.c_str());
897 shader.setEntryPoint("main"); in GenerateGlsl()
1182 MD->setEntryPoint(CC, MF.getFunction().getName()); in EmitPALMetadata()
1329 shader->setEntryPoint(entryPointName); in CompileAndLinkShaderUnits()
1763 void TShader::setEntryPoint(const char* entryPoint) in setEntryPoint() function in glslang::TShader