Searched defs:cso_context (Results 1 – 3 of 3) sorted by relevance
79 struct cso_context { struct80 struct pipe_context *pipe;81 struct cso_cache *cache;82 struct u_vbuf *vbuf;84 boolean has_geometry_shader;85 boolean has_streamout;87 struct sampler_info samplers[PIPE_SHADER_TYPES];89 uint nr_vertex_buffers;90 struct pipe_vertex_buffer vertex_buffers[PIPE_MAX_ATTRIBS];92 uint nr_vertex_buffers_saved;[all …]
123 struct cso_context *cso_context; member
186 struct cso_context *cso_context; member