Searched defs:block_y (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/src/gallium/auxiliary/ | ||
| H A D | u_tracepoints.h | 86 uint16_t block_y; member in struct:trace_grid_info |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ | ||
| H A D | pan_swizzle.c | 73 int block_y = y & ~(0x0f); local in function:swizzle_bpp1_align16 104 int block_y = y & ~(0x0f); local in function:swizzle_bpp1_align16 137 int block_y = y & ~(0x0f); local in function:swizzle_bpp4_align16 179 int block_y = (y + off_y) >> 4; local in function:panfrost_texture_swizzle |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ | ||
| H A D | lima_tiling.c | 55 int block_y = y & ~0x0f; local in function:lima_store_tiled_image_bpp4 81 int block_y = y & ~0x0f; local in function:lima_store_tiled_image_generic 108 int block_y = y & ~0x0f; local in function:lima_load_tiled_image_bpp4 134 int block_y = y & ~0x0f; local in function:lima_load_tiled_image_generic |
Completed in 4 milliseconds