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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h58 unsigned tiles_x; member in struct:pipe_tile_info
84 * @tiles_x number of tiles in x axis
90 unsigned tiles_x, unsigned tiles_y);
97 if (t->stride != t->block.size * t->cols * t->tiles_x)
H A Du_linear.c49 for (x = 0; x < t->tiles_x; x++) {
71 for (x = 0; x < t->tiles_x; x++) {
87 unsigned tiles_x, unsigned tiles_y)
97 t->tiles_x = tiles_x;
99 t->stride = t->cols * t->tiles_x * t->block.size;
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
300 assert(x < scene->tiles_x);
355 for (i = 0; i < scene->tiles_x; i++) {
369 return scene->tiles_x * scene->tiles_y;

Completed in 120 milliseconds