Searched refs:SVGA_RELOC_WRITE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 289 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in SVGA3D_BeginDefineSurface() 376 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in SVGA3D_DestroySurface() 442 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 445 region_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 504 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 507 region_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 597 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE); in SVGA3D_SetRenderTarget() 1066 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_BeginSurfaceCopy() 1109 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_SurfaceStretchBlt() 1480 0, SVGA_RELOC_READ | SVGA_RELOC_WRITE); in SVGA3D_EndGBQuery() [all …]
|
D | svga_cmd_vgpu10.c | 185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopyRegion() 210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopy() 330 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_ClearRenderTargetView() 369 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 375 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 384 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 388 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 483 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetSOTargets() 489 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetSOTargets() 706 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_ClearDepthStencilView() [all …]
|
D | svga_resource_buffer_upload.c | 264 (SVGA_RELOC_WRITE | in svga_buffer_upload_gb_command() 298 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in svga_buffer_upload_gb_command() 317 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in svga_buffer_upload_gb_command() 360 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command() 363 region_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command()
|
D | svga_state_framebuffer.c | 310 SVGA_RELOC_WRITE); in svga_rebind_framebuffer_bindings() 320 SVGA_RELOC_WRITE); in svga_rebind_framebuffer_bindings()
|
D | svga_winsys.h | 76 #define SVGA_RELOC_WRITE (1 << 0) macro
|
D | svga_pipe_streamout.c | 325 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 171 if (flags & SVGA_RELOC_WRITE) in vmw_translate_to_pb_flags() 598 SVGA_RELOC_READ | SVGA_RELOC_WRITE); in vmw_swc_query_relocation()
|