Searched refs:DRAW_ATTR_NONEXIST (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h47 #define DRAW_ATTR_NONEXIST 255 macro
120 * we'll assign it all zeros later - set to DRAW_ATTR_NONEXIST */
122 src_index = DRAW_ATTR_NONEXIST;
H A Ddraw_pt_emit.c98 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) {
H A Ddraw_pipe_vbuf.c225 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h47 #define DRAW_ATTR_NONEXIST 255 macro
120 * we'll assign it all zeros later - set to DRAW_ATTR_NONEXIST */
122 src_index = DRAW_ATTR_NONEXIST;
H A Ddraw_pt_emit.c100 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) {
H A Ddraw_pipe_vbuf.c227 else if (vinfo->attrib[i].src_index == DRAW_ATTR_NONEXIST) {

Completed in 5 milliseconds