Searched refs:blit (Results 1 – 3 of 3) sorted by relevance
/qemu/ui/shader/ |
H A D | meson.build | 2 ['texture-blit', 'frag'], 3 ['texture-blit', 'vert'], 4 ['texture-blit-flip', 'vert'],
|
/qemu/hw/display/ |
H A D | tcx.c | 74 MemoryRegion blit; member 769 memory_region_init_io(&s->blit, obj, &tcx_blit_ops, s, "tcx.blit", in tcx_initfn() 771 sysbus_init_mmio(sbd, &s->blit); in tcx_initfn()
|
H A D | apple-gfx.m | 273 id<MTLBlitCommandEncoder> blit = [command_buffer blitCommandEncoder]; 274 [blit synchronizeResource:texture]; 275 [blit endEncoding]; 293 * rendering path, else use a blit command encoder? Needs careful
|