| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 55 uint32_t next_binding_table_offset = MAX2(key->nr_color_regions, 1); 64 next_binding_table_offset += key->nr_color_regions; 448 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers; 554 key->nr_color_regions = util_bitcount64(outputs_written &
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 55 uint32_t next_binding_table_offset = MAX2(key->nr_color_regions, 1); 64 next_binding_table_offset += key->nr_color_regions; 490 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers; 598 key->nr_color_regions = util_bitcount64(outputs_written &
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 166 found |= check("number of color buffers", nr_color_regions);
|
| H A D | brw_fs_visitor.cpp | 513 (key->nr_color_regions > 1 && key->alpha_to_coverage && 524 for (int target = 0; target < key->nr_color_regions; target++) { 543 assert(!prog_data->dual_src_blend || key->nr_color_regions == 1);
|
| H A D | brw_compiler.h | 400 unsigned nr_color_regions:5; member in struct:brw_wm_prog_key
|
| H A D | brw_fs.cpp | 2827 if (key->nr_color_regions != 1) 3380 if (key->nr_color_regions == 1) { 3388 assume(key->nr_color_regions > 0); 3395 for (int i = 0; i < key->nr_color_regions; ++i) { 4223 key->nr_color_regions > 1) {
|
| H A D | brw_fs_nir.cpp | 3302 MAX2(key->nr_color_regions, 1));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 174 found |= check("number of color buffers", nr_color_regions);
|
| H A D | brw_fs_visitor.cpp | 690 (key->nr_color_regions > 1 && key->alpha_to_coverage && 693 for (int target = 0; target < key->nr_color_regions; target++) { 712 assert(!prog_data->dual_src_blend || key->nr_color_regions == 1);
|
| H A D | brw_compiler.h | 481 unsigned nr_color_regions:5; member in struct:brw_wm_prog_key
|
| H A D | brw_fs.cpp | 3502 if (key->nr_color_regions == 1) { 3510 assume(key->nr_color_regions > 0); 3517 for (int i = 0; i < key->nr_color_regions; ++i) { 4637 (color1.file != BAD_FILE || key->nr_color_regions > 1))) { 4804 if (key->nr_color_regions == 0)
|
| H A D | brw_fs_nir.cpp | 3403 MAX2(key->nr_color_regions, 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp.c | 166 wm_key->nr_color_regions = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp.c | 198 wm_key->nr_color_regions = 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 386 key->nr_color_regions = util_bitcount(key->color_outputs_valid); 914 stage->key.wm.nr_color_regions = num_rts; 943 if (fs_stage->key.wm.nr_color_regions == 0 &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 258 unsigned nr_color_regions:5; member in struct:iris_fs_prog_key
|
| H A D | iris_program.c | 152 .nr_color_regions = key->nr_color_regions, 1970 MAX2(key->nr_color_regions, null_rts), 2666 .nr_color_regions = util_bitcount(color_outputs),
|
| H A D | iris_state.c | 4277 key->nr_color_regions = fb->nr_cbufs; 4981 /* Note that cso_fb->nr_cbufs == fs_key->nr_color_regions. */
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 535 key->nr_color_regions = subpass->color_count; 1089 if (stage->key.wm.nr_color_regions > 0) { 1090 assert(stage->key.wm.nr_color_regions <= MAX_RTS); 1091 for (unsigned rt = 0; rt < stage->key.wm.nr_color_regions; rt++) { 1105 num_rt_bindings = stage->key.wm.nr_color_regions; 1178 /* We stored the number of subpass color attachments in nr_color_regions 1183 stage->key.wm.nr_color_regions =
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 1073 MAX2(key->nr_color_regions, 1), 1632 .nr_color_regions = util_bitcount(color_outputs),
|
| H A D | iris_state.c | 3536 key->nr_color_regions = fb->nr_cbufs; 4163 /* Note that cso_fb->nr_cbufs == fs_key->nr_color_regions. */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 1850 MAX2(key->nr_color_regions, null_rts), 2871 .nr_color_regions = util_bitcount(color_outputs),
|
| H A D | crocus_state.c | 4830 key->nr_color_regions = fb->nr_cbufs; 5392 /* Note that cso_fb->nr_cbufs == fs_key->nr_color_regions. */
|