Lines Matching refs:src
597 nir_const_value *const_val = nir_src_as_const_value(instr->src[0]);
676 nir_tex_src *src = &instr->src[src_idx];
677 bool is_sampler = src->src_type == nir_tex_src_sampler_deref;
680 nir_deref_instr *deref = nir_instr_as_deref(src->src.ssa->parent_instr);
715 nir_instr_rewrite_src(&instr->instr, &src->src,
718 src->src_type = is_sampler ?
813 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]);
901 nir_ssa_def_rewrite_uses(&instr->dest.ssa, instr->src[0].ssa);
1402 pipeline_stage_create_binning(const struct v3dv_pipeline_stage *src,
1405 struct v3dv_device *device = src->pipeline->device;
1414 assert(src->stage == BROADCOM_SHADER_VERTEX ||
1415 src->stage == BROADCOM_SHADER_GEOMETRY);
1418 src->stage == BROADCOM_SHADER_VERTEX ?
1422 p_stage->pipeline = src->pipeline;
1424 p_stage->entrypoint = src->entrypoint;
1425 p_stage->module = src->module;
1431 p_stage->spec_info = src->spec_info;
1433 memcpy(p_stage->shader_sha1, src->shader_sha1, 20);