Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.h95 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile);
96 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile);
97 void addImageFunctions(TSampler, const TString& typeName, int version, EProfile profile);
98 void addSamplingFunctions(TSampler, const TString& typeName, int version, EProfile profile);
99 void addGatherFunctions(TSampler, const TString& typeName, int version, EProfile profile);
DInitialize.cpp6337 TSampler sampler; in add2ndGenerationSamplingImaging()
6402 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile … in add2ndGenerationSamplingImaging()
6513 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile … in add2ndGenerationSamplingImaging()
6664 void TBuiltIns::addSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EPro… in add2ndGenerationSamplingImaging()
6681 void TBuiltIns::addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfi… in add2ndGenerationSamplingImaging()
7002 void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile… in add2ndGenerationSamplingImaging()
DParseHelper.h360 int computeSamplerTypeIndex(TSampler&);
Dreflection.cpp385 int mapSamplerToGlType(TSampler sampler) in mapSamplerToGlType()
DParseHelper.cpp126 TSampler sampler; in setPrecisionDefaults()
2052 const TSampler& sampler = fnCandidate[0].type->getSampler(); in builtInOpCheck()
2936 TSampler texture = function.getType().getSampler(); in constructorTextureSamplerError()
3422 int TParseContext::computeSamplerTypeIndex(TSampler& sampler) in computeSamplerTypeIndex()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h74 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
178 bool operator==(const TSampler& right) const argument
193 bool operator!=(const TSampler& right) const
1221 TSampler sampler;
1334 TType(const TSampler& sampler, TStorageQualifier q = EvqUniform, TArraySizes* as = nullptr) :
1477 virtual const TSampler& getSampler() const { return sampler; } in getSampler()
1478 virtual TSampler& getSampler() { return sampler; } in getSampler()
2153 TSampler sampler;
Dintermediate.h1295 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const in crackTexture()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h132 int computeSamplerTypeIndex(TSampler&);
212 bool setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc);
215 void getTextureReturnType(const TSampler& sampler, TType& retType) const;
DhlslParseHelper.cpp376 const TSampler& texSampler = object->getType().getSampler(); in handleLvalue()
726 const TSampler& sampler = base->getType().getSampler(); in handleBracketOperator()
944 const TSampler& sampler = base->getType().getSampler(); in handleDotDereference()
3100 TSampler samplerType = argTex->getType().getSampler(); in handleSamplerTextureCombine()
3651 …const auto convertReturn = [&loc, &node, this](TIntermTyped* result, const TSampler& sampler) -> T… in decomposeSampleMethods()
3783 const TSampler &sampler = argSamp->getType().getSampler(); in decomposeSampleMethods()
3822 const TSampler& sampler = arg0->getType().getSampler(); in decomposeSampleMethods()
3859 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
3898 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
3937 const TSampler& sampler = texType.getSampler(); in decomposeSampleMethods()
[all …]
DhlslGrammar.cpp1154 TSampler sampler; in acceptSubpassInputType()
1197 TSampler sampler; in acceptSamplerTypeDX9()
1243 TSampler sampler; in acceptSamplerType()
1369 TSampler sampler; in acceptTextureType()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp144 spv::Id getSampledType(const glslang::TSampler&);
306 spv::Dim TranslateDimensionality(const glslang::TSampler& sampler) in TranslateDimensionality()
2908 spv::Id TGlslangToSpvTraverser::getSampledType(const glslang::TSampler& sampler) in getSampledType()
3029 const glslang::TSampler& sampler = type.getSampler(); in convertGlslangToSpvType()
3844 glslang::TSampler sampler = {}; in translateArguments()
4023 const glslang::TSampler sampler = imageType.getSampler();