Home
last modified time | relevance | path

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

/third_party/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);
DParseContextBase.cpp733 typeLoc.type->getSampler() = TSampler{}; in finish()
DInitialize.cpp6248 TSampler sampler; in initialize()
6341 TSampler sampler; in add2ndGenerationSamplingImaging()
6407 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile … in addQueryFunctions()
6513 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile … in addImageFunctions()
6715 void TBuiltIns::addSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EPro… in addSubpassSampling()
6732 void TBuiltIns::addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfi… in addSamplingFunctions()
7000 void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile… in addGatherFunctions()
DParseHelper.h407 int computeSamplerTypeIndex(TSampler&);
Dreflection.cpp699 int mapSamplerToGlType(TSampler sampler) in mapSamplerToGlType()
DParseHelper.cpp128 TSampler sampler; in setPrecisionDefaults()
2328 TSampler s = arg0->getType().getSampler(); in builtInOpCheck()
2348 TSampler s = arg0->getType().getSampler(); in builtInOpCheck()
2753 const TSampler& sampler = fnCandidate[0].type->getSampler(); in builtInOpCheck()
3765 TSampler texture = function.getType().getSampler(); in constructorTextureSamplerError()
4309 int TParseContext::computeSamplerTypeIndex(TSampler& sampler) in computeSamplerTypeIndex()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h134 int computeSamplerTypeIndex(TSampler&);
219 bool setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc);
222 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()
3329 TSampler samplerType = argTex->getType().getSampler(); in handleSamplerTextureCombine()
3881 …const auto convertReturn = [&loc, &node, this](TIntermTyped* result, const TSampler& sampler) -> T… in decomposeSampleMethods()
4014 const TSampler &sampler = argSamp->getType().getSampler(); in decomposeSampleMethods()
4054 const TSampler& sampler = arg0->getType().getSampler(); in decomposeSampleMethods()
4093 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
4132 const TSampler& sampler = argTex->getType().getSampler(); in decomposeSampleMethods()
4171 const TSampler& sampler = texType.getSampler(); in decomposeSampleMethods()
[all …]
DhlslGrammar.cpp1215 TSampler sampler; in acceptSubpassInputType()
1258 TSampler sampler; in acceptSamplerTypeDX9()
1304 TSampler sampler; in acceptSamplerType()
1430 TSampler sampler; in acceptTextureType()
/third_party/glslang/glslang/Include/
DTypes.h79 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
212 bool operator==(const TSampler& right) const argument
231 bool operator!=(const TSampler& right) const
1451 TSampler sampler;
1625 TType(const TSampler& sampler, TStorageQualifier q = EvqUniform, TArraySizes* as = nullptr) :
1801 virtual const TSampler& getSampler() const { return sampler; } in getSampler()
1802 virtual TSampler& getSampler() { return sampler; } in getSampler()
2870 TSampler sampler;
Dintermediate.h1445 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const in crackTexture()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp162 spv::Id getSampledType(const glslang::TSampler&);
336 spv::Dim TranslateDimensionality(const glslang::TSampler& sampler) in TranslateDimensionality()
4318 spv::Id TGlslangToSpvTraverser::getSampledType(const glslang::TSampler& sampler) in getSampledType()
4500 const glslang::TSampler& sampler = type.getSampler(); in convertGlslangToSpvType()
5601 glslang::TSampler sampler = {}; in translateArguments()
5748 const glslang::TSampler sampler = imageType.getSampler(); in createImageTextureFunctionCall()