Searched refs:inst_mod (Results 1 – 7 of 7) sorted by relevance
74 unsigned inst_mod; member
7113 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()
1673 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) | in r600_bytecode_tex_build()
588 unsigned inst_mod:2; member
530 .INST_MOD(bc.inst_mod) in build_fetch_tex()
468 bc.inst_mod = w0.get_INST_MOD(); in decode_fetch()
479 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()