Searched refs:has_kill (Results 1 – 15 of 15) sorted by relevance
54 bool has_kill; member
259 if (fs->has_kill) in fd2_emit_state()
622 ctx->so->has_kill = true; in emit_intrinsic()
127 bool has_kill; variable
314 has_mova(), uses_ar(), has_predset(), has_kill(), in alu_group_tracker()456 if ((flags & AF_ANY_PRED) && (has_kill || has_predset)) in try_reserve()692 has_kill = false; in reset()708 has_kill |= (flags & AF_KILL); in update_flags()
145 emit.no_lrz_write = fp->writes_pos || fp->no_earlyz || fp->has_kill; in fd5_draw_vbo()
595 bool fragz = fp->no_earlyz || fp->has_kill || fp->writes_pos; in fd5_emit_state()
3203 isl_bool has_kill; in isl_union_access_info_compute_flow() local3207 has_kill = isl_union_access_has_kill(access); in isl_union_access_info_compute_flow()3208 if (has_kill < 0) in isl_union_access_info_compute_flow()3210 if (has_kill) { in isl_union_access_info_compute_flow()3222 if (has_kill) in isl_union_access_info_compute_flow()
653 bool has_kill; member
1905 ctx->so->has_kill = true; in emit_intrinsic()
592 } else if ((fs->has_kill || zsa->alpha_test) && in compute_ztest_mode()634 if (blend->reads_dest || fs->writes_pos || fs->no_earlyz || fs->has_kill) { in compute_lrz_state()
571 if (fp->no_earlyz || fp->has_kill) { in fd3_emit_state()
573 bool fragz = fp->no_earlyz | fp->has_kill | fp->writes_pos; in fd4_emit_state()
1369 if (fs->no_earlyz || fs->has_kill || fs->writes_pos || fs->writes_stencilref || is_s8_uint) { in tu6_emit_fs_outputs()2600 if (fs->has_kill || fs->no_earlyz || fs->writes_pos) { in tu_pipeline_builder_parse_depth_stencil()
4121 - freedreno/ir3: rename has_kill to no_earlyz