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 49 #define TILES_X (LP_MAX_WIDTH / TILE_SIZE)
166 unsigned tiles_x, tiles_y; member in struct:lp_scene
171 struct cmd_bin tile[TILES_X][TILES_Y];
300 assert(x < scene->tiles_x);
355 for (i = 0; i < scene->tiles_x; i++) {
369 return scene->tiles_x * scene->tiles_y;
lp_rast_priv.h 155 assert(x < scene->tiles_x * TILE_SIZE);
187 assert(task->x < scene->tiles_x * TILE_SIZE);
227 assert(x < task->scene->tiles_x * TILE_SIZE);
lp_rast_debug.c 340 for (x = 0; x < scene->tiles_x; x++)
345 for (x = 0; x < scene->tiles_x; x++) {
374 for (x = 0; x < scene->tiles_x; x++)
399 for (x = 0; x < scene->tiles_x; x++) {
416 for (x = 0; x < scene->tiles_x; x++) {
lp_scene.c 95 for (x = 0; x < TILES_X; x++) {
203 for (i = 0; i < scene->tiles_x; i++) {
423 if (scene->curr_x >= scene->tiles_x) {
481 scene->tiles_x = align(fb->width, TILE_SIZE) / TILE_SIZE;
484 assert(scene->tiles_x <= TILES_X);
lp_rast.c 440 assert(x < scene->tiles_x * TILE_SIZE);
711 for (i = 0; i < scene->tiles_x; i++) {
lp_setup.c 190 for (i = 0; i < scene->tiles_x; i++) {
  /external/libvncserver/webclients/novnc/include/
rfb.js     [all...]

Completed in 226 milliseconds