Home
last modified time | relevance | path

Searched refs:VERT_ATTRIB_GENERIC_MAX (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A 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/
H A Dshader_enums.h230 #define VERT_ATTRIB_GENERIC_MAX MAX_VERTEX_GENERIC_ATTRIBS macro
233 (VERT_ATTRIB_GENERIC_MAX - VERT_ATTRIB_MAT_MAX)
272 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX)
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_context.c97 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in init_generic_currval()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp861 slot < VERT_ATTRIB_GENERIC0 + VERT_ATTRIB_GENERIC_MAX) { in vert_attrib_to_tgsi_semantic()
1050 if (slot >= VERT_ATTRIB_GENERIC0 && slot < VERT_ATTRIB_GENERIC0 + VERT_ATTRIB_GENERIC_MAX) in assignSlots()

Completed in 8 milliseconds