| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve.c | 334 struct radv_image *dest_image, 340 uint32_t queue_mask = radv_image_queue_family_mask(dest_image, 350 dest_image->info.array_size > 1) 353 if (radv_layout_dcc_compressed(dest_image, dest_image_layout, queue_mask)) { 355 } else if (dest_image->planes[0].surface.micro_tile_mode != 402 RADV_FROM_HANDLE(radv_image, dest_image, dest_image_h); 425 radv_pick_resolve_method_images(src_image, dest_image, 433 dest_image, 443 dest_image, 458 assert(dest_image 333 radv_pick_resolve_method_images(struct radv_image * src_image,struct radv_image * dest_image,VkImageLayout dest_image_layout,struct radv_cmd_buffer * cmd_buffer,enum radv_resolve_method * method) argument [all...] |
| H A D | radv_meta_copy.c | 267 RADV_FROM_HANDLE(radv_image, dest_image, destImage); 270 meta_copy_buffer_to_image(cmd_buffer, src_buffer, dest_image, destImageLayout, 413 struct radv_image *dest_image, 427 assert(src_image->info.samples == dest_image->info.samples); 459 blit_surf_for_image_level_layer(dest_image, 464 uint32_t dst_queue_mask = radv_image_queue_family_mask(dest_image, 467 bool dst_compressed = radv_layout_dcc_compressed(dest_image, dest_image_layout, dst_queue_mask); 478 radv_decompress_dcc(cmd_buffer, dest_image, &(VkImageSubresourceRange) { 500 meta_region_offset_el(dest_image, &pRegions[r].dstOffset); 514 meta_region_extent_el(src_image, dest_image 410 meta_copy_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkImageLayout src_image_layout,struct radv_image * dest_image,VkImageLayout dest_image_layout,uint32_t regionCount,const VkImageCopy * pRegions) argument [all...] |
| H A D | radv_meta.h | 102 uint32_t radv_meta_get_iview_layer(const struct radv_image *dest_image, 187 struct radv_image *dest_image, 195 struct radv_image *dest_image,
|
| H A D | radv_meta_resolve_fs.c | 450 struct radv_image *dest_image, 459 unsigned fs_key = radv_format_meta_fs_key(dest_image->vk_format); 493 radv_meta_get_iview_layer(dest_image, ®ion->dstSubresource, 501 radv_sanitize_image_offset(dest_image->type, region->dstOffset); 526 .image = radv_image_to_handle(dest_image), 527 .viewType = radv_meta_get_view_type(dest_image), 528 .format = dest_image->vk_format, 447 radv_meta_resolve_fragment_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkImageLayout src_image_layout,struct radv_image * dest_image,VkImageLayout dest_image_layout,uint32_t region_count,const VkImageResolve * regions) argument
|
| H A D | radv_meta_resolve_cs.c | 401 struct radv_image *dest_image, 428 radv_meta_get_iview_layer(dest_image, ®ion->dstSubresource, 436 radv_sanitize_image_offset(dest_image->type, region->dstOffset); 461 .image = radv_image_to_handle(dest_image), 462 .viewType = radv_meta_get_view_type(dest_image), 463 .format = vk_to_non_srgb_format(dest_image->vk_format), 398 radv_meta_resolve_compute_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkImageLayout src_image_layout,struct radv_image * dest_image,VkImageLayout dest_image_layout,uint32_t region_count,const VkImageResolve * regions) argument
|
| H A D | radv_meta_blit.c | 304 struct radv_image *dest_image, 319 assert(src_image->info.samples == dest_image->info.samples); 351 fs_key = radv_format_meta_fs_key(dest_image->vk_format); 539 RADV_FROM_HANDLE(radv_image, dest_image, destImage); 551 assert(dest_image->info.samples == 1); 579 if (dest_image->type == VK_IMAGE_TYPE_3D) { 654 .viewType = radv_meta_get_view_type(dest_image), 655 .format = dest_image->vk_format, 681 dest_image, &dest_iview, destImageLayout, 298 meta_emit_blit(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,struct radv_image_view * src_iview,VkImageLayout src_image_layout,VkOffset3D src_offset_0,VkOffset3D src_offset_1,struct radv_image * dest_image,struct radv_image_view * dest_iview,VkImageLayout dest_image_layout,VkOffset2D dest_offset_0,VkOffset2D dest_offset_1,VkRect2D dest_box,VkSampler sampler) argument
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetImage.c | 142 XImage *dest_image, 151 _XSetImage(temp_image, dest_image, dest_x, dest_y); 153 return (dest_image); 133 XGetSubImage(register Display * dpy,Drawable d,int x,int y,unsigned int width,unsigned int height,unsigned long plane_mask,int format,XImage * dest_image,int dest_x,int dest_y) argument
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips-dspr2.h | 67 int bpp = PIXMAN_FORMAT_BPP (dest_image->bits.format) / 8; \ 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 107 imp, src_image, dest_image->bits.format); \ 112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 146 imp, src_image, dest_image->bits.format); \ 151 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 188 imp, mask_image, dest_image->bits.format); \ 193 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
| H A D | pixman.c | 246 pixman_image_t * dest_image, 263 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width); 264 region->extents.y2 = MIN (region->extents.y2, dest_image->bits.height); 279 if (dest_image->common.have_clip_region) 281 if (!clip_general_image (region, &dest_image->common.clip_region, 0, 0)) 285 if (dest_image->common.alpha_map) 288 dest_image->common.alpha_origin_x, 289 dest_image->common.alpha_origin_y, 290 dest_image->common.alpha_map->width, 291 dest_image 243 _pixman_compute_composite_region32(pixman_region32_t * region,pixman_image_t * src_image,pixman_image_t * mask_image,pixman_image_t * dest_image,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height) argument 1136 pixman_compute_composite_region(pixman_region16_t * region,pixman_image_t * src_image,pixman_image_t * mask_image,pixman_image_t * dest_image,int16_t src_x,int16_t src_y,int16_t mask_x,int16_t mask_y,int16_t dest_x,int16_t dest_y,uint16_t width,uint16_t height) argument [all...] |
| H A D | pixman-arm-common.h | 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 102 imp, src_image, dest_image->bits.format); \ 107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 139 imp, src_image, dest_image->bits.format); \ 144 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 178 imp, mask_image, dest_image->bits.format); \ 183 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
| H A D | pixman-general.c | 143 (dest_image->common.flags & FAST_PATH_NARROW_FORMAT) && 145 (dest_image->bits.dither == PIXMAN_DITHER_NONE)) 216 imp->toplevel, &dest_iter, dest_image, dest_x, dest_y, width, height,
|
| H A D | pixman-fast-path.c | 122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 171 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 275 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 281 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 323 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 328 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 369 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 375 PIXMAN_IMAGE_GET_LINE (dest_image, dest_ [all...] |
| H A D | pixman-mmx.c | 1380 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 1385 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1446 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 1451 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 1525 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 1530 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1619 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1622 mask = _pixman_image_get_solid (imp, mask_image, dest_image->bits.format); 1688 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1690 mask = _pixman_image_get_solid (imp, mask_image, dest_image [all...] |
| H A D | pixman-rvv.c | 2176 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2205 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2232 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2271 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2304 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2309 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, 2348 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2351 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2386 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2391 PIXMAN_IMAGE_GET_LINE (dest_image, dest_ [all...] |
| H A D | pixman-sse2.c | 2385 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2391 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 2454 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2460 dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 2534 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2540 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 2646 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2652 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 2759 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 2857 PIXMAN_IMAGE_GET_LINE (dest_image, dest_ [all...] |
| H A D | pixman-private.h | 444 pixman_image_t * dest_image; member in struct:__anon0c1deedc0408 463 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \ 695 pixman_image_t * dest_image,
|
| H A D | pixman-vmx.c | 2149 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2155 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2394 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2451 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2456 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2502 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2532 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 2537 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, 2630 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, 2679 PIXMAN_IMAGE_GET_LINE (dest_image, dest_ [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | affine-bench.c | 53 pixman_image_t *dest_image; member in struct:bench_info 183 info->src_image, info->mask_image, info->dest_image, 194 info->src_image, info->mask_image, info->dest_image, 220 info.dest_image = bi->dest_image; 443 &dest, &binfo.dest_image);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve_cs.c | 662 struct radv_image *dest_image, VkFormat dest_format, 672 uint32_t queue_mask = radv_image_queue_family_mask(dest_image, cmd_buffer->queue_family_index, 675 if (!radv_image_use_dcc_image_stores(cmd_buffer->device, dest_image) && 676 radv_layout_dcc_compressed(cmd_buffer->device, dest_image, region->dstSubresource.mipLevel, 679 region->extent.width != dest_image->info.width || 680 region->extent.height != dest_image->info.height || 681 region->extent.depth != dest_image->info.depth)) { 682 radv_decompress_dcc(cmd_buffer, dest_image, 704 radv_meta_get_iview_layer(dest_image, ®ion->dstSubresource, ®ion->dstOffset); 710 radv_sanitize_image_offset(dest_image 660 radv_meta_resolve_compute_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkFormat src_format,VkImageLayout src_image_layout,struct radv_image * dest_image,VkFormat dest_format,VkImageLayout dest_image_layout,const VkImageResolve2KHR * region) argument [all...] |
| H A D | radv_meta.h | 151 uint32_t radv_meta_get_iview_layer(const struct radv_image *dest_image, 228 VkImageLayout src_image_layout, struct radv_image *dest_image, 234 struct radv_image *dest_image,
|
| H A D | radv_meta_resolve.c | 372 VkFormat src_format, struct radv_image *dest_image, 378 uint32_t queue_mask = radv_image_queue_family_mask(dest_image, cmd_buffer->queue_family_index, 387 if (radv_layout_dcc_compressed(device, dest_image, dest_level, dest_image_layout, 390 } else if (!image_hw_resolve_compat(device, src_image, dest_image)) { 402 else if (src_image->info.array_size > 1 || dest_image->info.array_size > 1) 405 if (src_image->info.array_size > 1 || dest_image->info.array_size > 1) 371 radv_pick_resolve_method_images(struct radv_device * device,struct radv_image * src_image,VkFormat src_format,struct radv_image * dest_image,unsigned dest_level,VkImageLayout dest_image_layout,bool dest_render_loop,struct radv_cmd_buffer * cmd_buffer,enum radv_resolve_method * method) argument
|
| H A D | radv_meta_resolve_fs.c | 933 VkImageLayout src_image_layout, struct radv_image *dest_image, 940 unsigned fs_key = radv_format_meta_fs_key(cmd_buffer->device, dest_image->vk_format); 969 radv_meta_get_iview_layer(dest_image, ®ion->dstSubresource, ®ion->dstOffset); 975 radv_sanitize_image_offset(dest_image->type, region->dstOffset); 1001 .image = radv_image_to_handle(dest_image), 1002 .viewType = radv_meta_get_view_type(dest_image), 1003 .format = dest_image->vk_format, 932 radv_meta_resolve_fragment_image(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,VkImageLayout src_image_layout,struct radv_image * dest_image,VkImageLayout dest_image_layout,const VkImageResolve2KHR * region) argument
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 753 XImage *dest_image; local in function:putScaledImage 789 dest_image = XCreateImage(display, 796 dest_image->data = malloc(dest_image->bytes_per_line * h); 797 if (dest_image->data == NULL) 800 dest_image->bits_per_pixel == 8 && src_image->format == ZPixmap); 841 memset(dest_image->data + 843 dest_image->bytes_per_line + table.x[x], 852 XPutPixel(dest_image, 860 XPutImage(display, d, gc, dest_image, exp_ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_meta_copy.c | 637 TU_FROM_HANDLE(tu_image, dest_image, destImage); 641 tu_copy_buffer_to_image(cmd_buffer, src_buffer, dest_image, 668 struct tu_image *dest_image, 686 TU_FROM_HANDLE(tu_image, dest_image, destImage); 688 meta_copy_image(cmd_buffer, src_image, srcImageLayout, dest_image, 665 meta_copy_image(struct tu_cmd_buffer * cmd_buffer,struct tu_image * src_image,VkImageLayout src_image_layout,struct tu_image * dest_image,VkImageLayout dest_image_layout,uint32_t regionCount,const VkImageCopy * pRegions) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_composite.c | 498 pixman_image_t *src_image, *mask_image, *dest_image; local in function:sna_composite_fb 625 dest_image = image_from_pict(dst, TRUE, &dst_xoff, &dst_yoff); 627 if (src_image && dest_image && !(mask && !mask_image)) 628 sna_image_composite(op, src_image, mask_image, dest_image, 636 free_pixman_pict(dst, dest_image);
|