Searched refs:ac_build_fdiv (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.5.rst99 - ac: fix ac_build_fdiv for f64
H A D20.0.3.rst166 - ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
H A D19.1.0.rst4031 - ac/nir: make ac_build_fdiv support 16-bit floats
H A D20.1.0.rst3941 - ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h186 ac_build_fdiv(struct ac_llvm_context *ctx,
H A Dac_nir_to_llvm.c618 result = ac_build_fdiv(&ctx->ac, src[0], src[1]);
645 result = ac_build_fdiv(&ctx->ac, LLVMConstReal(LLVMTypeOf(src[0]), 1.0), src[0]);
785 result = ac_build_fdiv(&ctx->ac, LLVMConstReal(LLVMTypeOf(result), 1.0), result);
1042 results[0] = ac_build_fdiv(&ctx->ac, results[0], ma);
1043 results[1] = ac_build_fdiv(&ctx->ac, results[1], ma);
1219 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]);
3219 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, ctx->abi->frag_pos[3])
H A Dac_llvm_build.c637 ac_build_fdiv(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
849 invma = ac_build_fdiv(ctx, LLVMConstReal(ctx->f32, 1.0), invma);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c646 ac_build_fdiv(&ctx->ac, emit_data->args[0], emit_data->args[1]);
662 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, sqrt);
H A Dsi_shader_nir.c933 out[3] = ac_build_fdiv(&ctx->ac, ctx->ac.f32_1,
H A Dsi_shader_tgsi_mem.c1291 half_texel[c] = ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, half_texel[c]);
1389 args.coords[chan] = ac_build_fdiv(&ctx->ac,
H A Dsi_shader.c2124 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h212 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den);
H A Dac_nir_to_llvm.c1213 results[0] = ac_build_fdiv(&ctx->ac, results[0], ma);
1214 results[1] = ac_build_fdiv(&ctx->ac, results[1], ma);
1461 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]);
3533 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, ac_get_arg(&ctx->ac, ctx->args->frag_pos[3]))};
H A Dac_llvm_build.c690 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den) function in typeref:typename:LLVMValueRef
880 invma = ac_build_fdiv(ctx, LLVMConstReal(ctx->f32, 1.0), invma);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c862 LLVMValueRef val = ac_build_fdiv(&ctx->ac, position[chan], position[3]);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2496 inputs[3] = ac_build_fdiv(&ctx->ac, ctx->ac.f32_1,

Completed in 76 milliseconds