Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_FLR (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c339 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()
Dtgsi_exec.c5009 case TGSI_OPCODE_FLR: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h372 TGSI_OPCODE_FLR = 26, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c57 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c304 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()
Dlp_bld_tgsi_aos.c564 case TGSI_OPCODE_FLR: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c96 [TGSI_OPCODE_FLR] = {false, false, 0, 1, 1},
Di915_fpc_translate.c555 case TGSI_OPCODE_FLR: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c600 case TGSI_OPCODE_FLR: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c601 case TGSI_OPCODE_FLR: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c131 {D3D10_SB_OPCODE_ROUND_NI, OF_FLOAT, TGSI_OPCODE_FLR},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1814 [TGSI_OPCODE_FLR] = nir_op_ffloor,
Dnir_to_tgsi.c1358 [nir_op_ffloor] = { TGSI_OPCODE_FLR, TGSI_OPCODE_DFLR }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2859 case TGSI_OPCODE_FLR: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c876 case TGSI_OPCODE_FLR: in translate_opcode()
10911 case TGSI_OPCODE_FLR: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3247 case TGSI_OPCODE_FLR: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11811 [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},