Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp114 bool EmitTexInstruction::emit_cube_txd(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txd()
186 bool EmitTexInstruction::emit_cube_txl(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txl()
259 bool EmitTexInstruction::emit_cube_txb(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txb()
307 bool EmitTexInstruction::emit_cube_tex(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_tex()
595 GPRVector tex_src(src.coord, in_swizzle); in emit_tex_txb() local
613 bool EmitTexInstruction::emit_tex_txs(nir_tex_instr* instr, TexInputs& tex_src, in emit_tex_txs()
739 bool EmitTexInstruction::emit_cube_tg4(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_tg4()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1710 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntt_push_tex_arg() local