Home
last modified time | relevance | path

Searched refs:vbo_attr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c123 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
125 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
126 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
127 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
Dvbo_save_api.c391 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
392 const GLenum16 tp = type[vbo_attr]; in compare_vao()
393 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
399 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
456 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
457 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
460 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()