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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.h 83 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,
ilo_context.h 45 struct ilo_shader_cache;
57 struct ilo_shader_cache *shader_cache;
ilo_cp.h 37 struct ilo_shader_cache;
62 struct ilo_shader_cache *shader_cache;
83 struct ilo_shader_cache *shc);
ilo_shader.c 37 struct ilo_shader_cache { struct
50 struct ilo_shader_cache *
53 struct ilo_shader_cache *shc;
55 shc = CALLOC_STRUCT(ilo_shader_cache);
69 ilo_shader_cache_destroy(struct ilo_shader_cache *shc)
78 ilo_shader_cache_add(struct ilo_shader_cache *shc,
94 ilo_shader_cache_remove(struct ilo_shader_cache *shc,
105 ilo_shader_cache_notify_change(struct ilo_shader_cache *shc,
119 ilo_shader_cache_upload(struct ilo_shader_cache *shc,
172 ilo_shader_cache_invalidate(struct ilo_shader_cache *shc
    [all...]
ilo_cp.c 202 struct ilo_shader_cache *shc)
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_internal.h 219 struct ilo_shader_cache *cache;

Completed in 87 milliseconds