Searched defs:iy0 (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c591 int iy0 = bbox->y0 / TILE_SIZE; local
595 assert(iy0 == bbox->y1 / TILE_SIZE &&
605 return lp_scene_bin_cmd_with_state( scene, ix0, iy0,
627 return lp_scene_bin_cmd_with_state( scene, ix0, iy0,
641 return lp_scene_bin_cmd_with_state(scene, ix0, iy0,
650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored,
666 int iy0 = trimmed_box.y0 / TILE_SIZE; local
672 plane[i].dcdy * iy0 * TILE_SIZE -
691 for (y = iy0; y <= iy1; y++)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
345 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp699 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); local
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
713 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp438 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
441 for (int iy = iy0; iy < iy1; iy++)

Completed in 198 milliseconds