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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c98 static void delete_depth_stencil_state(void *state, UNUSED void *data) function in typeref:typename:void
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.c148 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function in typeref:typename:boolean
208 return delete_depth_stencil_state(ctx, state);

Completed in 4 milliseconds