Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread_varray.c393 if (attribindex >= VERT_ATTRIB_GENERIC_MAX) in attrib_format()
430 if (bindingindex >= VERT_ATTRIB_GENERIC_MAX) in bind_vertex_buffer()
489 if (bindingindex >= VERT_ATTRIB_GENERIC_MAX) in binding_divisor()
527 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_AttribBinding()
528 bindingindex >= VERT_ATTRIB_GENERIC_MAX) in _mesa_glthread_AttribBinding()
542 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_DSAAttribBinding()
543 bindingindex >= VERT_ATTRIB_GENERIC_MAX) in _mesa_glthread_DSAAttribBinding()
/external/mesa3d/src/compiler/
Dshader_enums.h195 #define VERT_ATTRIB_GENERIC_MAX MAX_VERTEX_GENERIC_ATTRIBS macro
198 (VERT_ATTRIB_GENERIC_MAX - VERT_ATTRIB_MAT_MAX)
237 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX)
/external/mesa3d/src/mesa/vbo/
Dvbo_context.c97 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in init_generic_currval()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c546 for (i = 0; i < VERT_ATTRIB_GENERIC_MAX; i++) { in r200_translate_vertex_program()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp855 slot < VERT_ATTRIB_GENERIC0 + VERT_ATTRIB_GENERIC_MAX) { in vert_attrib_to_tgsi_semantic()