Searched refs:VA_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance
85 #define VA_BIT_SIZE 26 macro86 uint32_t va_0: VA_BIT_SIZE;
54 unsigned va_bit_idx = VA_BIT_OFFSET + (VA_BIT_SIZE * idx); in lima_texture_desc_set_va()252 va_bit_size = VA_BIT_OFFSET + VA_BIT_SIZE * (last_level - first_level + 1); in lima_calc_tex_desc_size()
754 va_bit_idx = VA_BIT_OFFSET + (VA_BIT_SIZE * j); in parse_texture()764 va_2 |= (*(&data[i + offset + va_idx]) << (2 * 32 - VA_BIT_SIZE - va_bit_idx)); in parse_texture()765 va_2 >>= ((2 * 32 - VA_BIT_SIZE - va_bit_idx) - (32 - va_bit_idx)); in parse_texture()