Home
last modified time | relevance | path

Searched refs:tex_src (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.h231 PVirtualValue src(const nir_tex_src& tex_src, int chan);
Dsfn_valuefactory.cpp339 PVirtualValue ValueFactory::src(const nir_tex_src& tex_src, int chan) in src() argument
341 return src(tex_src.src, chan); in src()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2581 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntt_push_tex_arg() local
2582 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() local
3443 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()