/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | render_pass.rs | 235 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 D | vk_image.c | 390 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 D | vk_render_pass.c | 1299 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 D | vk_command_buffer.h | 51 struct vk_image_view *image_view; member
|
H A D | vk_meta_clear.c | 459 VkImageView image_view; in clear_image_level_layers() local
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/ |
H A D | Image.h | 90 VkImageView image_view; member 142 VkImageView image_view; member 200 inline VkImageView image_view() const { in image_view() function
|
H A D | Image.cpp | 188 VkImageView image_view, in VulkanImage()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | descriptor_sets.cpp | 756 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 D | buffer_validation.cpp | 364 … 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 D | Resource.h | 270 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/ |
D | render_pass.rs | 201 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
|
D | mod.rs | 1095 image_view: Arc<dyn ImageViewAbstract>, field 1103 image_view: Arc<dyn ImageViewAbstract>, field
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_image.c | 34 struct v3dv_image_view *image_view, in pack_texture_shader_state_helper()
|
H A D | v3dv_uniforms.c | 371 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 D | zink_context.c | 645 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 D | zink_surface.c | 464 VkImageView image_view; in zink_rebind_surface() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_lrz.h | 32 const struct tu_image_view *image_view; member
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 2108 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 D | vkr_common.h | 120 VkImageView image_view; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/ |
D | storage.rs | 412 let image_view = ImageView::new_default(image); localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/ |
H A D | api.h | 132 VkImageView image_view; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | update.rs | 163 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 D | pvr_cmd_buffer.c | 616 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 D | anv_descriptor_set.c | 1356 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/ |
D | R.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 ... |