Home
last modified time | relevance | path

Searched refs:uint_color_rb (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dvir.c990 } else if (c->fs_key->uint_color_rb & mask) { in v3d_fixup_fs_output_types()
1001 if (c->fs_key->int_color_rb || c->fs_key->uint_color_rb) in v3d_nir_lower_fs_early()
Dv3d_compiler.h431 uint8_t uint_color_rb; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c613 key->uint_color_rb |= 1 << i; in v3d_update_compiled_fs()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1229 key->uint_color_rb |= 1 << i; in pipeline_populate_v3d_fs_key()