Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h213 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den);
H A Dac_nir_to_llvm.c1282 results[0] = ac_build_fdiv(&ctx->ac, results[0], ma); in visit_alu()
1283 results[1] = ac_build_fdiv(&ctx->ac, results[1], ma); in visit_alu()
1529 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]); in lower_gather4_integer()
3579 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, ac_get_arg(&ctx->ac, ctx->args->frag_pos[3]))}; in emit_load_frag_coord()
H A Dac_llvm_build.c694 LLVMValueRef ac_build_fdiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef den) in ac_build_fdiv() function
884 invma = ac_build_fdiv(ctx, LLVMConstReal(ctx->f32, 1.0), invma); in ac_prepare_cube_coords()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1061 LLVMValueRef val = ac_build_fdiv(&ctx->ac, position[chan], position[3]); in gfx10_ngg_culling_build_end()
2150 pos[vert][comp] = ac_build_fdiv(&ctx->ac, pos[vert][comp], pos[vert][3]); in gfx10_ngg_gs_build_end()

Completed in 25 milliseconds