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

  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 283 swc->surface_relocation(swc, &cmd->sid, sid, SVGA_RELOC_WRITE);
435 surface_flags = SVGA_RELOC_WRITE;
438 region_flags = SVGA_RELOC_WRITE;
493 surface_flags = SVGA_RELOC_WRITE;
496 region_flags = SVGA_RELOC_WRITE;
587 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE);
1057 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE);
1100 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE);
    [all...]
svga_winsys.h 61 #define SVGA_RELOC_WRITE 0x1
svga_resource_buffer_upload.c 193 surface_flags = SVGA_RELOC_WRITE;
196 region_flags = SVGA_RELOC_WRITE;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 122 if (flags & SVGA_RELOC_WRITE)

Completed in 70 milliseconds