Searched refs:TSampler (Results 1 – 12 of 12) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.h | 97 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);
|
D | ParseContextBase.cpp | 733 typeLoc.type->getSampler() = TSampler{}; in finish()
|
D | Initialize.cpp | 6248 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()
|
D | ParseHelper.h | 407 int computeSamplerTypeIndex(TSampler&);
|
D | reflection.cpp | 699 int mapSamplerToGlType(TSampler sampler) in mapSamplerToGlType()
|
D | ParseHelper.cpp | 128 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/ |
D | hlslParseHelper.h | 134 int computeSamplerTypeIndex(TSampler&); 219 bool setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc); 222 void getTextureReturnType(const TSampler& sampler, TType& retType) const;
|
D | hlslParseHelper.cpp | 378 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 …]
|
D | hlslGrammar.cpp | 1215 TSampler sampler; in acceptSubpassInputType() 1258 TSampler sampler; in acceptSamplerTypeDX9() 1304 TSampler sampler; in acceptSamplerType() 1430 TSampler sampler; in acceptTextureType()
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 79 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;
|
D | intermediate.h | 1445 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const in crackTexture()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 162 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()
|