Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_FRC (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c197 case TGSI_OPCODE_FRC: in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c684 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_exp()
819 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_log()
1067 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_flr_ceil()
1120 new_inst.Instruction.Opcode = TGSI_OPCODE_FRC; in transform_trunc()
1511 case TGSI_OPCODE_FRC: in transform_instr()
Dtgsi_info.c64 { 1, 1, 0, 0, 0, 0, 0, COMP, "FRC", TGSI_OPCODE_FRC },
Dtgsi_exec.c5233 case TGSI_OPCODE_FRC: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h355 #define TGSI_OPCODE_FRC 24 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c55 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC; in translate_opcode()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c391 if (emit_data->info->opcode == TGSI_OPCODE_FRC) in emit_frac()
807 bld_base->op_actions[TGSI_OPCODE_FRC].emit = emit_frac; in si_shader_context_init_alu()
Dsi_shader.c1714 TGSI_OPCODE_FRC, pos[0]); in declare_system_value()
1716 TGSI_OPCODE_FRC, pos[1]); in declare_system_value()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c54 [TGSI_OPCODE_FRC] = { GEN6_OPCODE_FRC, 1, 1 },
778 [TGSI_OPCODE_FRC] = aos_simple,
1319 [TGSI_OPCODE_FRC] = soa_per_channel,
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c451 return TGSI_OPCODE_FRC; in translate_opcode()
Dst_glsl_to_tgsi.cpp2030 emit_asm(ir, TGSI_OPCODE_FRC, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c93 [ TGSI_OPCODE_FRC ] = { false, false, 0, 1, 1 },
Di915_fpc_translate.c653 case TGSI_OPCODE_FRC: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c606 case TGSI_OPCODE_FRC: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1335 bld_base->op_actions[TGSI_OPCODE_FRC].emit = frc_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1068 case TGSI_OPCODE_FRC: in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c605 case TGSI_OPCODE_FRC: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c607 case TGSI_OPCODE_FRC: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1541 [TGSI_OPCODE_FRC] = nir_op_ffract,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c521 case TGSI_OPCODE_FRC: in translate_opcode()
5669 case TGSI_OPCODE_FRC: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c50 case TGSI_OPCODE_FRC: return SVGA3DOP_FRC; in translate_opcode()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9085 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
9283 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
9506 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3243 case TGSI_OPCODE_FRC: in handleInstruction()