Home
last modified time | relevance | path

Searched refs:agx_attribute (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.h162 struct agx_attribute { struct
176 struct agx_attribute attributes[AGX_MAX_ATTRIBS]; argument
Dagx_compile.c230 struct agx_attribute attrib = key->vs.attributes[index]; in agx_emit_load_attr()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h158 struct agx_attribute *attributes;
Dagx_state.c845 struct agx_attribute *attribs = calloc(sizeof(*attribs), AGX_MAX_ATTRIBS); in agx_create_vertex_elements()
858 attribs[i] = (struct agx_attribute) { in agx_create_vertex_elements()