Searched defs:EProfile (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile() argument
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseables.cpp | 521 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*… in initialize() argument 1074 …ablesHlsl::initialize(const TBuiltInResource& /*resources*/, int /*version*/, EProfile /*profile*/, in initialize() argument 1087 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument 1319 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 6664 …ddSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EProfile /*profile*/) in add2ndGenerationSamplingImaging() argument
|
D | Versions.h | 58 } EProfile; typedef
|
D | ShaderLang.cpp | 1672 virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) { return true; } in compile() argument
|