Home
last modified time | relevance | path

Searched refs:AGX_MAX_ATTRIBS (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.h108 #define AGX_MAX_ATTRIBS (16) macro
176 struct agx_attribute attributes[AGX_MAX_ATTRIBS];
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c843 assert(count < AGX_MAX_ATTRIBS); in agx_create_vertex_elements()
845 struct agx_attribute *attribs = calloc(sizeof(*attribs), AGX_MAX_ATTRIBS); in agx_create_vertex_elements()
1002 sizeof(key.attributes[0]) * AGX_MAX_ATTRIBS); in agx_update_vs()