Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h482 struct tShadowTextureSymbols { struct
483 tShadowTextureSymbols() { symId.fill(-1); } in tShadowTextureSymbols() argument
496 TMap<int, tShadowTextureSymbols*> textureShadowVariant; argument
DhlslParseHelper.cpp3132 textureShadowVariant[texSymbol->getId()] = new tShadowTextureSymbols; in handleSamplerTextureCombine()