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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_tiling.c56 int rem_y = y & 0x0F; local in function:lima_store_tiled_image_bpp4
64 int index = space_filler[rem_y][rem_x];
82 int rem_y = y & 0x0F; local in function:lima_store_tiled_image_generic
90 int index = space_filler[rem_y][rem_x];
109 int rem_y = y & 0x0F; local in function:lima_load_tiled_image_bpp4
117 int index = space_filler[rem_y][rem_x];
135 int rem_y = y & 0x0F; local in function:lima_load_tiled_image_generic
143 int index = space_filler[rem_y][rem_x];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.c74 int rem_y = y & 0x0f; local in function:swizzle_bpp1_align16
86 uint32_t spaced = space_filler_packed4[rem_y][q];
105 int rem_y = y & 0x0f; local in function:swizzle_bpp1_align16
117 uint32_t spaced = space_filler_packed4[rem_y][q];
138 int rem_y = y & 0x0f; local in function:swizzle_bpp4_align16
147 block_start_s[space_filler[rem_y][j]] = source_start[j];
180 int rem_y = (y + off_y) & 0x0F; local in function:panfrost_texture_swizzle
188 int index = space_filler[rem_y][rem_x];

Completed in 2 milliseconds