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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h70 unsigned inst_mod; member in struct:r600_bytecode_tex
H A Dr600_asm.c1584 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) |
H A Dr600_shader.c7010 tex.inst_mod = 1; // Use per pixel gradient calculation
8174 tex.inst_mod = 1; /* to indicate this is ldfptr */
8364 tex.inst_mod = 1; /* per pixel gradient calculation instead of per 2x2 quad */
8369 tex.inst_mod = texture_component_select;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h74 unsigned inst_mod; member in struct:r600_bytecode_tex
H A Dr600_asm.c1591 EG_S_SQ_TEX_WORD0_INST_MOD(tex->inst_mod) |
H A Dr600_shader.c7109 tex.inst_mod = 1; // Use per pixel gradient calculation
8273 tex.inst_mod = 1; /* to indicate this is ldfptr */
8463 tex.inst_mod = 1; /* per pixel gradient calculation instead of per 2x2 quad */
8468 tex.inst_mod = texture_component_select;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h554 unsigned inst_mod:2; member in struct:r600_sb::bc_fetch
H A Dsb_bc_builder.cpp530 .INST_MOD(bc.inst_mod)
H A Dsb_bc_decoder.cpp468 bc.inst_mod = w0.get_INST_MOD();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h588 unsigned inst_mod:2; member in struct:r600_sb::bc_fetch
H A Dsb_bc_builder.cpp530 .INST_MOD(bc.inst_mod)
H A Dsb_bc_decoder.cpp468 bc.inst_mod = w0.get_INST_MOD();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp688 tex.inst_mod = tex_instr.has_flag(TexInstruction::grad_fine) ? 1 : 0;
690 tex.inst_mod = tex_instr.inst_mode();

Completed in 41 milliseconds