Home
last modified time | relevance | path

Searched refs:swap_color_rb (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c266 if (vc5->swap_color_rb & (1 << rt)) { in translate_colormask()
492 colour.red_f16 = (vc5->swap_color_rb ? in v3dX()
496 colour.blue_f16 = (vc5->swap_color_rb ? in v3dX()
Dvc5_program.c377 key->swap_color_rb = vc5->swap_color_rb; in vc5_update_compiled_fs()
Dvc5_context.h367 uint8_t swap_color_rb; member
Dvc5_state.c442 vc5->swap_color_rb = 0; in vc5_set_framebuffer_state()
454 vc5->swap_color_rb |= 1 << i; in vc5_set_framebuffer_state()
Dvc5_draw.c579 if (vc5->swap_color_rb & (1 << i)) { in vc5_clear()
/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h330 uint8_t swap_color_rb; member
Dnir_to_vir.c1005 if (c->fs_key->swap_color_rb & (1 << rt)) { in emit_frag_end()