Searched refs:TGSI_OPCODE_FLR (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 339 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_frc() 590 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_exp() 725 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_log() 935 if (opcode == TGSI_OPCODE_FLR) in transform_flr_ceil() 992 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_trunc() 1390 case TGSI_OPCODE_FLR: in transform_instr()
|
D | tgsi_exec.c | 5009 case TGSI_OPCODE_FLR: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 372 TGSI_OPCODE_FLR = 26, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 57 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in exp_emit() 336 tmp = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in frc_emit() 450 flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in log_emit() 2545 bld_base->op_actions[TGSI_OPCODE_FLR].emit = flr_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 564 case TGSI_OPCODE_FLR: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 96 [TGSI_OPCODE_FLR] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 555 case TGSI_OPCODE_FLR: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 600 case TGSI_OPCODE_FLR: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 601 case TGSI_OPCODE_FLR: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 131 {D3D10_SB_OPCODE_ROUND_NI, OF_FLOAT, TGSI_OPCODE_FLR},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1814 [TGSI_OPCODE_FLR] = nir_op_ffloor,
|
D | nir_to_tgsi.c | 1358 [nir_op_ffloor] = { TGSI_OPCODE_FLR, TGSI_OPCODE_DFLR }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2859 case TGSI_OPCODE_FLR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 876 case TGSI_OPCODE_FLR: in translate_opcode() 10911 case TGSI_OPCODE_FLR: in emit_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3247 case TGSI_OPCODE_FLR: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11811 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2}, 12009 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2}, 12236 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
|