Home
last modified time | relevance | path

Searched refs:VA_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_texture.h93 #define VA_BIT_SIZE 26 macro
94 uint32_t va_0: VA_BIT_SIZE;
Dlima_texture.c55 unsigned va_bit_idx = VA_BIT_OFFSET + (VA_BIT_SIZE * idx); in lima_texture_desc_set_va()
279 va_bit_size = VA_BIT_OFFSET + VA_BIT_SIZE * (last_level - first_level + 1); in lima_calc_tex_desc_size()
Dlima_parser.c815 va_bit_idx = VA_BIT_OFFSET + (VA_BIT_SIZE * j); in parse_texture()
825 va_2 |= (*(&data[i + offset + va_idx]) << (2 * 32 - VA_BIT_SIZE - va_bit_idx)); in parse_texture()
826 va_2 >>= ((2 * 32 - VA_BIT_SIZE - va_bit_idx) - (32 - va_bit_idx)); in parse_texture()