Searched refs:v2f16 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.7.rst43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer
44 - pan/bi: Avoid \*FADD.v2f16 hazard in scheduler
H A D20.1.0.rst575 - 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 D20.3.0.rst3377 - 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 D21.2.0.rst449 - 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 D21.3.0.rst3523 - ac/llvm: implement v2f16 fsat
H A D20.2.0.rst3279 - ac/nir: support v2f16 derivatives
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c249 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 Dac_llvm_build.h85 LLVMTypeRef v2f16; member in struct:ac_llvm_context
H A Dac_llvm_build.c88 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 Dac_nir_to_llvm.c2354 output = LLVMBuildBitCast(ctx->ac.builder, output, ctx->ac.v2f16, "");
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c2392 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.json1579 "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