Searched refs:utile_index_x (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/common/
H A Dv3d_tiling.c96 uint32_t utile_index_x = x / utile_w; local in function:v3d_get_lt_pixel_offset
99 assert(utile_index_x == 0 || utile_index_y == 0);
101 return (64 * (utile_index_x + utile_index_y) +
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_tiling.c98 uint32_t utile_index_x = x / utile_w; local in function:v3d_get_lt_pixel_offset
101 assert(utile_index_x == 0 || utile_index_y == 0);
103 return (64 * (utile_index_x + utile_index_y) +

Completed in 3 milliseconds