Home
last modified time | relevance | path

Searched defs:image_view (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs235 let image_view = &framebuffer.attachments()[atch_ref.attachment as usize]; in validate_begin_render_pass() localVariable
1311 let image_view = match &render_pass_state.render_pass { in validate_clear_attachments() localVariable
1384 let image_view = match &render_pass_state.render_pass { in validate_clear_attachments() localVariable
1501 let image_view = &framebuffer.attachments()[index]; in begin_render_pass() localVariable
2423 pub image_view: Arc<dyn ImageViewAbstract>, field
2461 pub fn image_view(image_view: Arc<dyn ImageViewAbstract>) -> Self { in image_view() method
2492 pub image_view: Arc<dyn ImageViewAbstract>, field
2505 pub fn image_view(image_view: Arc<dyn ImageViewAbstract>) -> Self { in image_view() method
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_image.c390 struct vk_image_view *image_view, in vk_image_view_init()
606 vk_image_view_finish(struct vk_image_view *image_view) in vk_image_view_finish()
618 struct vk_image_view *image_view = in vk_image_view_create() local
632 struct vk_image_view *image_view) in vk_image_view_destroy()
H A Dvk_render_pass.c1299 transition_image_range(const struct vk_image_view *image_view, in transition_image_range()
1374 const struct vk_image_view *image_view = att_state->image_view; in can_use_attachment_initial_layout() local
1509 const struct vk_image_view *image_view = att_state->image_view; in transition_attachment() local
H A Dvk_command_buffer.h51 struct vk_image_view *image_view; member
H A Dvk_meta_clear.c459 VkImageView image_view; in clear_image_level_layers() local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DImage.h90 VkImageView image_view; member
142 VkImageView image_view; member
200 inline VkImageView image_view() const { in image_view() function
H A DImage.cpp188 VkImageView image_view, in VulkanImage()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp756 VkImageView image_view; in ValidateDrawState() local
1309 bool CoreChecks::ValidateImageUpdate(VkImageView image_view, VkImageLayout image_layout, VkDescript… in ValidateImageUpdate()
1576 auto image_view = static_cast<const ImageSamplerDescriptor *>(src)->image_view_; in CopyUpdate() local
1612 auto image_view = static_cast<const ImageDescriptor *>(src)->image_view_; in CopyUpdate() local
2081 auto image_view = img_samp_desc->GetImageView(); in VerifyCopyUpdateContents() local
2097 auto image_view = img_desc->GetImageView(); in VerifyCopyUpdateContents() local
2477 auto image_view = update->pImageInfo[di].imageView; in VerifyWriteUpdateContents() local
2541 auto image_view = update->pImageInfo[di].imageView; in VerifyWriteUpdateContents() local
H A Dbuffer_validation.cpp364 … VkImage image, VkImageView image_view, in ValidateRenderPassLayoutAgainstFramebufferImageUsage()
487 auto image_view = attachments[i]; in VerifyFramebufferAndRenderPassLayouts() local
552 auto image_view = attachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts() local
567 auto image_view = attachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts() local
587 auto image_view = attachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts() local
606 auto image_view = GetAttachmentImageViewState(pFramebuffer, ref.attachment); in TransitionAttachmentRefLayout() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.h270 VkImageView image_view; member
297 VkImageView image_view; member
350 inline VkImageView image_view() const { in image_view() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs201 let image_view = &framebuffer.attachments()[atch_ref.attachment as usize]; in validate_begin_render_pass() localVariable
1735 let image_view = render_pass_state in validate_clear_attachments() localVariable
1781 let image_view = render_pass_state in validate_clear_attachments() localVariable
Dmod.rs1095 image_view: Arc<dyn ImageViewAbstract>, field
1103 image_view: Arc<dyn ImageViewAbstract>, field
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_image.c34 struct v3dv_image_view *image_view, in pack_texture_shader_state_helper()
H A Dv3dv_uniforms.c371 get_texture_size_from_image_view(struct v3dv_image_view *image_view, in get_texture_size_from_image_view()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c645 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; in get_imageview_for_binding() local
664 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; in get_bufferview_for_binding() local
1797 struct zink_image_view *image_view = &ctx->image_views[stage][slot]; in unbind_shader_image() local
3390 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; in get_access_flags_for_binding() local
4500 struct zink_image_view *image_view = &ctx->image_views[shader][slot]; in rebind_ibo() local
4632 const struct zink_image_view *image_view = &ctx->image_views[shader][slot]; in rebind_buffer() local
5101 struct zink_image_view *image_view = &ctx->image_views[i][j]; in zink_rebind_all_images() local
H A Dzink_surface.c464 VkImageView image_view; in zink_rebind_surface() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_lrz.h32 const struct tu_image_view *image_view; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c2108 anv_image_view_surface_data_for_plane_layout(struct anv_image_view *image_view, in anv_image_view_surface_data_for_plane_layout()
2147 struct anv_image_view *image_view = NULL; in anv_descriptor_set_write_image_view() local
2892 struct anv_image_view *image_view; in anv_GetDescriptorEXT() local
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_common.h120 VkImageView image_view; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dstorage.rs412 let image_view = ImageView::new_default(image); localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dapi.h132 VkImageView image_view; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dupdate.rs163 pub fn image_view(binding: u32, image_view: Arc<dyn ImageViewAbstract>) -> Self { in image_view() method
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c616 const struct pvr_image_view *image_view) in pvr_setup_texture_state_words()
696 struct pvr_image_view *image_view; in pvr_load_op_constants_create_and_upload() local
750 const struct pvr_image_view *image_view; in pvr_load_op_constants_create_and_upload() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_descriptor_set.c1356 struct anv_image_view *image_view = NULL; in anv_descriptor_set_write_image_view() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/busybox/
DR.jar ... static int headline public static int image public static int image_view public static int include_text_action public static int label public static ...

12