Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1623 TType counterType; in addStructBufferHiddenCounterParam() local
1624 counterBufferType(loc, counterType); in addStructBufferHiddenCounterParam()
1625 TVariable *variable = makeInternalVariable(counterBlockName, counterType); in addStructBufferHiddenCounterParam()
3184 TType* counterType = new TType(EbtUint, EvqBuffer); in counterBufferType() local
3185 counterType->setFieldName(intermediate.implicitCounterName); in counterBufferType()
3188 TTypeLoc member = { counterType, loc }; in counterBufferType()
3191 TType blockType(blockStruct, "", counterType->getQualifier()); in counterBufferType()
5785 TType counterType; in addStructBuffArguments() local
5786 counterBufferType(loc, counterType); in addStructBuffArguments()
5790 TVariable* variable = makeInternalVariable(counterBlockName, counterType); in addStructBuffArguments()