Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c268 if (v3d->swap_color_rb & (1 << rt)) { in translate_colormask()
634 color.red_f16 = (v3d->swap_color_rb ? in v3dX()
638 color.blue_f16 = (v3d->swap_color_rb ? in v3dX()
Dv3d_context.h512 uint8_t swap_color_rb; member
Dv3d_program.c567 key->swap_color_rb = v3d->swap_color_rb; in v3d_update_compiled_fs()
Dv3dx_state.c481 v3d->swap_color_rb = 0; in v3d_set_framebuffer_state()
497 v3d->swap_color_rb |= 1 << i; in v3d_set_framebuffer_state()
Dv3dx_draw.c1680 if (v3d->swap_color_rb & (1 << i)) { in v3d_tlb_clear()
/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h377 uint8_t swap_color_rb; member
Dnir_to_vir.c1297 if (c->fs_key->swap_color_rb & (1 << rt)) in vir_emit_tlb_color_write()
1339 if (c->fs_key->swap_color_rb & (1 << rt)) { in vir_emit_tlb_color_write()
1956 const bool swap_rb = c->fs_key->swap_color_rb & (1 << rt); in vir_emit_tlb_color_read()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1155 key->swap_color_rb = 0; in pipeline_populate_v3d_fs_key()
/external/mesa3d/docs/relnotes/
D20.3.0.rst2448 - v3dv: properly describe swap_color_rb