Searched defs:v3dv_pipeline (Results 1 – 1 of 1) sorted by relevance
1543 struct v3dv_pipeline { struct1554 struct v3dv_pipeline_stage *vs; argument1555 struct v3dv_pipeline_stage *vs_bin; argument1556 struct v3dv_pipeline_stage *fs; argument1557 struct v3dv_pipeline_stage *cs; argument1567 struct v3dv_pipeline_layout *layout; argument1580 struct v3dv_pipeline_vertex_binding { argument1591 struct v3dv_pipeline_vertex_attrib { argument1595 } va[MAX_VERTEX_ATTRIBS];1596 uint32_t va_count;[all …]