Searched defs:tiles_y (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h59 unsigned tiles_y; member in struct:pipe_tile_info
85 * @tiles_y number of tiles in y axis
90 unsigned tiles_x, unsigned tiles_y);
100 if (t->size < t->stride * t->rows * t->tiles_y)
H A Du_linear.c48 for (y = 0; y < t->tiles_y; y++) {
70 for (y = 0; y < t->tiles_y; y++) {
87 unsigned tiles_x, unsigned tiles_y)
98 t->tiles_y = tiles_y;
100 t->size = t->tiles_x * t->tiles_y * t->tile.size;
84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h166 unsigned tiles_x, tiles_y; member in struct:lp_scene
301 assert(y < scene->tiles_y);
356 for (j = 0; j < scene->tiles_y; j++) {
369 return scene->tiles_x * scene->tiles_y;

Completed in 664 milliseconds