Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp6990 const TTypeList* bufferStruct = buffer->getType().getStruct(); in indexStructBufferContent() local
6991 …TIntermTyped* arrayPosition = intermediate.addConstantUnion(unsigned(bufferStruct->size()-1), loc); in indexStructBufferContent()
6994 argArray->setType(*(*bufferStruct)[bufferStruct->size()-1].type); in indexStructBufferContent()