Home
last modified time | relevance | path

Searched refs:tir (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp713 auto tir = new TexInstr(src.opcode, dst, {0,1,2,3}, src_coord, sampler.id, in emit_tex_txd() local
738 tir->add_prepare_instr(irgh); in emit_tex_txd()
739 tir->add_prepare_instr(irgv); in emit_tex_txd()
742 tir->set_tex_flag(TexInstr::z_unnormalized); in emit_tex_txd()
749 tir->set_rect_coordinate_flags(tex); in emit_tex_txd()
751 tir->set_coord_offsets(src.offset); in emit_tex_txd()
754 tir->add_required_instr(shader.last_txd()); in emit_tex_txd()
756 shader.emit_instruction(tir); in emit_tex_txd()
757 shader.set_last_txd(tir); in emit_tex_txd()

Completed in 2 milliseconds