Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h74 unsigned inst_mod; member
Dr600_asm.c1586 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) | in r600_bytecode_tex_build()
Dr600_shader.c7095 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()
/external/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()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp708 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()