Searched refs:vbo_attr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_draw.c127 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; local in function:vbo_exec_bind_arrays
129 const GLubyte size = exec->vtx.attr[vbo_attr].size;
130 const GLenum16 type = exec->vtx.attr[vbo_attr].type;
131 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] -
H A Dvbo_save_api.c323 const unsigned char vbo_attr = vao_to_vbo_map[attr]; local in function:compare_vao
324 const GLenum16 tp = type[vbo_attr];
325 const GLintptr off = offset[vbo_attr] + buffer_offset;
331 if (attrib->Format.Size != size[vbo_attr])
388 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; local in function:update_vao
389 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset);
392 size[vbo_attr], type[vbo_attr], offset[vbo_attr]);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_exec_draw.c210 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; local in function:vbo_exec_bind_arrays
212 const GLubyte size = exec->vtx.attrsz[vbo_attr];
213 const GLenum16 type = exec->vtx.attrtype[vbo_attr];
214 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] -
H A Dvbo_save_api.c447 const unsigned char vbo_attr = vao_to_vbo_map[attr]; local in function:compare_vao
448 const GLenum16 tp = type[vbo_attr];
449 const GLintptr off = offset[vbo_attr] + buffer_offset;
455 if (attrib->Format.Size != size[vbo_attr])
511 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; local in function:update_vao
512 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset);
515 size[vbo_attr], type[vbo_attr], offset[vbo_attr]);

Completed in 8 milliseconds