Searched refs:transfers (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h60 struct rbug_list transfers; member in struct:rbug_screen
H A Drbug_screen.c317 make_empty_list(&rb_screen->transfers);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h60 struct rbug_list transfers; member in struct:rbug_screen
H A Drbug_screen.c443 make_empty_list(&rb_screen->transfers);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DResource.cpp314 pResource->transfers = (struct pipe_transfer **)calloc(pResource->NumSubResources,
315 sizeof *pResource->transfers);
425 if (pResource->transfers[SubResource]) {
426 pipe_transfer_unmap(pipe, pResource->transfers[SubResource]);
427 pResource->transfers[SubResource] = NULL;
430 free(pResource->transfers);
493 assert(!pResource->transfers[SubResource]);
501 &pResource->transfers[SubResource]);
509 pMappedSubResource->RowPitch = pResource->transfers[SubResource]->stride;
510 pMappedSubResource->DepthPitch = pResource->transfers[SubResourc
[all...]
H A DState.h154 struct pipe_transfer **transfers; member in struct:Resource
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c453 bool transfers = false; local in function:ddebug_screen_create
467 puts(" GALLIUM_DDEBUG=\"[<timeout in ms>] [(always|apitrace <call#)] [flush] [transfers] [verbose]\"");
481 puts("transfers");
482 puts(" Also dump and do hang detection on transfers.");
514 } else if (match_word(&option, "transfers")) {
515 transfers = true;
589 dscreen->transfers = transfers;
H A Ddd_pipe.h55 bool transfers; member in struct:dd_screen
H A Ddd_draw.c1593 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1626 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1652 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1679 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1708 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c481 bool transfers = false; local in function:ddebug_screen_create
495 puts(" GALLIUM_DDEBUG=\"[<timeout in ms>] [(always|apitrace <call#)] [flush] [transfers] [verbose]\"");
509 puts("transfers");
510 puts(" Also dump and do hang detection on transfers.");
542 } else if (match_word(&option, "transfers")) {
543 transfers = true;
619 dscreen->transfers = transfers;
H A Ddd_pipe.h55 bool transfers; member in struct:dd_screen
H A Ddd_draw.c1610 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1644 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1677 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1703 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1728 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1755 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
1784 dd_screen(dctx->base.screen)->transfers ? dd_create_record(dctx) : NULL;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.3.rst58 - 1D convolution state could effect 2D image transfers
H A D6.5.rst49 Adds a new half-precision floating point format for image transfers,
H A D17.3.3.rst69 - radv/gfx9: fix 3d image to image transfers on compute queues.
H A D18.2.7.rst90 - virgl: avoid large inline transfers
H A D19.1.0.rst1220 - virgl: Re-use and extend queue transfers for intersecting buffer
1666 - virgl: also destroy all read-transfers
1682 - virgl: support write-back with staged transfers
1841 - virgl: when creating / freeing transfers, pass slab pool directly
1842 - virgl: add protocol for resource transfers
1848 - virgl: make winsys modifications for encoded transfers
1874 - virgl/vtest: bump up protocol version + support encoded transfers
2656 - iris: set strides on transfers
2736 - iris: transfers
2833 - iris: slab allocate transfers
[all...]
H A D7.10.rst1012 - r600g: introduce a per-driver resource flag for transfers.
1460 - dri/nouveau: Pipeline glTexSubImage texture transfers.
1995 - r600g: propagate usage flags in texture transfers
2018 - llvmpipe: raise dirty flag on transfers to bound constbuf
H A D19.0.0.rst1077 - virgl: avoid large inline transfers
1190 - nv30: add support for multi-layer transfers
H A D21.3.0.rst274 - asahi: Implement cube map tiling transfers
H A D20.2.0.rst4651 - virgl: Properly check for encode_stride when encoding transfers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dresources.rst22 D3D11: D3D11 lacks transfers, but has special resource types that are mappable to the CPU address space
24 TODO: write much more on transfers
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dresources.rst22 D3D11: D3D11 lacks transfers, but has special resource types that are mappable to the CPU address space
24 TODO: write much more on transfers
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1088 /* This is used for INCR transfers. See the ICCCM for the details. */
1512 /* This is used to get PropertyNotify events when doing INCR transfers. */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1061 /* This is used for INCR transfers. See the ICCCM for the details. */
1476 /* This is used to get PropertyNotify events when doing INCR transfers. */

Completed in 41 milliseconds

12