Searched defs:iy1 (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp506 const int iy1 = std::max(deRoundFloatToInt32(y1), 0); local
509 return tcu::getSubregion(image, ix1, iy1, ix2 - ix1, iy2 - iy1);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c872 int iy1 = trimmed_box.y1 / TILE_SIZE; local
895 for (y = iy0; y <= iy1; y++)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp3084 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); local
3095 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
3097 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp346 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local
348 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp684 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); local
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
697 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp441 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local
443 for (int iy = iy0; iy < iy1; iy++)

Completed in 143 milliseconds