Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h93 unsigned int structReturnIndex : structReturnIndexBits; member
106 bool hasReturnStruct() const { return structReturnIndex != noReturnStruct; } in hasReturnStruct()
119 structReturnIndex = noReturnStruct; in clear()
190 structReturnIndex == right.structReturnIndex;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp118 snprintf(text, sizeof(text), "%d-", sampler.structReturnIndex); in buildMangledName()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9396 sampler.structReturnIndex = TSampler::noReturnStruct; in setTextureReturnType()
9460 sampler.structReturnIndex = idx; in setTextureReturnType()
9472 sampler.structReturnIndex = unsigned(textureReturnStruct.size()); in setTextureReturnType()
9483 assert(textureReturnStruct.size() >= sampler.structReturnIndex); in getTextureReturnType()
9486 TTypeList* blockStruct = textureReturnStruct[sampler.structReturnIndex]; in getTextureReturnType()