HomeSort by: relevance | last modified time | path
    Searched refs:unmap (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
gen-charsets.pl 213 my %unmap = %{ $_[1] };
221 if (%unmap) {
222 my @codes = sort keys %unmap;
227 for my $code ( sort keys %unmap ) {
238 $code, $pads, $unmap{$code}, $note
262 my %unmap;
283 @head = &add_unmap( \@head, \%unmap, \%noted, $title );
289 %unmap = ();
365 $unmap{$source} = $intern;
376 @head = &add_unmap( \@head, \%unmap, \%noted, $title )
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_exec.h 134 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean unmap);
vbo_exec_api.c 646 * \param unmap - leave VBO unmapped after flushing?
649 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap)
651 if (exec->vtx.vert_count || unmap) {
652 vbo_exec_vtx_flush(exec, unmap);
1229 /* Free the vertex buffer. Unmap first if needed.
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 159 void (*unmap)(struct pb_buffer *buf); member in struct:pb_vtbl
206 buf->vtbl->unmap(buf);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 138 void (*unmap)(struct pb_buffer *buf); member in struct:pb_vtbl
185 buf->vtbl->unmap(buf);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_resource.h 292 void (*unmap)(struct iris_transfer *); member in struct:iris_transfer
iris_resource.c 1896 map->unmap = iris_unmap_copy_region;
2035 map->unmap = iris_unmap_s8;
2134 map->unmap = iris_unmap_tiled_memcpy;
2395 if (map->unmap)
2396 map->unmap(map);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_resource.h 229 void (*unmap)(struct iris_transfer *); member in struct:iris_transfer
iris_resource.c 1042 map->unmap = iris_unmap_copy_region;
1193 map->unmap = iris_unmap_s8;
1293 map->unmap = iris_unmap_tiled_memcpy;
1506 if (map->unmap)
1507 map->unmap(map);
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa.h 99 void (*unmap) (struct saa_driver * driver, PixmapPtr pixmap, member in struct:saa_driver
saa.c 188 driver->unmap(driver, pix, unmap_access);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_resource.h 276 void (*unmap)(struct crocus_transfer *); member in struct:crocus_transfer
crocus_resource.c 1275 map->unmap = crocus_unmap_copy_region;
1435 map->unmap = crocus_unmap_s8;
1536 map->unmap = crocus_unmap_tiled_memcpy;
1786 if (map->unmap)
1787 map->unmap(map);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_mipmap_tree.h 92 void (*unmap)(struct brw_context *brw, member in struct:brw_miptree_map
127 * brw_miptree_map/unmap on this slice.
brw_mipmap_tree.c 2425 map->unmap = brw_miptree_unmap_map;
2604 map->unmap = brw_miptree_unmap_tiled_memcpy;
2655 map->unmap = brw_miptree_unmap_blit;
2740 map->unmap = brw_miptree_unmap_movntdqa;
2821 map->unmap = brw_miptree_unmap_s8;
2969 map->unmap = brw_miptree_unmap_depthstencil;
3137 if (map->unmap)
3138 map->unmap(brw, mt, map, level, slice);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_mipmap_tree.h 92 void (*unmap)(struct brw_context *brw, member in struct:intel_miptree_map
127 * intel_miptree_map/unmap on this slice.
intel_mipmap_tree.c 3067 map->unmap = intel_miptree_unmap_map;
3246 map->unmap = intel_miptree_unmap_tiled_memcpy;
3297 map->unmap = intel_miptree_unmap_blit;
3382 map->unmap = intel_miptree_unmap_movntdqa;
3463 map->unmap = intel_miptree_unmap_s8;
3611 map->unmap = intel_miptree_unmap_depthstencil;
3779 if (map->unmap)
3780 map->unmap(brw, mt, map, level, slice);
  /xsrc/external/mit/libXaw/dist/src/
Form.c 738 Boolean unmap = XtIsRealized(w) && w->core.mapped_when_managed && local
741 if (unmap)
796 if (unmap)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_resource.cpp 683 void unmap() function in struct:local_resource
877 stencil_buffer.unmap();
878 depth_buffer.unmap();
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_saa.c 431 // LogMessage(X_INFO, "Unmap 0x%08lx access 0x%08x\n",
1397 .unmap = vmwgfx_unmap,

Completed in 32 milliseconds