Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp174 int packetOffset = 0; in shadeVertices() local
176 while (packetOffset < numPackets) in shadeVertices()
178 const int numToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH); in shadeVertices()
192 const int packetNdx = ndx+packetOffset; in shadeVertices()
211 const int packetNdx = ndx+packetOffset; in shadeVertices()
233 const int packetNdx = ndx+packetOffset; in shadeVertices()
244 packetOffset += numToExecute; in shadeVertices()
251 int packetOffset = 0; in shadeFragments() local
255 while (packetOffset < numPackets) in shadeFragments()
257 …const int numPacketsToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH / (int)r… in shadeFragments()
[all …]