Searched refs:tiles_y (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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;
H A Dlp_rast_priv.h156 assert(y < scene->tiles_y * TILE_SIZE);
188 assert(task->y < scene->tiles_y * TILE_SIZE);
228 assert(y < task->scene->tiles_y * TILE_SIZE);
H A Dlp_scene.c204 for (j = 0; j < scene->tiles_y; j++) {
427 if (scene->curr_y >= scene->tiles_y) {
482 scene->tiles_y = align(fb->height, TILE_SIZE) / TILE_SIZE;
485 assert(scene->tiles_y <= TILES_Y);
H A Dlp_rast_debug.c344 for (y = 0; y < scene->tiles_y; y++) {
398 for (y = 0; y < scene->tiles_y; y++) {
415 for (y = 0; y < scene->tiles_y; y++) {
H A Dlp_rast.c441 assert(y < scene->tiles_y * TILE_SIZE);
712 for (j = 0; j < scene->tiles_y; j++) {
H A Dlp_setup.c191 for (j = 0; j < scene->tiles_y; j++) {
/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;
H A Dlp_rast_priv.h156 assert(y < scene->tiles_y * TILE_SIZE);
188 assert(task->y < scene->tiles_y * TILE_SIZE);
228 assert(y < task->scene->tiles_y * TILE_SIZE);
H A Dlp_scene.c204 for (j = 0; j < scene->tiles_y; j++) {
427 if (scene->curr_y >= scene->tiles_y) {
482 scene->tiles_y = align(fb->height, TILE_SIZE) / TILE_SIZE;
485 assert(scene->tiles_y <= TILES_Y);
H A Dlp_rast_debug.c344 for (y = 0; y < scene->tiles_y; y++) {
398 for (y = 0; y < scene->tiles_y; y++) {
415 for (y = 0; y < scene->tiles_y; y++) {
H A Dlp_rast.c441 assert(y < scene->tiles_y * TILE_SIZE);
712 for (j = 0; j < scene->tiles_y; j++) {
H A Dlp_setup.c191 for (j = 0; j < scene->tiles_y; j++) {

Completed in 227 milliseconds