HomeSort by relevance Sort by last modified time
    Searched full:has_so (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 46 boolean has_so; member in struct:pt_so_emit
58 emit->has_so = (draw->vs.vertex_shader->state.stream_output.num_outputs > 0);
62 if (emit->has_so) {
71 emit->has_so = has_valid_buffer;
74 if (!emit->has_so)
193 if (!emit->has_so)

Completed in 276 milliseconds