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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling.c91 uint32_t stile_y = (utile_y >> 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.c91 uint32_t stile_y = (utile_y >> 2) & 1; local in function:t_utile_address
92 uint32_t stile_index = (stile_y << 1) + stile_x;

Completed in 5 milliseconds