Searched refs:ac_build_mbcnt (Results 1 – 4 of 4) sorted by relevance
493 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask);
3383 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask) in ac_build_mbcnt() function3997 result = ac_build_mbcnt(ctx, result); in ac_build_inclusive_scan()4020 result = ac_build_mbcnt(ctx, result); in ac_build_exclusive_scan()
3749 result = ac_build_mbcnt(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
799 LLVMValueRef prim_index = ac_build_mbcnt(&ctx->ac, accepted_threadmask); in si_build_prim_discard_compute_shader()