| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 369 TGSI_OPCODE_FLR = 26, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 55 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 371 TGSI_OPCODE_FLR = 26, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_lowering.c | 338 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 D | tgsi_lowering.c | 339 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 D | r300_tgsi_to_rc.c | 57 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 304 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 D | lp_bld_tgsi_aos.c | 563 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 304 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 D | lp_bld_tgsi_aos.c | 563 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 723 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 D | st_mesa_to_tgsi.c | 462 return TGSI_OPCODE_FLR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 91 [ TGSI_OPCODE_FLR ] = { false, false, 0, 1, 1 },
|
| H A D | i915_fpc_translate.c | 622 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 96 [TGSI_OPCODE_FLR] = {false, false, 0, 1, 1},
|
| H A D | i915_fpc_translate.c | 506 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 600 case TGSI_OPCODE_FLR:
|
| H A D | nvfx_fragprog.c | 600 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 601 case TGSI_OPCODE_FLR:
|
| H A D | nvfx_fragprog.c | 600 case TGSI_OPCODE_FLR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1544 [TGSI_OPCODE_FLR] = nir_op_ffloor,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 131 {D3D10_SB_OPCODE_ROUND_NI, OF_FLOAT, TGSI_OPCODE_FLR},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1810 [TGSI_OPCODE_FLR] = nir_op_ffloor,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 536 case TGSI_OPCODE_FLR: 5835 case TGSI_OPCODE_FLR:
|
| H A D | svga_tgsi_insn.c | 2793 case TGSI_OPCODE_FLR:
|