Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_FRC (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c570 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()
H A Dtgsi_exec.c5005 case TGSI_OPCODE_FRC: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h370 TGSI_OPCODE_FRC = 24, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c56 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c97 [TGSI_OPCODE_FRC] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c559 case TGSI_OPCODE_FRC: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c558 case TGSI_OPCODE_FRC: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c327 /* TGSI_OPCODE_FRC */
1190 bld_base->op_actions[TGSI_OPCODE_FRC].emit = frc_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c604 case TGSI_OPCODE_FRC: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c603 case TGSI_OPCODE_FRC: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c92 {D3D10_SB_OPCODE_FRC, OF_FLOAT, TGSI_OPCODE_FRC},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1812 [TGSI_OPCODE_FRC] = nir_op_ffract,
H A Dnir_to_tgsi.c1359 [nir_op_ffract] = { TGSI_OPCODE_FRC, TGSI_OPCODE_DFRAC }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c49 case TGSI_OPCODE_FRC: return SVGA3DOP_FRC; in translate_opcode()
H A Dsvga_tgsi_vgpu10.c874 case TGSI_OPCODE_FRC: in translate_opcode()
10912 case TGSI_OPCODE_FRC: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11809 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
12007 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
12234 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3405 case TGSI_OPCODE_FRC: in handleInstruction()

Completed in 67 milliseconds