Home | History | Annotate | Download | only in spirv

Lines Matching defs:call

123                                  nir_call_instr *call,
132 call, param_idx);
140 call, param_idx);
145 call->params[(*param_idx)++] = nir_src_for_ssa(value->def);
189 nir_call_instr *call = nir_call_instr_create(b->nb.shader, callee);
201 call->params[param_idx++] = nir_src_for_ssa(&ret_deref->dest.ssa);
212 call->params[param_idx++] =
214 call->params[param_idx++] =
221 call->params[param_idx++] =
225 arg_type, call, &param_idx);
228 assert(param_idx == call->num_params);
230 nir_builder_instr_insert(&b->nb, &call->instr);
502 /* Note: This recursive call will start with the current block as
506 * way, we only create the loop once and the second call that