Home
last modified time | relevance | path

Searched refs:util_live_shader (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c119 struct util_live_shader *shader = entry ? entry->data : NULL; in util_live_shader_cache_get()
141 shader = (struct util_live_shader*)cache->create_shader(ctx, state); in util_live_shader_cache_get()
150 struct util_live_shader *shader2 = entry2 ? entry2->data : NULL; in util_live_shader_cache_get()
174 struct util_live_shader *dst_shader = (struct util_live_shader*)*dst; in util_shader_reference()
175 struct util_live_shader *src_shader = (struct util_live_shader*)src; in util_shader_reference()
Du_live_shader_cache.h66 struct util_live_shader { struct
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h394 struct util_live_shader base;