Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.h97 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile);
98 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile);
99 void addImageFunctions(TSampler, const TString& typeName, int version, EProfile profile);
100 void addSamplingFunctions(TSampler, const TString& typeName, int version, EProfile profile);
101 void addGatherFunctions(TSampler, const TString& typeName, int version, EProfile profile);
DInitialize.cpp5780 TSampler sampler; in initialize()
5896 TSampler sampler;
5966 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile …
6076 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile …
6260 void TBuiltIns::addSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EPro…
6277 void TBuiltIns::addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfi…
6565 void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile…
DParseHelper.h374 int computeSamplerTypeIndex(TSampler&);
Dreflection.cpp701 int mapSamplerToGlType(TSampler sampler) in mapSamplerToGlType()
DParseHelper.cpp138 TSampler sampler; in setPrecisionDefaults()
2322 const TSampler& sampler = fnCandidate[0].type->getSampler(); in builtInOpCheck()
3270 TSampler texture = function.getType().getSampler(); in constructorTextureSamplerError()
3752 int TParseContext::computeSamplerTypeIndex(TSampler& sampler) in computeSamplerTypeIndex()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h75 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
215 bool operator==(const TSampler& right) const argument
234 bool operator!=(const TSampler& right) const
1370 TSampler sampler;
1506 TType(const TSampler& sampler, TStorageQualifier q = EvqUniform, TArraySizes* as = nullptr) :
1671 virtual const TSampler& getSampler() const { return sampler; } in getSampler()
1672 virtual TSampler& getSampler() { return sampler; } in getSampler()
2501 TSampler sampler;
Dintermediate.h1394 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const in crackTexture()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.h132 int computeSamplerTypeIndex(TSampler&);
217 bool setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc);
220 void getTextureReturnType(const TSampler& sampler, TType& retType) const;
DhlslParseHelper.cpp378 const TSampler& texSampler = object->getType().getSampler(); in handleLvalue()
724 const TSampler& sampler = base->getType().getSampler(); in handleBracketOperator()
940 const TSampler& sampler = base->getType().getSampler(); in handleDotDereference()
3236 TSampler samplerType = argTex->getType().getSampler(); in handleSamplerTextureCombine()
3788 …const auto convertReturn = [&loc, &node, this](TIntermTyped* result, const TSampler& sampler) -> T… in decomposeSampleMethods()
3921 const TSampler &sampler = argSamp->getType().getSampler(); in decomposeSampleMethods()
3961 const TSampler& sampler = arg0->getType().getSampler(); in decomposeSampleMethods()
4000 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
4039 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
4078 const TSampler& sampler = texType.getSampler(); in decomposeSampleMethods()
[all …]
DhlslGrammar.cpp1167 TSampler sampler; in acceptSubpassInputType()
1210 TSampler sampler; in acceptSamplerTypeDX9()
1256 TSampler sampler; in acceptSamplerType()
1382 TSampler sampler; in acceptTextureType()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp165 spv::Id getSampledType(const glslang::TSampler&);
341 spv::Dim TranslateDimensionality(const glslang::TSampler& sampler) in TranslateDimensionality()
3685 spv::Id TGlslangToSpvTraverser::getSampledType(const glslang::TSampler& sampler) in getSampledType()
3859 const glslang::TSampler& sampler = type.getSampler(); in convertGlslangToSpvType()
4767 glslang::TSampler sampler = {}; in translateArguments()
4916 const glslang::TSampler sampler = imageType.getSampler(); in createImageTextureFunctionCall()