Searched refs:xa_shaders (Results 1 – 2 of 2) sorted by relevance
85 struct xa_shaders *shaders;155 struct xa_shaders;198 extern struct xa_shaders *xa_shaders_create(struct xa_context *);200 void xa_shaders_destroy(struct xa_shaders *shaders);202 struct xa_shader xa_shaders_get(struct xa_shaders *shaders,
102 struct xa_shaders { struct580 struct xa_shaders *583 struct xa_shaders *sc = CALLOC_STRUCT(xa_shaders); in xa_shaders_create()612 xa_shaders_destroy(struct xa_shaders *sc) in xa_shaders_destroy()641 xa_shaders_get(struct xa_shaders *sc, unsigned vs_traits, unsigned fs_traits) in xa_shaders_get()