Searched refs:delete_depth_stencil_state (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c98 static void delete_depth_stencil_state(void *state, void *data) function
140 delete_depth_stencil_state(state, 0);
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0);
H A Dcso_context.c141 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function
201 return delete_depth_stencil_state(ctx, state);

Completed in 88 milliseconds