Home
last modified time | relevance | path

Searched refs:inst_mod (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h74 unsigned inst_mod; member
Dr600_shader.c7113 tex.inst_mod = 1; // Use per pixel gradient calculation in tgsi_interp_egcm()
8277 tex.inst_mod = 1; /* to indicate this is ldfptr */ in tgsi_tex()
8467 tex.inst_mod = 1; /* per pixel gradient calculation instead of per 2x2 quad */ in tgsi_tex()
8478 tex.inst_mod = 0; in tgsi_tex()
8481 tex.inst_mod = texture_component_select; in tgsi_tex()
Dr600_asm.c1673 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) | in r600_bytecode_tex_build()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h588 unsigned inst_mod:2; member
Dsb_bc_builder.cpp530 .INST_MOD(bc.inst_mod) in build_fetch_tex()
Dsb_bc_decoder.cpp468 bc.inst_mod = w0.get_INST_MOD(); in decode_fetch()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp479 tex.inst_mod = tex_instr.has_tex_flag(TexInstr::grad_fine) ? 1 : 0; in visit()
481 tex.inst_mod = tex_instr.inst_mode(); in visit()