Lines Matching refs:attribindex
390 GLuint attribindex, GLint size, GLenum type, in attrib_format() argument
393 if (attribindex >= VERT_ATTRIB_GENERIC_MAX) in attrib_format()
398 unsigned i = VERT_ATTRIB_GENERIC(attribindex); in attrib_format()
404 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribFormat() argument
409 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type, in _mesa_glthread_AttribFormat()
415 GLuint attribindex, GLint size, GLenum type, in _mesa_glthread_DSAAttribFormat() argument
422 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); in _mesa_glthread_DSAAttribFormat()
522 _mesa_glthread_AttribBinding(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribBinding() argument
527 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_AttribBinding()
532 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_AttribBinding()
538 GLuint attribindex, GLuint bindingindex) in _mesa_glthread_DSAAttribBinding() argument
542 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_DSAAttribBinding()
549 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_DSAAttribBinding()