Searched refs:textureReturnStruct (Results 1 – 2 of 2) sorted by relevance
403 TVector<TTypeList*> textureReturnStruct; variable
9458 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()