Searched refs:xa_shaders (Results 1 – 2 of 2) sorted by relevance
87 struct xa_shaders *shaders;177 struct xa_shaders;220 extern struct xa_shaders *xa_shaders_create(struct xa_context *);222 void xa_shaders_destroy(struct xa_shaders *shaders);224 struct xa_shader xa_shaders_get(struct xa_shaders *shaders,
99 struct xa_shaders { struct421 struct xa_shaders *424 struct xa_shaders *sc = CALLOC_STRUCT(xa_shaders); in xa_shaders_create()453 xa_shaders_destroy(struct xa_shaders *sc) in xa_shaders_destroy()482 xa_shaders_get(struct xa_shaders *sc, unsigned vs_traits, unsigned fs_traits) in xa_shaders_get()