Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h510 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask);
Dac_llvm_build.c1767 return ac_build_mbcnt(ctx, LLVMConstInt(ctx->iN_wavemask, ~0ull, 0)); in ac_get_thread_id()
3478 LLVMValueRef ac_build_mbcnt(struct ac_llvm_context *ctx, LLVMValueRef mask) in ac_build_mbcnt() function
4080 result = ac_build_mbcnt(ctx, result); in ac_build_inclusive_scan()
4103 result = ac_build_mbcnt(ctx, result); in ac_build_exclusive_scan()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c1074 prefix_sum = LLVMBuildAdd(builder, prefix_sum, ac_build_mbcnt(&ctx->ac, vertex_mask), ""); in gfx10_emit_ngg_culling_epilogue()