Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h180 LLVMValueRef ac_get_i1_sgpr_mask(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_llvm_build.c466 LLVMValueRef ac_get_i1_sgpr_mask(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_get_i1_sgpr_mask() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c536 LLVMValueRef reset_threadmask = ac_get_i1_sgpr_mask(&ctx->ac, index0_is_reset); in si_build_prim_discard_compute_shader()
679 LLVMValueRef accepted_threadmask = ac_get_i1_sgpr_mask(&ctx->ac, accepted); in si_build_prim_discard_compute_shader()
Dgfx10_shader_ngg.c942 LLVMValueRef es_mask = ac_get_i1_sgpr_mask(&ctx->ac, es_accepted_bool); in gfx10_emit_ngg_culling_epilogue()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2314 - ac: fix ac_get_i1_sgpr_mask for Wave32
D19.1.0.rst3714 - ac: add ac_get_i1_sgpr_mask