Searched defs:swizzle_bit (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c116 uint32_t swizzle_bit[4] = { local
134 result |= swizzle_bit[1] << swizzle_shift[i];
137 result |= swizzle_bit[2] << swizzle_shift[i];
140 result |= swizzle_bit[3] << swizzle_shift[i];
149 result |= swizzle_bit[0] << swizzle_shift[i];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tiled_memcpy.c224 * To enable swizzling 'swizzle_bit' must be 1<<6, otherwise zero.
232 uint32_t swizzle_bit,
251 uint32_t swizzle_bit,
269 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit;
293 uint32_t swizzle_bit,
317 uint32_t swizzle0 = (xo0 >> 3) & swizzle_bit;
318 uint32_t swizzle1 = (xo1 >> 3) & swizzle_bit;
336 swizzle ^= swizzle_bit;
355 uint32_t swizzle_bit,
373 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit;
247 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t src_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy, mem_copy_fn mem_copy_align16) argument
289 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t src_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy, mem_copy_fn mem_copy_align16) argument
351 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy, mem_copy_fn mem_copy_align16) argument
393 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy, mem_copy_fn mem_copy_align16) argument
460 linear_to_xtiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t src_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy) argument
503 linear_to_ytiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t src_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy) argument
545 xtiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy) argument
587 ytiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, mem_copy_fn mem_copy) argument
644 uint32_t swizzle_bit = has_swizzling ? 1<<6 : 0; local
735 uint32_t swizzle_bit = has_swizzling ? 1<<6 : 0; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2176 const uint32_t swizzle_bit[4] = { local
2194 result |= swizzle_bit[1] << swizzle_shift[i];
2197 result |= swizzle_bit[2] << swizzle_shift[i];
2200 result |= swizzle_bit[3] << swizzle_shift[i];
2209 result |= swizzle_bit[0] << swizzle_shift[i];

Completed in 193 milliseconds