Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp557 static const unsigned idBufferSize = 4; in processInstruction() local
558 spv::Id idBuffer[idBufferSize]; in processInstruction()
580 idBufferPos = (idBufferPos + 1) % idBufferSize; in processInstruction()
603 const unsigned literalSizePos = (idBufferPos+idBufferSize-2) % idBufferSize; in processInstruction()