Home
last modified time | relevance | path

Searched refs:ac_build_umin (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h336 LLVMValueRef ac_build_umin(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
Dac_llvm_build.c1945 LLVMValueRef ac_build_umin(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) in ac_build_umin() function
2369 args[i] = ac_build_umin(ctx, args[i], alpha ? max_alpha : max_rgb); in ac_build_cvt_pk_u16()
Dac_nir_to_llvm.c758 result = ac_build_umin(&ctx->ac, src[0], src[1]); in visit_alu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c632 edgeflag_value = ac_build_umin(&ctx->ac, edgeflag_value, ctx->ac.i32_1); in si_llvm_build_vs_exports()
Dgfx10_shader_ngg.c424 emit = ac_build_umin(&ctx->ac, emit, max_emit[buffer]); in build_streamout()
1238 edgeflag = ac_build_umin(&ctx->ac, edgeflag, ctx->ac.i32_1); in gfx10_emit_ngg_epilogue()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2511 emit = ac_build_umin(&ctx->ac, emit, max_emit[buffer]); in build_streamout()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4358 - ac/nir: make use of ac_build_umin() where possible