Home
last modified time | relevance | path

Searched refs:blit (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/shader/
H A Dmeson.build2 ['texture-blit', 'frag'],
3 ['texture-blit', 'vert'],
4 ['texture-blit-flip', 'vert'],
/qemu/hw/display/
H A Dtcx.c74 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 Dapple-gfx.m273 id<MTLBlitCommandEncoder> blit = [command_buffer blitCommandEncoder];
274 [blit synchronizeResource:texture];
275 [blit endEncoding];
293 * rendering path, else use a blit command encoder? Needs careful