Home
last modified time | relevance | path

Searched refs:va_2 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_parser.c809 uint32_t va_2; in parse_texture() local
813 va_2 = 0; 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()
827 va |= va_2; in parse_texture()
/third_party/libffi/patch/
Dbackport-Fix-check-for-invalid-varargs-arguments-707.patch54 + * This is a modified version of va_2.c that has fixed arguments with "small" types that