Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h403 TVector<TTypeList*> textureReturnStruct; variable
DhlslParseHelper.cpp9458 for (unsigned int idx = 0; idx < textureReturnStruct.size(); ++idx) { in setTextureReturnType()
9459 if (textureReturnStruct[idx] == members) { in setTextureReturnType()
9466 if (textureReturnStruct.size() >= TSampler::structReturnSlots) { in setTextureReturnType()
9472 sampler.structReturnIndex = unsigned(textureReturnStruct.size()); in setTextureReturnType()
9473 textureReturnStruct.push_back(members); in setTextureReturnType()
9483 assert(textureReturnStruct.size() >= sampler.structReturnIndex); in getTextureReturnType()
9486 TTypeList* blockStruct = textureReturnStruct[sampler.structReturnIndex]; in getTextureReturnType()