Home
last modified time | relevance | path

Searched refs:DRAW_ATTR_NONEXIST (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vertex.h47 #define DRAW_ATTR_NONEXIST 255 macro
122 src_index = DRAW_ATTR_NONEXIST; in draw_emit_vertex_attr()
Ddraw_pt_emit.c98 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) { in draw_pt_emit_prepare()
Ddraw_pipe_vbuf.c225 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) { in vbuf_start_prim()