Searched refs:v2f16 (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.7.rst | 43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer 44 - pan/bi: Avoid \*FADD.v2f16 hazard in scheduler
|
| H A D | 20.1.0.rst | 575 - pan/bi: Add v2f16 versions of rounding ops 591 - pan/bi: Fix duplicated source in ADD.v2f16 592 - pan/bi: Fix negation in ADD.v2f16 680 - pan/bi: Pack ADD.v2f16 681 - pan/bi: Pack MAX.v2f16 738 - pan/bi: Add FCMP.GL.v2f16 on ADD opcode
|
| H A D | 20.3.0.rst | 3377 - ac/llvm: fix amdgcn.rcp for v2f16 3378 - ac/llvm: fix amdgcn.fract for v2f16 3379 - ac/llvm: fix amdgcn.rsq for v2f16 3384 - ac/llvm: fix b2f for v2f16
|
| H A D | 21.2.0.rst | 449 - pan/bi: Don't schedule clamps to +FADD.v2f16 837 - pan/bi: Schedule FCMP.v2f16 with abs modifier 838 - pan/bi: Fuse abs into FCMP/FMIN/FMAX.v2f16
|
| H A D | 21.3.0.rst | 3523 - ac/llvm: implement v2f16 fsat
|
| H A D | 20.2.0.rst | 3279 - ac/nir: support v2f16 derivatives
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_ps.c | 249 return LLVMBuildBitCast(ctx->builder, tmp, ctx->v2f16, ""); 928 color[i] = LLVMBuildBitCast(ctx->ac.builder, color[i], ctx->ac.v2f16, "");
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 85 LLVMTypeRef v2f16; member in struct:ac_llvm_context
|
| H A D | ac_llvm_build.c | 88 ctx->v2f16 = LLVMVectorType(ctx->f16, 2); 1806 else if (result_type == ctx->v2f16) 2333 return ac_build_intrinsic(ctx, "llvm.amdgcn.cvt.pkrtz", ctx->v2f16, args, 2, 2506 if (bitsize == 64 || (bitsize == 16 && ctx->chip_class <= GFX8) || type == ctx->v2f16) {
|
| H A D | ac_nir_to_llvm.c | 2354 output = LLVMBuildBitCast(ctx->ac.builder, output, ctx->ac.v2f16, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 2392 LLVMTypeRef v2f16 = local in function:ac_build_cvt_pkrtz_f16 2395 return ac_build_intrinsic(ctx, "llvm.amdgcn.cvt.pkrtz", v2f16,
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 1579 "description": "pan/bi: Test avoiding FADD.v2f16 hazards in scheduler", 1588 "description": "pan/bi: Test avoiding *FADD.v2f16 hazard in optimizer", 1597 "description": "pan/bi: Avoid *FADD.v2f16 hazard in scheduler", 1606 "description": "pan/bi: Avoid *FADD.v2f16 hazard in optimizer", [all...] |
Completed in 162 milliseconds