Searched defs:blit_ops (Results 1 – 1 of 1) sorted by relevance
819 struct blit_ops { struct820 void (*coords)(struct tu_cs *cs,824 void (*clear_value)(struct tu_cs *cs, VkFormat format, const VkClearValue *val);825 void (*src)(849 static const struct blit_ops r2d_ops = { argument