Searched refs:f16_1 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 109 LLVMValueRef f16_1; member
|
H A D | ac_nir_to_llvm.c | 289 ctx->f16_1, ctx->f16_0, ""), in emit_b2f() 291 ctx->f16_1, ctx->f16_0, ""), in emit_b2f() 295 return LLVMBuildSelect(ctx->builder, src0, ctx->f16_1, ctx->f16_0, ""); in emit_b2f()
|
H A D | ac_llvm_build.c | 114 ctx->f16_1 = LLVMConstReal(ctx->f16, 1.0); in ac_llvm_context_init() 3517 return ctx->f16_1; in get_reduction_identity()
|
Completed in 18 milliseconds