Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderProgram.cpp178 const int numToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH); in shadeVertices() local
190 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()
209 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()
231 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()
244 packetOffset += numToExecute; in shadeVertices()