Home
last modified time | relevance | path

Searched refs:cso_cache (Results 1 – 25 of 92) sorted by relevance

1234

/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h104 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 …]
H A Dcso_cache.c39 struct cso_cache { struct
155 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
186 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
197 cso_find_state(struct cso_cache *sc, in cso_find_state()
239 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
246 struct cso_cache *cso_cache_create(void) in cso_cache_create()
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create()
279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
310 int cso_maximum_cache_size(const struct cso_cache *sc) in cso_maximum_cache_size()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h104 struct cso_cache;
149 struct cso_cache *cso_cache_create(void);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
156 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
159 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
161 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
164 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
166 void * cso_take_state(struct cso_cache *sc, unsigned hash_key,
169 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
[all …]
H A Dcso_cache.c39 struct cso_cache { struct
153 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
184 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
195 cso_find_state(struct cso_cache *sc, in cso_find_state()
237 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
244 struct cso_cache *cso_cache_create(void) in cso_cache_create()
246 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create()
277 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
298 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
308 int cso_maximum_cache_size(const struct cso_cache *sc) in cso_maximum_cache_size()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h107 struct cso_cache { struct
149 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
155 void cso_cache_set_delete_cso_callback(struct cso_cache *sc,
159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
162 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
167 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
H A Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/
H A DMakefile.sources2 cso_cache/cso_cache.c \
3 cso_cache/cso_hash.c \

1234