Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp55 VERIFY_QUAD_SIZE = 8, //!< Quad size in VertexArrayVerifier enumerator
374 …dst.setSize(rowLength*VERIFY_QUAD_SIZE, (numQuads/rowLength + (numQuads%rowLength != 0 ? 1 : 0))*V… in renderQuadGridReference()
381 int x0 = (quadNdx%rowLength)*VERIFY_QUAD_SIZE; in renderQuadGridReference()
382 int y0 = (quadNdx/rowLength)*VERIFY_QUAD_SIZE; in renderQuadGridReference()
388 for (int y = 0; y < VERIFY_QUAD_SIZE; y++) in renderQuadGridReference()
389 for (int x = 0; x < VERIFY_QUAD_SIZE; x++) in renderQuadGridReference()
391 float fx = ((float)x+0.5f) / (float)VERIFY_QUAD_SIZE; in renderQuadGridReference()
392 float fy = ((float)y+0.5f) / (float)VERIFY_QUAD_SIZE; in renderQuadGridReference()
412 int maxQuadsX = de::min(128, renderTarget.getWidth() / VERIFY_QUAD_SIZE); in verify()
413 int maxQuadsY = de::min(128, renderTarget.getHeight() / VERIFY_QUAD_SIZE); in verify()
[all …]
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp55 VERIFY_QUAD_SIZE = 8, //!< Quad size in VertexArrayVerifier enumerator
535 …dst.setSize(rowLength*VERIFY_QUAD_SIZE, (numQuads/rowLength + (numQuads%rowLength != 0 ? 1 : 0))*V… in renderQuadGridReference()
542 int x0 = (quadNdx%rowLength)*VERIFY_QUAD_SIZE; in renderQuadGridReference()
543 int y0 = (quadNdx/rowLength)*VERIFY_QUAD_SIZE; in renderQuadGridReference()
549 for (int y = 0; y < VERIFY_QUAD_SIZE; y++) in renderQuadGridReference()
550 for (int x = 0; x < VERIFY_QUAD_SIZE; x++) in renderQuadGridReference()
552 float fx = ((float)x+0.5f) / (float)VERIFY_QUAD_SIZE; in renderQuadGridReference()
553 float fy = ((float)y+0.5f) / (float)VERIFY_QUAD_SIZE; in renderQuadGridReference()
573 int maxQuadsX = de::min(128, renderTarget.getWidth() / VERIFY_QUAD_SIZE); in verify()
574 int maxQuadsY = de::min(128, renderTarget.getHeight() / VERIFY_QUAD_SIZE); in verify()
[all …]