Home
last modified time | relevance | path

Searched refs:ilo_shader_cache (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.h83 struct ilo_shader_cache;
102 struct ilo_shader_cache *
106 ilo_shader_cache_destroy(struct ilo_shader_cache *shc);
109 ilo_shader_cache_add(struct ilo_shader_cache *shc,
113 ilo_shader_cache_remove(struct ilo_shader_cache *shc,
117 ilo_shader_cache_upload(struct ilo_shader_cache *shc,
121 ilo_shader_cache_invalidate(struct ilo_shader_cache *shc);
124 ilo_shader_cache_get_max_scratch_sizes(const struct ilo_shader_cache *shc,
Dilo_cp.h37 struct ilo_shader_cache;
62 struct ilo_shader_cache *shader_cache;
83 struct ilo_shader_cache *shc);
Dilo_context.h45 struct ilo_shader_cache;
57 struct ilo_shader_cache *shader_cache;
Dilo_shader.c37 struct ilo_shader_cache { struct
50 struct ilo_shader_cache * argument
53 struct ilo_shader_cache *shc; in ilo_shader_cache_create()
55 shc = CALLOC_STRUCT(ilo_shader_cache); in ilo_shader_cache_create()
69 ilo_shader_cache_destroy(struct ilo_shader_cache *shc) in ilo_shader_cache_destroy()
78 ilo_shader_cache_add(struct ilo_shader_cache *shc, in ilo_shader_cache_add()
94 ilo_shader_cache_remove(struct ilo_shader_cache *shc, in ilo_shader_cache_remove()
105 ilo_shader_cache_notify_change(struct ilo_shader_cache *shc, in ilo_shader_cache_notify_change()
119 ilo_shader_cache_upload(struct ilo_shader_cache *shc, in ilo_shader_cache_upload()
172 ilo_shader_cache_invalidate(struct ilo_shader_cache *shc) in ilo_shader_cache_invalidate()
[all …]
Dilo_cp.c202 struct ilo_shader_cache *shc) in ilo_cp_create()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_internal.h219 struct ilo_shader_cache *cache;