Home
last modified time | relevance | path

Searched refs:ac_build_mbcnt (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h493 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask);
Dac_llvm_build.c3383 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask) in ac_build_mbcnt() function
3997 result = ac_build_mbcnt(ctx, result); in ac_build_inclusive_scan()
4020 result = ac_build_mbcnt(ctx, result); in ac_build_exclusive_scan()
Dac_nir_to_llvm.c3749 result = ac_build_mbcnt(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c799 LLVMValueRef prim_index = ac_build_mbcnt(&ctx->ac, accepted_threadmask); in si_build_prim_discard_compute_shader()