HomeSort by relevance Sort by last modified time
    Searched refs:SVGA_RELOC_WRITE (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 289 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
376 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
442 surface_flags = SVGA_RELOC_WRITE;
445 region_flags = SVGA_RELOC_WRITE;
504 surface_flags = SVGA_RELOC_WRITE;
507 region_flags = SVGA_RELOC_WRITE;
597 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE);
1066 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE);
1109 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE);
    [all...]
svga_cmd_vgpu10.c 185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
330 SVGA_RELOC_WRITE);
369 SVGA_RELOC_WRITE);
375 SVGA_RELOC_WRITE);
384 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE);
388 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE);
483 SVGA_RELOC_WRITE);
489 SVGA_RELOC_WRITE);
706 SVGA_RELOC_WRITE);
    [all...]
svga_resource_buffer_upload.c 264 (SVGA_RELOC_WRITE |
298 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
317 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
360 surface_flags = SVGA_RELOC_WRITE;
363 region_flags = SVGA_RELOC_WRITE;
svga_winsys.h 65 * SVGA_RELOC_WRITE - The command will cause a GPU write to this
76 #define SVGA_RELOC_WRITE (1 << 0)
svga_state_framebuffer.c 310 SVGA_RELOC_WRITE);
320 SVGA_RELOC_WRITE);
svga_pipe_streamout.c 325 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 171 if (flags & SVGA_RELOC_WRITE)
598 SVGA_RELOC_READ | SVGA_RELOC_WRITE);

Completed in 400 milliseconds