Searched refs:postponed_kill (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c1782 if (ctx->ac.postponed_kill) {
1783 LLVMValueRef cond = LLVMBuildLoad(ctx->ac.builder, ctx->ac.postponed_kill, "");
1876 if (ctx->ac.postponed_kill)
1941 if (ctx->ac.postponed_kill) {
1942 LLVMValueRef cond = LLVMBuildLoad(ctx->ac.builder, ctx->ac.postponed_kill, "");
2031 if (ctx->ac.postponed_kill)
2129 if (ctx->ac.postponed_kill) {
2130 LLVMValueRef cond = LLVMBuildLoad(ctx->ac.builder, ctx->ac.postponed_kill, "");
2150 if (ctx->ac.postponed_kill)
2157 if (ctx->ac.postponed_kill) {
[all...]
H A Dac_llvm_build.h120 LLVMValueRef postponed_kill; member in struct:ac_llvm_context
H A Dac_llvm_build.c3194 LLVMValueRef cond = LLVMBuildLoad(ctx->builder, ctx->postponed_kill, "");
4468 if (!ctx->postponed_kill)
4471 /* postponed_kill should be NULL on LLVM 13+ */
4478 LLVMValueRef postponed = LLVMBuildLoad(ctx->builder, ctx->postponed_kill, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h187 LLVMValueRef postponed_kill; member in struct:si_shader_context
H A Dsi_shader_tgsi_alu.c38 LLVMValueRef mask = LLVMBuildLoad(builder, ctx->postponed_kill, "");
40 LLVMBuildStore(builder, mask, ctx->postponed_kill);
H A Dsi_shader.c3786 if (ctx->postponed_kill)
3787 ac_build_kill_if_false(&ctx->ac, LLVMBuildLoad(builder, ctx->postponed_kill, ""));
6078 ctx->postponed_kill = ac_build_alloca_undef(&ctx->ac, ctx->i1, "");
6081 ctx->postponed_kill);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3399 - ac: fix ac_build_is_helper_invocation when postponed_kill is null
H A D20.3.0.rst3503 - radeonsi: remove dead variable postponed_kill

Completed in 36 milliseconds