Searched refs:TGSI_OPCODE_FLR (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h369 TGSI_OPCODE_FLR = 26, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c55 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h371 TGSI_OPCODE_FLR = 26, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c338 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
589 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
724 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
934 if (opcode == TGSI_OPCODE_FLR)
991 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
1390 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c339 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
590 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
725 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
935 if (opcode == TGSI_OPCODE_FLR)
992 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR;
1390 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c57 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
336 tmp = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
450 flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
1453 /* TGSI_OPCODE_FLR (CPU Only) */
2417 bld_base->op_actions[TGSI_OPCODE_FLR].emit = flr_emit_cpu;
H A Dlp_bld_tgsi_aos.c563 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
336 tmp = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
450 flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
1453 /* TGSI_OPCODE_FLR (CPU Only) */
2545 bld_base->op_actions[TGSI_OPCODE_FLR].emit = flr_emit_cpu;
H A Dlp_bld_tgsi_aos.c563 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c723 bld_base->op_actions[TGSI_OPCODE_FLR].emit = build_tgsi_intrinsic_nomem;
724 bld_base->op_actions[TGSI_OPCODE_FLR].intr_name = "llvm.floor.f32";
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c462 return TGSI_OPCODE_FLR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c91 [ TGSI_OPCODE_FLR ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c622 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c96 [TGSI_OPCODE_FLR] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c506 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c600 case TGSI_OPCODE_FLR:
H A Dnvfx_fragprog.c600 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c601 case TGSI_OPCODE_FLR:
H A Dnvfx_fragprog.c600 case TGSI_OPCODE_FLR:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1544 [TGSI_OPCODE_FLR] = nir_op_ffloor,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c131 {D3D10_SB_OPCODE_ROUND_NI, OF_FLOAT, TGSI_OPCODE_FLR},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1810 [TGSI_OPCODE_FLR] = nir_op_ffloor,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c536 case TGSI_OPCODE_FLR:
5835 case TGSI_OPCODE_FLR:
H A Dsvga_tgsi_insn.c2793 case TGSI_OPCODE_FLR:

Completed in 52 milliseconds

12