Lines Matching refs:wm
1071 stage->key.wm.color_outputs_valid = 0;
1081 stage->key.wm.color_outputs_valid |= BITFIELD_RANGE(rt, array_len);
1083 stage->key.wm.color_outputs_valid &=
1085 stage->key.wm.nr_color_regions =
1086 util_last_bit(stage->key.wm.color_outputs_valid);
1090 if (stage->key.wm.nr_color_regions > 0) {
1091 assert(stage->key.wm.nr_color_regions <= MAX_RTS);
1092 for (unsigned rt = 0; rt < stage->key.wm.nr_color_regions; rt++) {
1093 if (stage->key.wm.color_outputs_valid & BITFIELD_BIT(rt)) {
1106 num_rt_bindings = stage->key.wm.nr_color_regions;
1137 .key = &fs_stage->key.wm,
1138 .prog_data = &fs_stage->prog_data.wm,
1149 fs_stage->key.wm.input_slots_valid =
1155 fs_stage->num_stats = (uint32_t)fs_stage->prog_data.wm.dispatch_8 +
1156 (uint32_t)fs_stage->prog_data.wm.dispatch_16 +
1157 (uint32_t)fs_stage->prog_data.wm.dispatch_32;
1354 &stages[s].key.wm);
1648 stages[MESA_SHADER_FRAGMENT].key.wm.coarse_pixel &&