Home
last modified time | relevance | path

Searched refs:ac_build_umsb (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h331 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type);
Dac_llvm_build.c1852 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type) in ac_build_umsb() function
Dac_nir_to_llvm.c991 result = ac_build_umsb(&ctx->ac, src[0], ctx->ac.i32); in visit_alu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c539 LLVMValueRef strip_start = ac_build_umsb(&ctx->ac, preceding_reset_threadmask, NULL); in si_build_prim_discard_compute_shader()
556 last_strip_start = ac_build_umsb(&ctx->ac, reset_threadmask, NULL); in si_build_prim_discard_compute_shader()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4342 - ac: fix ac_build_umsb() for 16-bit integer type
4346 - ac: add 8-bit support to ac_build_umsb()