Searched refs:SVGA_RELOC_WRITE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 291 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in SVGA3D_BeginDefineSurface() 378 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in SVGA3D_DestroySurface() 444 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 447 region_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 506 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 509 region_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 599 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE); in SVGA3D_SetRenderTarget() 1070 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_BeginSurfaceCopy() 1113 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); in SVGA3D_SurfaceStretchBlt() 1484 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() 711 SVGA_RELOC_WRITE); in SVGA3D_vgpu10_ClearDepthStencilView() [all …]
|
D | svga_resource_buffer_upload.c | 472 (SVGA_RELOC_WRITE | in svga_buffer_upload_gb_command() 506 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in svga_buffer_upload_gb_command() 525 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); in svga_buffer_upload_gb_command() 568 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command() 571 region_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command()
|
D | svga_state_framebuffer.c | 352 SVGA_RELOC_WRITE); in svga_rebind_framebuffer_bindings() 362 SVGA_RELOC_WRITE); in svga_rebind_framebuffer_bindings()
|
D | svga_pipe_streamout.c | 324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
|
D | svga_winsys.h | 75 #define SVGA_RELOC_WRITE (1 << 0) macro
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 171 if (flags & SVGA_RELOC_WRITE) in vmw_translate_to_pb_flags() 634 SVGA_RELOC_READ | SVGA_RELOC_WRITE); in vmw_swc_query_relocation()
|