Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1621 const TString counterBlockName(intermediate.addCounterBufferName(*param.name)); in addStructBufferHiddenCounterParam() local
1625 TVariable *variable = makeInternalVariable(counterBlockName, counterType); in addStructBufferHiddenCounterParam()
3227 …const TString counterBlockName(intermediate.addCounterBufferName(buffer->getAsSymbolNode()->getNam… in getStructBufferCounter() local
3230 structBufferCounter[counterBlockName] = true; in getStructBufferCounter()
3232 TIntermTyped* counterVar = handleVariable(loc, &counterBlockName); // find the block structure in getStructBufferCounter()
5788 … const TString counterBlockName(intermediate.addCounterBufferName(blockSym->getName())); in addStructBuffArguments() local
5790 TVariable* variable = makeInternalVariable(counterBlockName, counterType); in addStructBuffArguments()
5793 structBufferCounter[counterBlockName] = true; in addStructBuffArguments()