Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp4585 TVariable* outSampleCount = makeInternalVariable("@sampleCount", TType(EbtUint)); in decomposeSampleMethods() local
4586 outSampleCount->getWritableType().getQualifier().makeTemporary(); in decomposeSampleMethods()
4587 …Typed* compAssign = intermediate.addAssign(EOpAssign, intermediate.addSymbol(*outSampleCount, loc), in decomposeSampleMethods()
4598 intermediate.addSymbol(*outSampleCount, loc), in decomposeSampleMethods()