Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3109 TIntermSymbol* texSymbol = argTex->getAsSymbolNode(); in handleSamplerTextureCombine() local
3111 if (texSymbol == nullptr) in handleSamplerTextureCombine()
3112 texSymbol = argTex->getAsBinaryNode()->getLeft()->getAsSymbolNode(); in handleSamplerTextureCombine()
3114 if (texSymbol == nullptr) { in handleSamplerTextureCombine()
3123 int newId = texSymbol->getId(); in handleSamplerTextureCombine()
3127 const auto textureShadowEntry = textureShadowVariant.find(texSymbol->getId()); in handleSamplerTextureCombine()
3132 textureShadowVariant[texSymbol->getId()] = new tShadowTextureSymbols; in handleSamplerTextureCombine()
3142 TVariable* newTexture = makeInternalVariable(texSymbol->getName(), texType); in handleSamplerTextureCombine()
3152 textureShadowVariant[newId] = textureShadowVariant[texSymbol->getId()]; in handleSamplerTextureCombine()
3160 texSymbol->switchId(newId); in handleSamplerTextureCombine()