Home
last modified time | relevance | path

Searched refs:SVGA_RELOC_READ (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c369 swc->surface_relocation(swc, &cmd->sid, sid, SVGA_RELOC_READ); in SVGA3D_DestroySurface()
434 region_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA()
439 surface_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA()
492 region_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA()
497 surface_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA()
1056 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); in SVGA3D_BeginSurfaceCopy()
1099 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); in SVGA3D_SurfaceStretchBlt()
Dsvga_winsys.h62 #define SVGA_RELOC_READ 0x2 macro
Dsvga_draw.c255 SVGA_RELOC_READ); in svga_hwtnl_flush()
266 SVGA_RELOC_READ); in svga_hwtnl_flush()
Dsvga_state_tss.c157 SVGA_RELOC_READ); in update_tss_binding()
224 SVGA_RELOC_READ); in svga_reemit_tss_bindings()
Dsvga_resource_buffer_upload.c192 region_flags = SVGA_RELOC_READ; in svga_buffer_upload_command()
197 surface_flags = SVGA_RELOC_READ; in svga_buffer_upload_command()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c119 if (flags & SVGA_RELOC_READ) in vmw_translate_to_pb_flags()