mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
gallivm: fix left over shader vote debug
Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4560>
This commit is contained in:
parent
7690606bf7
commit
c494ed0467
1 changed files with 0 additions and 1 deletions
|
|
@ -1603,7 +1603,6 @@ static void emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, n
|
|||
lp_build_endif(&ifthen);
|
||||
lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length),
|
||||
NULL, LLVMIntUGE);
|
||||
lp_build_print_value(gallivm, "init_val is ", LLVMBuildLoad(builder, res_store, ""));
|
||||
init_val = LLVMBuildLoad(builder, res_store, "");
|
||||
} else {
|
||||
LLVMBuildStore(builder, lp_build_const_int32(gallivm, instr->intrinsic == nir_intrinsic_vote_any ? 0 : -1), res_store);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue