Lines Matching defs:predicate
875 /* If the predicate is true, we want to write 0 to the fast clear type
878 * clear_type = clear_type & ~predicate;
898 /* If the predicate is true, we want to write 0 to the fast clear type
901 * clear_type = clear_type & ~predicate;
954 * state into the predicate register.
4727 /* While draw_index < draw_count the predicate's result will be
5341 bool predicate = cmd_buffer->state.conditional_render_enabled;
5349 cw.PredicateEnable = predicate;
5387 bool predicate = (GFX_VER <= 7 && indirect) ||
5396 ggw.PredicateEnable = predicate;
5539 /* predicate = (compute_dispatch_indirect_x_size == 0); */
5548 /* predicate |= (compute_dispatch_indirect_y_size == 0); */
5556 /* predicate |= (compute_dispatch_indirect_z_size == 0); */
5564 /* predicate = !predicate; */
5573 /* predicate &= !(conditional_rendering_predicate == 0); */
7266 * If the value of the predicate in buffer memory changes
7269 * Some implementations may latch the value of the predicate
7277 /* Precompute predicate result, it is necessary to support secondary