Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h448 struct lvp_shader { struct
449 struct vk_object_base base;
450 struct lvp_pipeline_layout *layout;
451 struct lvp_pipeline_nir *pipeline_nir;
452 struct lvp_pipeline_nir *tess_ccw;
453 void *shader_cso;
454 void *tess_ccw_cso;
455 struct {
461 } inlines;
462 struct pipe_stream_output_info stream_output;
[all …]