Searched refs:tex_src (Results 1 – 3 of 3) sorted by relevance
231 PVirtualValue src(const nir_tex_src& tex_src, int chan);
339 PVirtualValue ValueFactory::src(const nir_tex_src& tex_src, int chan) in src() argument341 return src(tex_src.src, chan); in src()
2581 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntt_push_tex_arg() local2582 if (tex_src < 0) in ntt_push_tex_arg()2585 nir_src *src = &instr->src[tex_src].src; in ntt_push_tex_arg()3442 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_tgsi_lower_tex_instr_arg() local3443 if (tex_src < 0) in nir_to_tgsi_lower_tex_instr_arg()3446 assert(instr->src[tex_src].src.is_ssa); in nir_to_tgsi_lower_tex_instr_arg()3448 nir_ssa_def *def = instr->src[tex_src].src.ssa; in nir_to_tgsi_lower_tex_instr_arg()3453 nir_tex_instr_remove_src(instr, tex_src); in nir_to_tgsi_lower_tex_instr_arg()