OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tiles_y
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_linear.h
59
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
)
u_linear.c
48
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;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h
50
#define
TILES_Y
(LP_MAX_HEIGHT / TILE_SIZE)
166
unsigned tiles_x,
tiles_y
;
member in struct:lp_scene
171
struct cmd_bin tile[TILES_X][
TILES_Y
];
301
assert(y < scene->
tiles_y
);
356
for (j = 0; j < scene->
tiles_y
; j++) {
369
return scene->tiles_x * scene->
tiles_y
;
lp_rast_priv.h
156
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);
lp_scene.c
94
for (y = 0; y <
TILES_Y
; y++) {
204
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
);
lp_rast_debug.c
344
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++) {
lp_rast.c
441
assert(y < scene->
tiles_y
* TILE_SIZE);
712
for (j = 0; j < scene->
tiles_y
; j++) {
lp_setup.c
191
for (j = 0; j < scene->
tiles_y
; j++) {
/external/libvncserver/webclients/novnc/include/
rfb.js
[
all
...]
Completed in 3680 milliseconds