Lines Matching refs:attribindex
399 GLuint attribindex, GLint size, GLenum type, in attrib_format() argument
402 if (attribindex >= VERT_ATTRIB_GENERIC_MAX) in attrib_format()
407 unsigned i = VERT_ATTRIB_GENERIC(attribindex); in attrib_format()
413 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribFormat() argument
418 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type, in _mesa_glthread_AttribFormat()
424 GLuint attribindex, GLint size, GLenum type, in _mesa_glthread_DSAAttribFormat() argument
431 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); in _mesa_glthread_DSAAttribFormat()
531 _mesa_glthread_AttribBinding(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribBinding() argument
536 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_AttribBinding()
541 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_AttribBinding()
547 GLuint attribindex, GLuint bindingindex) in _mesa_glthread_DSAAttribBinding() argument
551 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_DSAAttribBinding()
558 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_DSAAttribBinding()