Searched refs:utile_h_shift (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ | ||
| H A D | vc4_tiling.c | 130 uint32_t utile_h_shift = ffs(utile_h) - 1; local in function:vc4_t_image_helper 157 (y >> utile_h_shift) & ~0x3, |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ | ||
| H A D | vc4_tiling.c | 130 uint32_t utile_h_shift = ffs(utile_h) - 1; local in function:vc4_t_image_helper 157 (y >> utile_h_shift) & ~0x3, |
Completed in 3 milliseconds