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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.c67 swizzle_bpp1_align16(int width, int height, int source_stride, int block_pitch, argument
75 uint8_t *block_start_s = ldest + (block_y * block_pitch);
106 uint8_t *block_start_s = ldest + (block_y * block_pitch);
132 swizzle_bpp4_align16(int width, int height, int source_stride, int block_pitch, argument
139 uint32_t *block_start_s = ldest + (block_y * block_pitch);
160 int block_pitch = ALIGN(dest_width, 16) >> 4; local in function:panfrost_texture_swizzle
168 swizzle_bpp4_align16(width, height, source_stride >> 2, (block_pitch * 256 >> 4), (const uint32_t *) pixels, (uint32_t *) ldest);
171 swizzle_bpp1_align16(width, height, source_stride, (block_pitch * 256 >> 4), pixels, (uint8_t *) ldest);
181 int block_start_s = block_y * block_pitch * 256;

Completed in 2 milliseconds