Home
last modified time | relevance | path

Searched refs:ac_build_fdiv (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/docs/relnotes/
D18.2.5.rst99 - ac: fix ac_build_fdiv for f64
D20.0.3.rst166 - ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
D20.1.0.rst3941 - ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
D19.1.0.rst4031 - ac/nir: make ac_build_fdiv support 16-bit floats
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h204 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den);
Dac_nir_to_llvm.c1152 results[0] = ac_build_fdiv(&ctx->ac, results[0], ma); in visit_alu()
1153 results[1] = ac_build_fdiv(&ctx->ac, results[1], ma); in visit_alu()
1341 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]); in lower_gather4_integer()
3365 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, ac_get_arg(&ctx->ac, ctx->args->frag_pos[3]))}; in visit_intrinsic()
Dac_llvm_build.c641 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den) in ac_build_fdiv() function
831 invma = ac_build_fdiv(ctx, LLVMConstReal(ctx->f32, 1.0), invma); in ac_prepare_cube_coords()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c649 pos[i][chan] = ac_build_fdiv(&ctx->ac, pos[i][chan], pos[i][3]); in si_build_prim_discard_compute_shader()
Dgfx10_shader_ngg.c778 LLVMValueRef val = ac_build_fdiv(&ctx->ac, position[chan], position[3]); in gfx10_emit_ngg_culling_epilogue()