Searched defs:blit_ops (Results 1 – 1 of 1) sorted by relevance
1264 struct blit_ops { struct1265 void (*coords)(struct tu_cs *cs,1269 void (*clear_value)(struct tu_cs *cs, enum pipe_format format, const VkClearValue *val);1270 void (*src)(1277 void (*src_buffer)(struct tu_cmd_buffer *cmd, struct tu_cs *cs,1302 static const struct blit_ops r2d_ops = { argument