HomeSort by relevance Sort by last modified time
    Searched refs:delete_cso (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_cache.c 130 static INLINE void delete_cso(void *state, enum cso_cache_type type) function
180 delete_cso(cso, type);
cso_context.c 187 static INLINE boolean delete_cso(struct cso_context *ctx, function
225 if (delete_cso(ctx, cso, type)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 130 static INLINE void delete_cso(void *state, enum cso_cache_type type) function
180 delete_cso(cso, type);
cso_context.c 187 static INLINE boolean delete_cso(struct cso_context *ctx, function
225 if (delete_cso(ctx, cso, type)) {
    [all...]

Completed in 460 milliseconds