Searched refs:backed (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c333 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 Dsvga_surface.h71 * 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 Dsvga_state_framebuffer.c202 * 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 Dsvga_surface.h71 * 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 Dsvga_surface.c349 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 Dsvga_state_framebuffer.c202 * 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 DREADME.md5 simulator-backed GEM devices (for testing against a software simulator
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.1.rst216 - winsys/svga: Fix prime surface references also for guest-backed
H A D9.1.4.rst152 - mesa: Make gl_renderbuffers backed by EGL images use
H A D21.2.0.rst2619 - 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 D21.3.0.rst2354 - 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 D19.1.0.rst4466 - winsys/svga: Add an environment variable to force host-backed
H A D20.3.0.rst1960 - r600/sfn: replace hand-backed literal check by NIR function
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst738 memory region that is not backed by memory (i.e., it is uncommitted). The
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst766 memory region that is not backed by memory (i.e., it is uncommitted). The
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json2974 "description": "venus: no roundtrip needed for shmem backed by BLOB_MEM_HOST3D",
[all...]

Completed in 139 milliseconds