Searched refs:VERT_ATTRIB_GENERIC_MAX (Results 1 – 5 of 5) sorted by relevance
402 if (attribindex >= VERT_ATTRIB_GENERIC_MAX) in attrib_format()439 if (bindingindex >= VERT_ATTRIB_GENERIC_MAX) in bind_vertex_buffer()498 if (bindingindex >= VERT_ATTRIB_GENERIC_MAX) in binding_divisor()536 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_AttribBinding()537 bindingindex >= VERT_ATTRIB_GENERIC_MAX) in _mesa_glthread_AttribBinding()551 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_DSAAttribBinding()552 bindingindex >= VERT_ATTRIB_GENERIC_MAX) in _mesa_glthread_DSAAttribBinding()
208 #define VERT_ATTRIB_GENERIC_MAX MAX_VERTEX_GENERIC_ATTRIBS macro211 (VERT_ATTRIB_GENERIC_MAX - VERT_ATTRIB_MAT_MAX)250 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX)
98 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in init_generic_currval()
546 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in r200_translate_vertex_program()
863 slot < VERT_ATTRIB_GENERIC0 + VERT_ATTRIB_GENERIC_MAX) { in vert_attrib_to_tgsi_semantic()