HomeSort by relevance Sort by last modified time
    Searched refs:tiles_x (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.h 58 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)
u_linear.c 49 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;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 48 #define TILES_X (LP_MAX_WIDTH / TILE_SIZE)
174 unsigned tiles_x, tiles_y; member in struct:lp_scene
179 struct cmd_bin tile[TILES_X][TILES_Y];
308 assert(x < scene->tiles_x);
363 for (i = 0; i < scene->tiles_x; i++) {
377 return scene->tiles_x * scene->tiles_y;
lp_rast_debug.c 353 for (x = 0; x < scene->tiles_x; x++)
358 for (x = 0; x < scene->tiles_x; x++) {
387 for (x = 0; x < scene->tiles_x; x++)
414 for (x = 0; x < scene->tiles_x; x++) {
431 for (x = 0; x < scene->tiles_x; x++) {
lp_scene.c 70 size_t maxBins = TILES_X * TILES_Y;
110 for (x = 0; x < TILES_X; x++) {
238 for (i = 0; i < scene->tiles_x; i++) {
457 if (scene->curr_x >= scene->tiles_x) {
521 scene->tiles_x = align(fb->width, TILE_SIZE) / TILE_SIZE;
523 assert(scene->tiles_x <= TILES_X);
lp_rast_priv.h 156 assert(x < task->scene->tiles_x * TILE_SIZE);
196 assert(x < task->scene->tiles_x * TILE_SIZE);
lp_rast.c 414 assert(x < scene->tiles_x * TILE_SIZE);
lp_setup.c     [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js     [all...]

Completed in 87 milliseconds