Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp336 int ndx11 = (y + 1)*(QUAD_GRID_SIZE + 1) + x + 1; in init() local
344 m_gridIndices.push_back((deUint16)ndx11); in init()
H A Des3fVertexTextureTests.cpp263 int ndx11 = ndx00 + 3; in getQuadLDRU() local
267 m_positions[ndx11].x(), in getQuadLDRU()
268 m_positions[ndx11].y()); in getQuadLDRU()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp214 int ndx11 = ndx00 + 3; in getQuadLDRU() local
218 m_positions[ndx11].x(), in getQuadLDRU()
219 m_positions[ndx11].y()); in getQuadLDRU()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp873 const int ndx11 = (y + 1)*(QUAD_GRID_SIZE + 1) + x + 1; in prepareVertexData() local
881 m_indexes.push_back((deUint16)ndx11); in prepareVertexData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp855 const int ndx11 = (y + 1)*(QUAD_GRID_SIZE + 1) + x + 1; in prepareVertexData() local
863 m_indexes.push_back((deUint16)ndx11); in prepareVertexData()

Completed in 11 milliseconds