Searched refs:nr_color_regions (Results 1 – 11 of 11) sorted by relevance
55 uint32_t next_binding_table_offset = MAX2(key->nr_color_regions, 1); in assign_fs_binding_table_offsets()64 next_binding_table_offset += key->nr_color_regions; in assign_fs_binding_table_offsets()479 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers; in brw_wm_populate_key()587 key->nr_color_regions = util_bitcount64(outputs_written & in brw_wm_populate_default_key()
505 (key->nr_color_regions > 1 && key->alpha_to_coverage && in emit_fb_writes()508 for (int target = 0; target < key->nr_color_regions; target++) { in emit_fb_writes()527 assert(!prog_data->dual_src_blend || key->nr_color_regions == 1); in emit_fb_writes()
174 found |= check("number of color buffers", nr_color_regions); in debug_fs_recompile()
461 unsigned nr_color_regions:5; member
3342 if (key->nr_color_regions == 1) { in emit_repclear_shader()3350 assume(key->nr_color_regions > 0); in emit_repclear_shader()3357 for (int i = 0; i < key->nr_color_regions; ++i) { in emit_repclear_shader()4411 (color1.file != BAD_FILE || key->nr_color_regions > 1))) { in lower_fb_write_logical_send()4579 if (key->nr_color_regions == 0) in lower_fb_write_logical_send()
3307 MAX2(key->nr_color_regions, 1)); in alloc_frag_output()
529 key->nr_color_regions = subpass->color_count; in populate_wm_prog_key()984 if (stage->key.wm.nr_color_regions > 0) { in anv_pipeline_link_fs()985 assert(stage->key.wm.nr_color_regions <= MAX_RTS); in anv_pipeline_link_fs()986 for (unsigned rt = 0; rt < stage->key.wm.nr_color_regions; rt++) { in anv_pipeline_link_fs()1000 num_rt_bindings = stage->key.wm.nr_color_regions; in anv_pipeline_link_fs()1060 stage->key.wm.nr_color_regions = in anv_pipeline_link_fs()
180 wm_key->nr_color_regions = 1; in brw_blorp_init_wm_prog_key()
250 unsigned nr_color_regions:5; member
117 .nr_color_regions = key->nr_color_regions, in iris_to_brw_fs_key()1708 MAX2(key->nr_color_regions, null_rts), in iris_compile_fs()2372 .nr_color_regions = util_bitcount(color_outputs), in iris_create_fs_state()
4223 key->nr_color_regions = fb->nr_cbufs; in iris_populate_fs_key()