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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling.c90 uint32_t stile_x = (utile_x >> 2) & 1; local in function:t_utile_address
92 uint32_t stile_index = (stile_y << 1) + stile_x;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling.c90 uint32_t stile_x = (utile_x >> 2) & 1; local in function:t_utile_address
92 uint32_t stile_index = (stile_y << 1) + stile_x;

Completed in 3 milliseconds