Searched refs:structReturnIndex (Results 1 – 3 of 3) sorted by relevance
93 unsigned int structReturnIndex : structReturnIndexBits; member106 bool hasReturnStruct() const { return structReturnIndex != noReturnStruct; } in hasReturnStruct()119 structReturnIndex = noReturnStruct; in clear()190 structReturnIndex == right.structReturnIndex;
118 snprintf(text, sizeof(text), "%d-", sampler.structReturnIndex); in buildMangledName()
9396 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()