Searched refs:TBuiltInParseablesHlsl (Results 1 - 3 of 3) sorted by relevance
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseables.h | 47 class TBuiltInParseablesHlsl : public TBuiltInParseables { class 50 TBuiltInParseablesHlsl();
|
H A D | hlslParseables.cpp | 42 // TBuiltInParseablesHlsl::initialize(version,profile) context-independent textual built-ins; add them to the right string 43 // TBuiltInParseablesHlsl::initialize(resources,...) context-dependent textual built-ins; add them to the right string 44 // TBuiltInParseablesHlsl::identifyBuiltIns(...,symbolTable) context-independent programmatic additions/mappings to the symbol table, 46 // TBuiltInParseablesHlsl::identifyBuiltIns(...,symbolTable, resources) context-dependent programmatic additions/mappings to the 389 TBuiltInParseablesHlsl::TBuiltInParseablesHlsl() in TBuiltInParseablesHlsl() function in glslang::TBuiltInParseablesHlsl 397 void TBuiltInParseablesHlsl::createMatTimesMat() in createMatTimesMat() 456 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*spvVersion*/) in initialize() 1009 void TBuiltInParseablesHlsl::initialize(const TBuiltInResource& /*resources*/, int /*version*/, EProfile /*profile*/, in initialize() 1022 void TBuiltInParseablesHlsl [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 95 case EShSourceHlsl: return new TBuiltInParseablesHlsl(); // HLSL intrinsics in CreateBuiltInParseables()
|
Completed in 6 milliseconds