Home
last modified time | relevance | path

Searched refs:SVGA_RELOC_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c283 swc->surface_relocation(swc, &cmd->sid, sid, SVGA_RELOC_WRITE); in SVGA3D_BeginDefineSurface()
435 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA()
438 region_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA()
493 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA()
496 region_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA()
587 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE); in SVGA3D_SetRenderTarget()
1057 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_BeginSurfaceCopy()
1100 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_SurfaceStretchBlt()
1430 SVGA_RELOC_WRITE); in SVGA3D_EndQuery()
1477 SVGA_RELOC_WRITE); in SVGA3D_WaitForQuery()
Dsvga_winsys.h61 #define SVGA_RELOC_WRITE 0x1 macro
Dsvga_resource_buffer_upload.c193 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_command()
196 region_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_command()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c122 if (flags & SVGA_RELOC_WRITE) in vmw_translate_to_pb_flags()