Searched refs:SVGA_RELOC_WRITE (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 283 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()
|
D | svga_winsys.h | 61 #define SVGA_RELOC_WRITE 0x1 macro
|
D | svga_resource_buffer_upload.c | 193 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/ |
D | vmw_context.c | 122 if (flags & SVGA_RELOC_WRITE) in vmw_translate_to_pb_flags()
|