Lines Matching defs:set
165 unsigned set = nir_intrinsic_desc_set(instr);
167 struct tu_descriptor_set_layout *set_layout = layout->set[set].layout;
172 shader->active_desc_sets |= 1u << set;
177 base = (layout->set[set].dynamic_offset_start +
179 set = MAX_SETS;
189 nir_ssa_def *def = nir_vec3(b, nir_imm_int(b, set),
239 * the descriptor set is constant we can skip that, though).
331 unsigned set = var->data.descriptor_set;
334 &layout->set[set].layout->binding[binding];
356 shader->active_desc_sets |= 1u << set;
381 return nir_bindless_resource_ir3(b, 32, desc_offset, .desc_set = set);
470 layout->set[var->data.descriptor_set].layout;