HomeSort by relevance Sort by last modified time
    Searched refs:QUAD_GRID_SIZE (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 52 static const int QUAD_GRID_SIZE = 127;
318 for (int y = 0; y < QUAD_GRID_SIZE + 1; y++)
319 for (int x = 0; x < QUAD_GRID_SIZE + 1; x++)
321 float fx = -1.0f + (float)x / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances;
322 float fy = -1.0f + (float)y / (float)QUAD_GRID_SIZE * 2.0f;
330 for (int y = 0; y < QUAD_GRID_SIZE; y++)
331 for (int x = 0; x < QUAD_GRID_SIZE; x++)
333 int ndx00 = y*(QUAD_GRID_SIZE + 1) + x;
334 int ndx10 = y*(QUAD_GRID_SIZE + 1) + x + 1;
335 int ndx01 = (y + 1)*(QUAD_GRID_SIZE + 1) + x
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 51 static const int QUAD_GRID_SIZE = 8;
670 for (int y = 0; y < QUAD_GRID_SIZE; y++)
672 for (int x = 0; x < QUAD_GRID_SIZE; x++)
674 const float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount;
675 const float fx1 = -1.0f + (float)(x+1) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount;
676 const float fy0 = -1.0f + (float)(y+0) / (float)QUAD_GRID_SIZE * 2.0f;
677 const float fy1 = -1.0f + (float)(y+1) / (float)QUAD_GRID_SIZE * 2.0f;
693 for (int y = 0; y < QUAD_GRID_SIZE + 1; y++)
695 for (int x = 0; x < QUAD_GRID_SIZE + 1; x++)
697 const float fx = -1.0f + (float)x / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount
    [all...]

Completed in 77 milliseconds