Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c679 LLVMValueRef accepted_threadmask = ac_get_i1_sgpr_mask(&ctx->ac, accepted); in si_build_prim_discard_compute_shader() local
683 &ctx->ac, "llvm.ctpop.i64", ctx->ac.i64, &accepted_threadmask, 1, AC_FUNC_ATTR_READNONE); in si_build_prim_discard_compute_shader()
799 LLVMValueRef prim_index = ac_build_mbcnt(&ctx->ac, accepted_threadmask); in si_build_prim_discard_compute_shader()