Searched refs:block_y (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_tiling.c55 int block_y = y & ~0x0f; local in function:lima_store_tiled_image_bpp4
57 int block_start_s = block_y * dst_stride;
81 int block_y = y & ~0x0f; local in function:lima_store_tiled_image_generic
83 int block_start_s = block_y * dst_stride;
108 int block_y = y & ~0x0f; local in function:lima_load_tiled_image_bpp4
110 int block_start_s = block_y * src_stride;
134 int block_y = y & ~0x0f; local in function:lima_load_tiled_image_generic
136 int block_start_s = block_y * src_stride;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.c73 int block_y = y & ~(0x0f); local in function:swizzle_bpp1_align16
75 uint8_t *block_start_s = ldest + (block_y * block_pitch);
104 int block_y = y & ~(0x0f); local in function:swizzle_bpp1_align16
106 uint8_t *block_start_s = ldest + (block_y * block_pitch);
137 int block_y = y & ~(0x0f); local in function:swizzle_bpp4_align16
139 uint32_t *block_start_s = ldest + (block_y * block_pitch);
179 int block_y = (y + off_y) >> 4; local in function:panfrost_texture_swizzle
181 int block_start_s = block_y * block_pitch * 256;
/xsrc/external/mit/MesaLib/src/gallium/auxiliary/
H A Du_tracepoints.c102 , __entry->block_y
122 __entry->block_y = pgrid->block[1];
H A Du_tracepoints.h86 uint16_t block_y; member in struct:trace_grid_info
/xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
H A Dpan_tiling.c160 * in, by slicing off the lower 4-bits (block_y).
164 * (block_y, 0) is the top-left corner of the leftmost tile in this row. While
166 * linearly, so multiplying block_y by the pixel stride of the destination
194 uint16_t block_y = y & ~0x0f; \
195 uint8_t *dest = (uint8_t *) (dest_start + (block_y * dst_stride)); \
220 unsigned block_y = y & ~mask; \
221 unsigned block_start_s = block_y * dst_stride; \

Completed in 6 milliseconds