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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_format.c73 bool swap_r_b; member in struct:lima_format
90 .swap_r_b = swap, .swizzle = swiz \
96 .swap_r_b = swap, .channel_layout = ch_layout \
219 return lima_texel_formats[f].swap_r_b;
225 return lima_pixel_formats[f].swap_r_b;
H A Dlima_texture.h37 uint32_t swap_r_b: 1; member in struct:__anon2784f75f0108
H A Dlima_texture.c86 desc->swap_r_b = lima_format_get_texel_swap_rb(prsc->format);
H A Dlima_parser.c726 fprintf(fp, "\t swap_r_b: 0x%x (%d)\n", desc->swap_r_b, desc->swap_r_b);

Completed in 4 milliseconds