Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp336 int ndx11 = (y + 1)*(QUAD_GRID_SIZE + 1) + x + 1; in init() local
344 m_gridIndices.push_back((deUint16)ndx11); in init()
Des3fVertexTextureTests.cpp263 int ndx11 = ndx00 + 3; in getQuadLDRU() local
267 m_positions[ndx11].x(), in getQuadLDRU()
268 m_positions[ndx11].y()); in getQuadLDRU()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp214 int ndx11 = ndx00 + 3; in getQuadLDRU() local
218 m_positions[ndx11].x(), in getQuadLDRU()
219 m_positions[ndx11].y()); in getQuadLDRU()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp712 const int ndx11 = (y + 1)*(QUAD_GRID_SIZE + 1) + x + 1; in prepareVertexData() local
720 m_indexes.push_back((deUint16)ndx11); in prepareVertexData()