Home
last modified time | relevance | path

Searched defs:tex_src (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dnir_to_rc.c1705 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntr_push_tex_arg() local
2243 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_rc_lower_tex_instr_arg() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp326 ValueFactory::src(const nir_tex_src& tex_src, int chan) in src()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2708 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntt_push_tex_arg() local
3595 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_tgsi_lower_tex_instr_arg() local
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3336 nir_src tex_src = tex->src[base_index].src; in emit_tex() local