Home
last modified time | relevance | path

Searched refs:ShaderCompUnit (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/StandAlone/
DStandAlone.cpp1196 struct ShaderCompUnit { struct
1204 ShaderCompUnit(EShLanguage stage) : stage(stage), count(0) { } in ShaderCompUnit() argument
1206 ShaderCompUnit(const ShaderCompUnit& rhs) in ShaderCompUnit() function
1275 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()