Searched refs:inst_mod (Results 1 – 7 of 7) sorted by relevance
74 unsigned inst_mod; member
1586 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) | in r600_bytecode_tex_build()
7095 tex.inst_mod = 1; // Use per pixel gradient calculation in tgsi_interp_egcm()8259 tex.inst_mod = 1; /* to indicate this is ldfptr */ in tgsi_tex()8449 tex.inst_mod = 1; /* per pixel gradient calculation instead of per 2x2 quad */ in tgsi_tex()8454 tex.inst_mod = texture_component_select; in tgsi_tex()
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()
708 tex.inst_mod = tex_instr.has_flag(TexInstruction::grad_fine) ? 1 : 0; in emit_tex()710 tex.inst_mod = tex_instr.inst_mode(); in emit_tex()