Searched refs:TGSI_OPCODE_FRC (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 570 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_exp() 705 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_log() 917 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_flr_ceil() 970 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_trunc() 1350 case TGSI_OPCODE_FRC: in transform_instr()
|
D | tgsi_exec.c | 5084 case TGSI_OPCODE_FRC: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 369 TGSI_OPCODE_FRC = 24, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 56 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 97 [TGSI_OPCODE_FRC] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 510 case TGSI_OPCODE_FRC: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 557 case TGSI_OPCODE_FRC: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1190 bld_base->op_actions[TGSI_OPCODE_FRC].emit = frc_emit; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 604 case TGSI_OPCODE_FRC: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 603 case TGSI_OPCODE_FRC: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 92 {D3D10_SB_OPCODE_FRC, OF_FLOAT, TGSI_OPCODE_FRC},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1808 [TGSI_OPCODE_FRC] = nir_op_ffract,
|
D | nir_to_tgsi.c | 874 [nir_op_ffract] = { TGSI_OPCODE_FRC, TGSI_OPCODE_DFRAC }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 49 case TGSI_OPCODE_FRC: return SVGA3DOP_FRC; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 799 case TGSI_OPCODE_FRC: in translate_opcode() 9300 case TGSI_OPCODE_FRC: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3401 case TGSI_OPCODE_FRC: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11781 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2}, 11979 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2}, 12206 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2001 emit_asm(ir, TGSI_OPCODE_FRC, result_dst, op[0]); in visit_expression()
|