Searched refs:region (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbbitmap.c28 static Bool region_grow(RegionPtr region) argument
34 if (!region->data) {
35 region->data = malloc(RegionSizeof(n));
36 if (!region->data)
37 return RegionBreak(region);
38 region->data->numRects = 1;
39 *RegionBoxptr(region) = region->extents;
40 } else if (!region->data->size) {
41 region
56 add(RegionPtr region,int16_t x1,int16_t y1,int16_t x2,int16_t y2) argument
92 register RegionPtr region; local in function:fbBitmapToRegion
[all...]
H A Dfbclip.c54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) argument
58 DBG(("%s: box=(%d, %d),(%d, %d); region=(%d, %d),(%d, %d) x %ld\n",
61 region->extents.x1, region->extents.y1,
62 region->extents.x2, region->extents.y2,
63 region->data ? region->data->numRects : 1));
65 if (box->x1 >= region->extents.x2 || box->x2 <= region
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbbitmap.c28 static Bool region_grow(RegionPtr region) argument
34 if (!region->data) {
35 region->data = malloc(RegionSizeof(n));
36 if (!region->data)
37 return RegionBreak(region);
38 region->data->numRects = 1;
39 *RegionBoxptr(region) = region->extents;
40 } else if (!region->data->size) {
41 region
56 add(RegionPtr region,int16_t x1,int16_t y1,int16_t x2,int16_t y2) argument
92 register RegionPtr region; local in function:fbBitmapToRegion
[all...]
H A Dfbclip.c54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) argument
58 DBG(("%s: box=(%d, %d),(%d, %d); region=(%d, %d),(%d, %d) x %ld\n",
61 region->extents.x1, region->extents.y1,
62 region->extents.x2, region->extents.y2,
63 region->data ? region->data->numRects : 1));
65 if (box->x1 >= region->extents.x2 || box->x2 <= region
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_regions.c113 struct intel_region *region; local in function:intel_region_alloc_internal
115 region = calloc(sizeof(*region), 1);
116 if (region == NULL)
117 return region;
119 region->cpp = cpp;
120 region->width = width;
121 region->height = height;
122 region->pitch = pitch;
123 region
140 struct intel_region *region; local in function:intel_region_alloc
162 intel_region_flink(struct intel_region * region,uint32_t * name) argument
180 struct intel_region *region; local in function:intel_region_alloc_for_handle
215 struct intel_region *region; local in function:intel_region_alloc_for_fd
260 struct intel_region *region = *region_handle; local in function:intel_region_release
286 intel_region_get_tile_masks(struct intel_region * region,uint32_t * mask_x,uint32_t * mask_y) argument
315 intel_region_get_aligned_offset(struct intel_region * region,uint32_t x,uint32_t y) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_regions.c61 struct intel_region *region; local in function:intel_region_alloc_internal
63 region = calloc(sizeof(*region), 1);
64 if (region == NULL)
65 return region;
67 region->cpp = cpp;
68 region->width = width;
69 region->height = height;
70 region->pitch = pitch;
71 region
88 struct intel_region *region; local in function:intel_region_alloc
110 intel_region_flink(struct intel_region * region,uint32_t * name) argument
128 struct intel_region *region; local in function:intel_region_alloc_for_handle
163 struct intel_region *region; local in function:intel_region_alloc_for_fd
208 struct intel_region *region = *region_handle; local in function:intel_region_release
234 intel_region_get_tile_masks(struct intel_region * region,uint32_t * mask_x,uint32_t * mask_y) argument
263 intel_region_get_aligned_offset(struct intel_region * region,uint32_t x,uint32_t y) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c77 * One allocation is given one page-aligned region inside a memfd file.
150 struct nine_memfd_file_region *region; /* Corresponding file memory region. Max 1 allocation per region */ member in struct:nine_memfd_allocation
227 struct nine_memfd_file_region *region; local in function:debug_dump_memfd_state
232 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) {
234 region->offset, region->size, region->map,
235 region
341 move_region(struct list_head * tail,struct nine_memfd_file_region * region) argument
368 move_region_ordered_merge(struct nine_allocator * allocator,struct list_head * tail,struct nine_memfd_file_region * region) argument
407 struct nine_memfd_file_region *region = slab_alloc_st(&allocator->allocation_pool); local in function:allocate_region
427 struct nine_memfd_file_region *region, *best_region, *new_region; local in function:insert_new_allocation
482 struct nine_memfd_file_region *region = nine_get_memfd_region_backing(allocation); local in function:nine_flush_pending_releases
513 struct nine_memfd_file_region *region = nine_get_memfd_region_backing(allocation); local in function:nine_flush_pending_frees
534 nine_memfd_unmap_region(struct nine_allocator * allocator,struct nine_memfd_file * memfd_file,struct nine_memfd_file_region * region) argument
554 remove_allocation(struct nine_allocator * allocator,struct nine_memfd_file * memfd_file,struct nine_memfd_file_region * region) argument
583 struct nine_memfd_file_region *region, *ptr; local in function:nine_memfd_try_unmap_file
659 nine_memfd_region_map(struct nine_allocator * allocator,struct nine_memfd_file * memfd_file,struct nine_memfd_file_region * region) argument
693 struct nine_memfd_file_region *region; local in function:nine_memfd_allocator
772 struct nine_memfd_file_region *region = new_allocation->memory.memfd.region; local in function:nine_allocate
826 struct nine_memfd_file_region *region = nine_get_memfd_region_backing(allocation); local in function:nine_free_internal
864 struct nine_memfd_file_region *region; local in function:nine_get_pointer
905 struct nine_memfd_file_region *region; local in function:nine_pointer_weakrelease
925 struct nine_memfd_file_region *region; local in function:nine_pointer_strongrelease
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_blit.c63 VkImageResolve region = {0}; local in function:blit_resolve
65 region.srcSubresource.aspectMask = src->aspect;
66 region.srcSubresource.mipLevel = info->src.level;
67 region.srcOffset.x = info->src.box.x;
68 region.srcOffset.y = info->src.box.y;
71 region.srcOffset.z = 0;
72 region.srcSubresource.baseArrayLayer = info->src.box.z;
73 region.srcSubresource.layerCount = info->src.box.depth;
76 region.srcOffset.z = info->src.box.z;
77 region
171 VkImageBlit region = {0}; local in function:blit_native
357 zink_blit_region_fills(struct u_rect region,unsigned width,unsigned height) argument
380 zink_blit_region_covers(struct u_rect region,struct u_rect covers) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_compositerects.c50 _pixman_region_init_clipped_rectangles(pixman_region16_t * region, argument
88 ret = pixman_region_init_rects(region, boxes, j);
93 DEBUGF("%s: nrects=%d, region=(%d, %d), (%d, %d) x %d\n",
95 region->extents.x1, region->extents.y1,
96 region->extents.x2, region->extents.y2, j);
108 pixman_region16_t region; local in function:glamor_composite_rectangles
184 if (!_pixman_region_init_clipped_rectangles(&region,
190 DEBUGF("%s: allocation failed for region\
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_composite.c64 region_is_singular(pixman_region16_t *region) argument
66 return region->data == NULL;
70 region_is_empty(pixman_region16_t *region) argument
72 return region->data && region->data->numRects == 0;
76 clip_to_dst(pixman_region16_t *region, argument
81 DBG(("%s: region: %dx[(%d, %d), (%d, %d)], clip: %dx[(%d, %d), (%d, %d)]\n",
83 pixman_region_n_rects(region),
84 region->extents.x1, region
135 clip_to_src(RegionPtr region,PicturePtr p,int dx,int dy) argument
156 sna_compute_composite_region(RegionPtr region,PicturePtr src,PicturePtr mask,PicturePtr dst,INT16 src_x,INT16 src_y,INT16 mask_x,INT16 mask_y,INT16 dst_x,INT16 dst_y,CARD16 width,CARD16 height) argument
431 apply_damage(struct sna_composite_op * op,RegionPtr region) argument
488 sna_composite_fb(CARD8 op,PicturePtr src,PicturePtr mask,PicturePtr dst,RegionPtr region,INT16 src_x,INT16 src_y,INT16 msk_x,INT16 msk_y,INT16 dst_x,INT16 dst_y,CARD16 width,CARD16 height) argument
653 RegionRec region; local in function:sna_composite
794 pixman_region16_t region; local in function:sna_composite_rectangles
[all...]
H A Dsna_damage.c44 * mode globally and when that mode switches perform the update of the region
70 const RegionRec *region)
75 if (region == NULL)
78 n = region_num_rects(region);
85 region->extents.x1, region->extents.y1,
86 region->extents.x2, region->extents.y2);
92 region->extents.x1, region
69 _debug_describe_region(char * buf,int max,const RegionRec * region) argument
217 pixman_region16_t *region = &damage->region; local in function:__sna_damage_reduce
630 _pixman_region_union_box(RegionRec * region,const BoxRec * box) argument
678 __sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
718 _sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
739 _sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
1099 __sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1165 _sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1183 _sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1218 pixman_region16_t region; local in function:__sna_damage_subtract_box
1481 __sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1508 _sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1529 _sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1643 st_damage_init_random_region1(struct sna_damage_selftest * test,pixman_region16_t * region) argument
1665 st_damage_add(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1678 st_damage_add_box(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1692 st_damage_subtract(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1704 st_damage_subtract_box(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1717 st_damage_all(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1730 st_check_equal(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.h2 uxa_damage_composite (RegionPtr region,
16 uxa_damage_glyphs (RegionPtr region,
28 uxa_damage_add_traps (RegionPtr region,
36 uxa_damage_fill_spans (RegionPtr region,
45 uxa_damage_set_spans (RegionPtr region,
55 uxa_damage_put_image (RegionPtr region,
68 uxa_damage_copy_area(RegionPtr region,
80 uxa_damage_copy_plane (RegionPtr region,
93 uxa_damage_poly_point (RegionPtr region,
101 uxa_damage_poly_lines (RegionPtr region,
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-region.c73 /* not a region */
94 _pixman_log_error (FUNC, "Malformed region " # reg); \
119 pixman_break (region_type_t *region);
160 * Adam de Boor wrote most of the original region code. Joel McCormack
166 * while re-merging the server and client region code into libpixregion.
218 #define RECTALLOC_BAIL(region, n, bail) \
221 if (!(region)->data || \
222 (((region)->data->numRects + (n)) > (region)->data->size)) \
224 if (!pixman_rect_alloc (region,
466 pixman_break(region_type_t * region) argument
477 pixman_rect_alloc(region_type_t * region,int n) argument
598 pixman_coalesce(region_type_t * region,int prev_start,int cur_start) argument
688 pixman_region_append_non_o(region_type_t * region,box_type_t * r,box_type_t * r_end,primitive_t y1,primitive_t y2) argument
1077 pixman_set_extents(region_type_t * region) argument
1138 pixman_region_intersect_o(region_type_t * region,box_type_t * r1,box_type_t * r1_end,box_type_t * r2,box_type_t * r2_end,primitive_t y1,primitive_t y2) argument
1290 pixman_region_union_o(region_type_t * region,box_type_t * r1,box_type_t * r1_end,box_type_t * r2,box_type_t * r2_end,primitive_t y1,primitive_t y2) argument
1359 region_type_t region; local in function:PREFIX
1377 region_type_t region; local in function:PREFIX
1399 region_type_t region; local in function:PREFIX
1426 region_type_t region; local in function:PREFIX
1906 pixman_region_subtract_o(region_type_t * region,box_type_t * r1,box_type_t * r1_end,box_type_t * r2,box_type_t * r2_end,primitive_t y1,primitive_t y2) argument
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dregion-contains-test.c6 make_random_region (pixman_region32_t *region) argument
10 pixman_region32_init (region);
23 pixman_region32_union_rect (region, region, x, y, w, h);
34 random_coord (pixman_region32_t *region, pixman_bool_t x) argument
42 bb = pixman_region32_rectangles (region, &n_boxes);
50 b = pixman_region32_extents (region);
111 pixman_region32_t region; local in function:test_region_contains_rectangle
116 make_random_region (&region);
118 box.x1 = random_coord (&region, TRU
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy.c128 const VkBufferImageCopy2KHR *region)
162 const VkOffset3D img_offset_el = meta_region_offset_el(image, &region->imageOffset);
164 .width = region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width,
165 .height = region->bufferImageHeight ? region->bufferImageHeight : region->imageExtent.height,
170 const VkExtent3D img_extent_el = meta_region_extent_el(image, image->type, &region->imageExtent);
178 image, layout, &region
126 copy_buffer_to_image(struct radv_cmd_buffer * cmd_buffer,struct radv_buffer * buffer,struct radv_image * image,VkImageLayout layout,const VkBufferImageCopy2KHR * region) argument
262 copy_image_to_buffer(struct radv_cmd_buffer * cmd_buffer,struct radv_buffer * buffer,struct radv_image * image,VkImageLayout layout,const VkBufferImageCopy2KHR * region) argument
380 copy_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkImageLayout src_image_layout,struct radv_image * dst_image,VkImageLayout dst_image_layout,const VkImageCopy2KHR * region) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp40 pitch(const vector_t &region, vector_t pitch) { argument
42 map(multiplies(), region, pitch))) {
53 /// Size of a region in bytes.
56 size(const vector_t &pitch, const vector_t &region) { argument
57 if (any_of(is_zero(), region))
60 return dot(pitch, region - vector_t{ 0, 1, 1 });
80 const vector_t &pitch, const vector_t &region) {
84 // The region must fit within the specified pitch,
85 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch)))
89 if (dot(pitch, origin) + size(pitch, region) > me
79 validate_object(command_queue & q,buffer & mem,const vector_t & origin,const vector_t & pitch,const vector_t & region) argument
100 validate_object(command_queue & q,image & img,const vector_t & orig,const vector_t & region) argument
121 validate_object(command_queue & q,const void * ptr,const vector_t & orig,const vector_t & pitch,const vector_t & region) argument
135 validate_copy(command_queue & q,buffer & dst_mem,const vector_t & dst_orig,const vector_t & dst_pitch,buffer & src_mem,const vector_t & src_orig,const vector_t & src_pitch,const vector_t & region) argument
155 validate_copy(command_queue & q,image & dst_img,const vector_t & dst_orig,image & src_img,const vector_t & src_orig,const vector_t & region) argument
237 soft_copy_op(command_queue & q,T dst_obj,const vector_t & dst_orig,const vector_t & dst_pitch,S src_obj,const vector_t & src_orig,const vector_t & src_pitch,const vector_t & region) argument
266 hard_copy_op(command_queue & q,T dst_obj,const vector_t & dst_orig,S src_obj,const vector_t & src_orig,const vector_t & region) argument
283 vector_t region = { size, 1, 1 }; local in function:clEnqueueReadBuffer
316 vector_t region = { size, 1, 1 }; local in function:clEnqueueWriteBuffer
354 auto region = vector(p_region); local in function:clEnqueueReadBufferRect
394 auto region = vector(p_region); local in function:clEnqueueWriteBufferRect
430 vector_t region = { size, 1, 1 }; local in function:clEnqueueCopyBuffer
467 auto region = vector(p_region); local in function:clEnqueueCopyBufferRect
501 auto region = vector(p_region); local in function:clEnqueueReadImage
538 auto region = vector(p_region); local in function:clEnqueueWriteImage
576 auto region = vector(p_region); local in function:clEnqueueCopyImage
609 auto region = vector(p_region); local in function:clEnqueueCopyImageToBuffer
645 auto region = vector(p_region); local in function:clEnqueueCopyBufferToImage
678 vector_t region = { size, 1, 1 }; local in function:clEnqueueMapBuffer
711 auto region = vector(p_region); local in function:clEnqueueMapImage
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_composite.c64 region_is_singular(pixman_region16_t *region) argument
66 return region->data == NULL;
70 region_is_empty(pixman_region16_t *region) argument
72 return region->data && region->data->numRects == 0;
76 clip_to_dst(pixman_region16_t *region, argument
81 DBG(("%s: region: %dx[(%d, %d), (%d, %d)], clip: %dx[(%d, %d), (%d, %d)]\n",
83 pixman_region_n_rects(region),
84 region->extents.x1, region
135 clip_to_src(RegionPtr region,PicturePtr p,int dx,int dy) argument
156 sna_compute_composite_region(RegionPtr region,PicturePtr src,PicturePtr mask,PicturePtr dst,INT16 src_x,INT16 src_y,INT16 mask_x,INT16 mask_y,INT16 dst_x,INT16 dst_y,CARD16 width,CARD16 height) argument
431 apply_damage(struct sna_composite_op * op,RegionPtr region) argument
490 sna_composite_fb(CARD8 op,PicturePtr src,PicturePtr mask,PicturePtr dst,RegionPtr region,INT16 src_x,INT16 src_y,INT16 msk_x,INT16 msk_y,INT16 dst_x,INT16 dst_y,CARD16 width,CARD16 height) argument
655 RegionRec region; local in function:sna_composite
798 pixman_region16_t region; local in function:sna_composite_rectangles
[all...]
H A Dsna_damage.c44 * mode globally and when that mode switches perform the update of the region
70 const RegionRec *region)
75 if (region == NULL)
78 n = region_num_rects(region);
85 region->extents.x1, region->extents.y1,
86 region->extents.x2, region->extents.y2);
92 region->extents.x1, region
69 _debug_describe_region(char * buf,int max,const RegionRec * region) argument
217 pixman_region16_t *region = &damage->region; local in function:__sna_damage_reduce
630 _pixman_region_union_box(RegionRec * region,const BoxRec * box) argument
678 __sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
718 _sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
739 _sna_damage_add(struct sna_damage * damage,RegionPtr region) argument
1099 __sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1165 _sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1183 _sna_damage_subtract(struct sna_damage * damage,RegionPtr region) argument
1218 pixman_region16_t region; local in function:__sna_damage_subtract_box
1481 __sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1508 _sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1529 _sna_damage_intersect(struct sna_damage * damage,RegionPtr region,RegionPtr result) argument
1643 st_damage_init_random_region1(struct sna_damage_selftest * test,pixman_region16_t * region) argument
1665 st_damage_add(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1678 st_damage_add_box(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1692 st_damage_subtract(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1704 st_damage_subtract_box(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1717 st_damage_all(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
1730 st_check_equal(struct sna_damage_selftest * test,struct sna_damage ** damage,pixman_region16_t * region) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c151 const VkImageBlit *region = &pRegions[i]; local in function:panvk_per_arch
156 .level = region->srcSubresource.mipLevel,
158 region->srcOffsets[0].x,
159 region->srcOffsets[0].y,
160 region->srcOffsets[0].z,
161 region->srcSubresource.baseArrayLayer,
164 region->srcOffsets[1].x,
165 region->srcOffsets[1].y,
166 region->srcOffsets[1].z,
167 region
[all...]
/xsrc/external/mit/libXfixes/dist/src/
H A DRegion.c35 XserverRegion region; local in function:XFixesCreateRegion
42 region = XAllocID (dpy);
43 req->region = (CARD32) region;
50 return region;
58 XserverRegion region; local in function:XFixesCreateRegionFromBitmap
65 region = XAllocID (dpy);
66 req->region = (CARD32) region;
70 return region;
78 XserverRegion region; local in function:XFixesCreateRegionFromWindow
99 XserverRegion region; local in function:XFixesCreateRegionFromGC
119 XserverRegion region; local in function:XFixesCreateRegionFromPicture
135 XFixesDestroyRegion(Display * dpy,XserverRegion region) argument
151 XFixesSetRegion(Display * dpy,XserverRegion region,XRectangle * rectangles,int nrectangles) argument
269 XFixesTranslateRegion(Display * dpy,XserverRegion region,int dx,int dy) argument
304 XFixesFetchRegion(Display * dpy,XserverRegion region,int * nrectanglesRet) argument
312 XFixesFetchRegionAndBounds(Display * dpy,XserverRegion region,int * nrectanglesRet,XRectangle * bounds) argument
374 XFixesSetGCClipRegion(Display * dpy,GC gc,int clip_x_origin,int clip_y_origin,XserverRegion region) argument
395 XFixesSetWindowShapeRegion(Display * dpy,Window win,int shape_kind,int x_off,int y_off,XserverRegion region) argument
416 XFixesSetPictureClipRegion(Display * dpy,XID picture,int clip_x_origin,int clip_y_origin,XserverRegion region) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c73 vmw_region_size(struct vmw_region *region) argument
75 return region->size;
218 struct vmw_region *region = NULL; local in function:vmw_ioctl_gb_surface_create
224 region = CALLOC_STRUCT(vmw_region);
225 if (!region)
316 region->handle = rep->buffer_handle;
317 region->map_handle = rep->buffer_map_handle;
318 region->drm_fd = vws->ioctl.drm_fd;
319 region->size = rep->backup_size;
320 *p_region = region;
411 struct vmw_region *region = NULL; local in function:vmw_ioctl_gb_surface_ref
610 struct vmw_region *region; local in function:vmw_ioctl_region_create
652 vmw_ioctl_region_destroy(struct vmw_region * region) argument
672 vmw_ioctl_region_ptr(struct vmw_region * region) argument
679 vmw_ioctl_region_map(struct vmw_region * region) argument
703 vmw_ioctl_region_unmap(struct vmw_region * region) argument
726 vmw_ioctl_syncforcpu(struct vmw_region * region,boolean dont_block,boolean readonly,boolean allow_cs) argument
755 vmw_ioctl_releasefromcpu(struct vmw_region * region,boolean readonly,boolean allow_cs) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A DCanvas.h52 Region region; member in struct:_CanvasExposeDataRec
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A DMakefile.am11 region.c \
/xsrc/external/mit/xorg-server/dist/xfixes/
H A DMakefile.am8 region.c \
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_io.c76 struct pci_mem_region *region = &(dev->regions[bar]); local in function:pci_device_open_io
77 if (!region->is_IO)
80 if (base < region->base_addr || base > (region->base_addr+region->size))
83 if ((base + size) > (region->base_addr + region->size))

Completed in 40 milliseconds

1234567891011>>