Home
last modified time | relevance | path

Searched defs:v3dv_pipeline (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h1543 struct v3dv_pipeline { struct
1554 struct v3dv_pipeline_stage *vs; argument
1555 struct v3dv_pipeline_stage *vs_bin; argument
1556 struct v3dv_pipeline_stage *fs; argument
1557 struct v3dv_pipeline_stage *cs; argument
1567 struct v3dv_pipeline_layout *layout; argument
1580 struct v3dv_pipeline_vertex_binding { argument
1591 struct v3dv_pipeline_vertex_attrib { argument
1595 } va[MAX_VERTEX_ATTRIBS];
1596 uint32_t va_count;
[all …]