Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c526 key->color_outputs_valid |= (1 << i); in populate_wm_prog_key()
987 if (stage->key.wm.color_outputs_valid & BITFIELD_BIT(rt)) { in anv_pipeline_link_fs()
1043 if (rt >= MAX_RTS || !(stage->key.wm.color_outputs_valid & in anv_pipeline_link_fs()
1061 util_last_bit(stage->key.wm.color_outputs_valid); in anv_pipeline_link_fs()
1089 if (fs_stage->key.wm.color_outputs_valid == 0 && in anv_pipeline_compile_fs()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h260 uint8_t color_outputs_valid; member
Diris_program.c126 .color_outputs_valid = key->color_outputs_valid, in iris_to_brw_fs_key()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h474 uint8_t color_outputs_valid; member