Home
last modified time | relevance | path

Searched defs:EProfile (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/GenericCodeGen/
DCodeGen.cpp71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile() argument
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp521 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/
DInitialize.cpp6664 …ddSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EProfile /*profile*/) in add2ndGenerationSamplingImaging() argument
DVersions.h58 } EProfile; typedef
DShaderLang.cpp1672 virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) { return true; } in compile() argument