HomeSort by relevance Sort by last modified time
    Searched refs:DRAW_SPLIT_BEFORE (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h 106 flags |= DRAW_SPLIT_BEFORE;
128 flags |= DRAW_SPLIT_BEFORE;
151 flags |= DRAW_SPLIT_BEFORE;
draw_decompose_tmp.h 83 flags = (prim_flags & DRAW_SPLIT_BEFORE) ? 0 : DRAW_PIPE_RESET_STIPPLE;
269 if (!(prim_flags & DRAW_SPLIT_BEFORE))
279 if (!(prim_flags & DRAW_SPLIT_BEFORE))
319 flags = (prim_flags & DRAW_SPLIT_BEFORE) ? 0 : DRAW_PIPE_RESET_STIPPLE;
draw_pt_vsplit_tmp.h 199 const boolean close_loop = ((flags) == DRAW_SPLIT_BEFORE);
212 const boolean use_spoken = (((flags) & DRAW_SPLIT_BEFORE) != 0);
242 boolean close_loop = (flags == DRAW_SPLIT_BEFORE);
264 boolean use_spoken = ((flags & DRAW_SPLIT_BEFORE) != 0);
draw_private.h 341 #define DRAW_SPLIT_BEFORE 0x1

Completed in 182 milliseconds