Lines Matching defs:mode
362 cfg.internal.mode = MALI_BLEND_MODE_OFF;
415 cfg.mode = MALI_BLEND_MODE_SHADER;
428 cfg.mode = info.opaque ?
2766 pan_draw_mode(enum pipe_prim_type mode)
2768 switch (mode) {
2783 unreachable("Invalid draw mode");
2801 uint32_t prims = u_prims_for_vertices(info->mode, draw->count);
3063 bool lines = (info->mode == PIPE_PRIM_LINES ||
3064 info->mode == PIPE_PRIM_LINE_LOOP ||
3065 info->mode == PIPE_PRIM_LINE_STRIP);
3068 cfg.draw_mode = pan_draw_mode(info->mode);
3418 panfrost_emit_primitive_size(ctx, info->mode == PIPE_PRIM_POINTS, 0,
3426 batch, fs_required, u_reduced_prim(info->mode), 0, 0, 0);
3433 if (vs_ptr && info->mode != PIPE_PRIM_POINTS)
3475 enum pipe_prim_type prim = u_reduced_prim(info->mode);
3509 u_trim_pipe_prim(info->mode, &count);
3596 (info->mode == PIPE_PRIM_POINTS))) {
3598 ctx->active_prim = info->mode;
3608 ctx->active_prim = info->mode;
3693 info->mode == PIPE_PRIM_POINTS);
3771 ctx->active_prim = info->mode;
3823 bool point_coord_replace = (info->mode == PIPE_PRIM_POINTS);
3970 bool points = (info->mode == PIPE_PRIM_POINTS);