Searched refs:postponed_kill (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 1782 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 D | ac_llvm_build.h | 120 LLVMValueRef postponed_kill; member in struct:ac_llvm_context
|
| H A D | ac_llvm_build.c | 3194 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 D | si_shader_internal.h | 187 LLVMValueRef postponed_kill; member in struct:si_shader_context
|
| H A D | si_shader_tgsi_alu.c | 38 LLVMValueRef mask = LLVMBuildLoad(builder, ctx->postponed_kill, ""); 40 LLVMBuildStore(builder, mask, ctx->postponed_kill);
|
| H A D | si_shader.c | 3786 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 D | 20.1.0.rst | 3399 - ac: fix ac_build_is_helper_invocation when postponed_kill is null
|
| H A D | 20.3.0.rst | 3503 - radeonsi: remove dead variable postponed_kill
|
Completed in 36 milliseconds