HomeSort by relevance Sort by last modified time
    Searched refs:SVGA_RELOC_INTERNAL (Results 1 - 5 of 5) 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);
    [all...]
svga_winsys.h 69 * SVGA_RELOC_INTERNAL The command will only transfer data internally
78 #define SVGA_RELOC_INTERNAL (1 << 2)
svga_resource_buffer_upload.c 265 SVGA_RELOC_INTERNAL |
298 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
317 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL);
svga_cmd_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 389 if (!(flags & SVGA_RELOC_INTERNAL))
433 if (!(flags & SVGA_RELOC_INTERNAL))
495 if (!(flags & SVGA_RELOC_INTERNAL) && !isrf->referenced) {

Completed in 96 milliseconds