Searched defs:blit_ops (Results 1 – 1 of 1) sorted by relevance
1082 struct blit_ops { struct1083 void (*coords)(struct tu_cs *cs,1087 void (*clear_value)(struct tu_cs *cs, VkFormat format, const VkClearValue *val);1088 void (*src)(1113 static const struct blit_ops r2d_ops = { argument