Searched refs:nr_color_regions (Results 1 – 6 of 6) sorted by relevance
419 found |= key_debug("number of color buffers", old_key->nr_color_regions, key->nr_color_regions); in brw_wm_debug_recompile()606 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers; in brw_wm_populate_key()
81 for (unsigned int i = 0; i < MAX2(c->key.nr_color_regions, 1); i++) { in visit()2062 c->key.nr_color_regions == 1) { in emit_fb_writes()2069 c->key.nr_color_regions > 1 && in emit_fb_writes()2156 for (int target = 0; target < c->key.nr_color_regions; target++) { in emit_fb_writes()2186 if (target == c->key.nr_color_regions - 1) in emit_fb_writes()2191 if (c->key.nr_color_regions == 0) { in emit_fb_writes()
980 for (i = 0; i < c->key.nr_color_regions; i++) { in emit_render_target_writes()994 if (c->key.nr_color_regions != 0) { in emit_render_target_writes()
66 GLuint nr_color_regions:5; member
63 c->key.nr_color_regions > 1 && in generate_fb_write()
2200 key.nr_color_regions = 1; in brw_fs_precompile()