Home | History | Annotate | Download | only in cso_cache

Lines Matching refs:cso

92    struct cso_blend *cso = (struct cso_blend *)state;
93 if (cso->delete_state)
94 cso->delete_state(cso->context, cso->data);
100 struct cso_depth_stencil_alpha *cso = (struct cso_depth_stencil_alpha *)state;
101 if (cso->delete_state)
102 cso->delete_state(cso->context, cso->data);
108 struct cso_sampler *cso = (struct cso_sampler *)state;
109 if (cso->delete_state)
110 cso->delete_state(cso->context, cso->data);
116 struct cso_rasterizer *cso = (struct cso_rasterizer *)state;
117 if (cso->delete_state)
118 cso->delete_state(cso->context, cso->data);
124 struct cso_velements *cso = (struct cso_velements *)state;
125 if (cso->delete_state)
126 cso->delete_state(cso->context, cso->data);
179 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter));
180 delete_cso(cso, type);