Home
last modified time | relevance | path

Searched refs:compPerQuad (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp136 const uint32_t compPerQuad = vertPerQuad * 2; in buildVerticesAndIndices() local
164 vertices[ quad * compPerQuad + 0 ] = xx1; in buildVerticesAndIndices()
165 vertices[ quad * compPerQuad + 1 ] = yy1; in buildVerticesAndIndices()
166 vertices[ quad * compPerQuad + 2 ] = xx2; in buildVerticesAndIndices()
167 vertices[ quad * compPerQuad + 3 ] = yy1; in buildVerticesAndIndices()
175 vertices[ quad * compPerQuad + 4 ] = xx2; in buildVerticesAndIndices()
176 vertices[ quad * compPerQuad + 5 ] = yy2; in buildVerticesAndIndices()
177 vertices[ quad * compPerQuad + 6 ] = xx1; in buildVerticesAndIndices()
178 vertices[ quad * compPerQuad + 7 ] = yy2; in buildVerticesAndIndices()

Completed in 3 milliseconds