Searched defs:cso_context_priv (Results 1 – 1 of 1) sorted by relevance
65 struct cso_context_priv { struct66 struct cso_context base;68 struct u_vbuf *vbuf;69 struct u_vbuf *vbuf_current;70 bool always_use_vbuf;71 bool sampler_format;73 bool has_geometry_shader;74 bool has_tessellation;75 bool has_compute_shader;76 bool has_task_mesh_shader;[all …]