Searched refs:ac_build_umsb (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 331 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type);
|
D | ac_llvm_build.c | 1852 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type) in ac_build_umsb() function
|
D | ac_nir_to_llvm.c | 991 result = ac_build_umsb(&ctx->ac, src[0], ctx->ac.i32); in visit_alu()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_prim_discard.c | 539 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/ |
D | 19.1.0.rst | 4342 - ac: fix ac_build_umsb() for 16-bit integer type 4346 - ac: add 8-bit support to ac_build_umsb()
|