Home
last modified time | relevance | path

Searched refs:VERT_ATTRIB_GENERIC_MAX (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_varray.c402 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()
/third_party/mesa3d/src/compiler/
Dshader_enums.h208 #define VERT_ATTRIB_GENERIC_MAX MAX_VERTEX_GENERIC_ATTRIBS macro
211 (VERT_ATTRIB_GENERIC_MAX - VERT_ATTRIB_MAT_MAX)
250 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX)
/third_party/mesa3d/src/mesa/vbo/
Dvbo_context.c98 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in init_generic_currval()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c546 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in r200_translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp863 slot < VERT_ATTRIB_GENERIC0 + VERT_ATTRIB_GENERIC_MAX) { in vert_attrib_to_tgsi_semantic()