HomeSort by relevance Sort by last modified time
    Searched full:cso_cache (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 104 struct cso_cache;
148 struct cso_cache *cso_cache_create(void);
149 void cso_cache_delete(struct cso_cache *sc);
151 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
158 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
160 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
163 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
165 void * cso_take_state(struct cso_cache *sc, unsigned hash_key,
168 void cso_set_maximum_cache_size(struct cso_cache *sc, int number)
    [all...]
cso_cache.c 35 #include "cso_cache.h"
39 struct cso_cache { struct
83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type)
155 static INLINE void sanitize_hash(struct cso_cache *sc,
186 cso_insert_state(struct cso_cache *sc,
197 cso_find_state(struct cso_cache *sc,
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
239 void * cso_take_state(struct cso_cache *sc,
246 struct cso_cache *cso_cache_create(void)
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.c 33 #include "cso_cache/cso_cache.h"
34 #include "cso_cache/cso_hash.h"
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 36 #include "cso_cache/cso_cache.h"
st_atom_clip.c 39 #include "cso_cache/cso_context.h"
st_atom_msaa.c 33 #include "cso_cache/cso_context.h"
st_atom_viewport.c 33 #include "cso_cache/cso_context.h"
st_atom_depth.c 42 #include "cso_cache/cso_context.h"
st_atom_framebuffer.c 40 #include "cso_cache/cso_context.h"
st_atom_sampler.c 49 #include "cso_cache/cso_context.h"
st_atom_shader.c 46 #include "cso_cache/cso_context.h"
st_cb_program.c 40 #include "cso_cache/cso_context.h"
  /external/mesa3d/src/gallium/auxiliary/
Makefile.sources 4 cso_cache/cso_cache.c \
5 cso_cache/cso_context.c \
6 cso_cache/cso_hash.c \
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_filters.h 33 #include "cso_cache/cso_context.h"
pp_program.c 30 #include "cso_cache/cso_context.h"
  /external/mesa3d/src/gallium/state_trackers/vega/
text.h 31 #include "cso_cache/cso_hash.h"
vg_context.h 38 #include "cso_cache/cso_hash.h"
39 #include "cso_cache/cso_context.h"
shaders_cache.c 44 #include "cso_cache/cso_hash.h"
45 #include "cso_cache/cso_context.h"
text.c 28 #include "cso_cache/cso_hash.h"
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 37 #include "cso_cache/cso_cache.h"
38 #include "cso_cache/cso_hash.h"
86 struct cso_cache *cso_cache; member in struct:u_vbuf
183 mgr->cso_cache = cso_cache_create();
211 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS,
221 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso);
255 cso_cache_delete(mgr->cso_cache);
    [all...]
u_draw_quad.c 34 #include "cso_cache/cso_context.h"
u_surfaces.h 33 #include "cso_cache/cso_hash.h"
u_hash_table.c 44 #include "cso_cache/cso_hash.h"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 34 #include "cso_cache/cso_context.h"
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 35 #include "cso_cache/cso_context.h"

Completed in 982 milliseconds

1 2 3