Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_draw.c130 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local
132 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()
133 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
134 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
H A Dvbo_save_api.c315 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local
316 const GLenum16 tp = type[vbo_attr]; in compare_vao()
317 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()
323 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()
380 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local
381 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()
384 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()

Completed in 5 milliseconds