Home
last modified time | relevance | path

Searched refs:anv_image (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_blorp.c189 const struct anv_image *image, in get_blorp_surf_for_anv_image()
235 ANV_FROM_HANDLE(anv_image, src_image, srcImage); in anv_CmdCopyImage()
236 ANV_FROM_HANDLE(anv_image, dst_image, dstImage); in anv_CmdCopyImage()
319 struct anv_image *anv_image, in copy_buffer_to_image() argument
347 get_blorp_surf_for_anv_image(cmd_buffer->device, anv_image, aspect, in copy_buffer_to_image()
350 anv_sanitize_image_offset(anv_image->type, pRegions[r].imageOffset); in copy_buffer_to_image()
354 anv_sanitize_image_extent(anv_image->type, pRegions[r].imageExtent); in copy_buffer_to_image()
355 if (anv_image->type != VK_IMAGE_TYPE_3D) { in copy_buffer_to_image()
358 anv_get_layerCount(anv_image, &pRegions[r].imageSubresource); in copy_buffer_to_image()
362 anv_get_isl_format(&cmd_buffer->device->info, anv_image->vk_format, in copy_buffer_to_image()
[all …]
Danv_image.c124 get_surface(struct anv_image *image, VkImageAspectFlagBits aspect) in get_surface()
131 add_surface(struct anv_image *image, struct anv_surface *surf, uint32_t plane) in add_surface()
229 add_fast_clear_state_buffer(struct anv_image *image, in add_fast_clear_state_buffer()
283 struct anv_image *image, in make_surface()
520 struct anv_image *image = NULL; in anv_image_create()
611 ANV_FROM_HANDLE(anv_image, image, _image); in anv_DestroyImage()
627 struct anv_image *image, in anv_image_bind_memory_plane()
652 ANV_FROM_HANDLE(anv_image, image, _image); in anv_BindImageMemory()
674 ANV_FROM_HANDLE(anv_image, image, bind_info->image); in anv_BindImageMemory2KHR()
710 ANV_FROM_HANDLE(anv_image, image, _image); in anv_GetImageSubresourceLayout()
[all …]
Danv_private.h238 __builtin_types_compatible_p (__typeof (o), struct anv_image*), \
241 __builtin_types_compatible_p (__typeof (o), const struct anv_image*), \
2363 struct anv_image { struct
2480 anv_image_aux_levels(const struct anv_image * const image, in anv_image_aux_levels() argument
2490 anv_image_aux_layers(const struct anv_image * const image, in anv_image_aux_layers()
2530 const struct anv_image *image, in anv_image_get_clear_color_addr()
2545 const struct anv_image *image, in anv_image_get_needs_resolve_addr()
2558 const struct anv_image *image) in anv_can_sample_with_hiz()
2571 const struct anv_image *image,
2575 const struct anv_image * const image,
[all …]
Danv_dump.c111 struct anv_cmd_buffer *cmd_buffer, struct anv_image *src, in dump_image_do_blit()
247 struct anv_image *image, unsigned miplevel, in anv_dump_image_to_ppm()
396 dump_add_image(struct anv_cmd_buffer *cmd_buffer, struct anv_image *image, in dump_add_image()
443 dump_add_image(cmd_buffer, (struct anv_image *)iview->image, aspect, in anv_dump_add_framebuffer()
Danv_intel.c41 struct anv_image *image; in anv_CreateDmaBufImageINTEL()
DgenX_cmd_buffer.c188 const struct anv_image *image = image_view->image; in add_image_view_relocs()
368 const struct anv_image *image, in transition_depth_buffer()
414 const struct anv_image *image, in genX()
435 const struct anv_image *image, in genX()
464 const struct anv_image *image, in init_fast_clear_state_entry()
535 const struct anv_image *image, in genX()
588 const struct anv_image *image, in transition_color_buffer()
1421 ANV_FROM_HANDLE(anv_image, image, pImageMemoryBarriers[i].image); in genX()
2925 const struct anv_image *image = iview ? iview->image : NULL; in cmd_buffer_emit_depth_stencil()
3062 const struct anv_image * const image = iview->image; in cmd_buffer_subpass_transition_layouts()
Danv_android.c109 struct anv_image *image = NULL; in anv_image_from_gralloc()
Dmeson.build129 'anv_image.c',
Danv_device.c1833 ANV_FROM_HANDLE(anv_image, image, dedicated_info->image); in anv_AllocateMemory()
2146 ANV_FROM_HANDLE(anv_image, image, _image); in anv_GetImageMemoryRequirements()
2172 ANV_FROM_HANDLE(anv_image, image, pInfo->image); in anv_GetImageMemoryRequirements2KHR()
/external/mesa3d/src/intel/
DMakefile.sources217 vulkan/anv_image.c \