Searched refs:backed (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 333 s->backed = NULL; 362 "New backed surface view: resource %p, level %u layer %u z %u, %p\n", 473 if (!s->backed) { 486 s->backed = svga_surface(backed_view); 490 else if (s->backed->handle != tex->handle && 491 s->backed->age < tex->age) { 497 struct svga_surface *bs = s->backed; 521 svga_mark_surface_dirty(&s->backed->base); 522 s->backed->age = tex->age; 524 assert(s->backed [all...] |
| H A D | svga_surface.h | 71 * In this situation, the backed surface is the render target while the 74 struct svga_surface *backed; member in struct:svga_surface 75 unsigned age; /* timestamp when the backed resource is
|
| H A D | svga_state_framebuffer.c | 202 * a backed surface view is used. 271 /* propagate the backed view surface before unbinding it */ 272 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) { 274 &svga_surface(hw->cbufs[i])->backed->base, 290 /* propagate the backed view surface before unbinding it */ 291 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) { 293 &svga_surface(hw->zsbuf)->backed->base,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_surface.h | 71 * In this situation, the backed surface is the render target while the 74 struct svga_surface *backed; member in struct:svga_surface 75 unsigned age; /* timestamp when the backed resource is
|
| H A D | svga_surface.c | 349 s->backed = NULL; 378 "New backed surface view: resource %p, level %u layer %u z %u, %p\n", 488 if (!s->backed) { 501 s->backed = svga_surface(backed_view); 505 else if (s->backed->age < tex->age) { 511 struct svga_surface *bs = s->backed; 535 svga_mark_surface_dirty(&s->backed->base); 536 s->backed->age = tex->age; 539 return s->backed; 667 /* Destroy the backed vie [all...] |
| H A D | svga_state_framebuffer.c | 202 * a backed surface view is used. 267 /* propagate the backed view surface before unbinding it */ 268 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) { 270 &svga_surface(hw->cbufs[i])->backed->base, 279 /* propagate the backed view surface before unbinding it */ 280 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) { 281 svga_propagate_surface(svga, &svga_surface(hw->zsbuf)->backed->base,
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | README.md | 5 simulator-backed GEM devices (for testing against a software simulator
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.1.1.rst | 216 - winsys/svga: Fix prime surface references also for guest-backed
|
| H A D | 9.1.4.rst | 152 - mesa: Make gl_renderbuffers backed by EGL images use
|
| H A D | 21.2.0.rst | 2619 - v3dv: keep track of whether an image may be backed by external memory 5236 - venus: handle ahb backed VkBuffer creation properly 5240 - venus: cache ahb backed buffer memory type bits requirement
|
| H A D | 21.3.0.rst | 2354 - iris: Handle multiple BOs backed by the same GEM object in execbuf code 4327 - venus: cache ahb backed buffer memory type bits requirement
|
| H A D | 19.1.0.rst | 4466 - winsys/svga: Add an environment variable to force host-backed
|
| H A D | 20.3.0.rst | 1960 - r600/sfn: replace hand-backed literal check by NIR function
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 738 memory region that is not backed by memory (i.e., it is uncommitted). The
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 766 memory region that is not backed by memory (i.e., it is uncommitted). The
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 2974 "description": "venus: no roundtrip needed for shmem backed by BLOB_MEM_HOST3D", [all...] |
Completed in 139 milliseconds