Searched refs:ShaderCompUnit (Results 1 – 1 of 1) sorted by relevance
1196 struct ShaderCompUnit { struct1204 ShaderCompUnit(EShLanguage stage) : stage(stage), count(0) { } in ShaderCompUnit() argument1206 ShaderCompUnit(const ShaderCompUnit& rhs) in ShaderCompUnit() function1275 void CompileAndLinkShaderUnits(std::vector<ShaderCompUnit> compUnits) in CompileAndLinkShaderUnits()1557 std::vector<ShaderCompUnit> compUnits; in CompileAndLinkShaderFiles()1563 ShaderCompUnit compUnit(FindLanguage("stdin")); in CompileAndLinkShaderFiles()1578 ShaderCompUnit compUnit(FindLanguage(workItem->name)); in CompileAndLinkShaderFiles()