/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_HUAWEI_invocation_mask.adoc | 78 VkImageView imageView, 81 • If imageView is not VK_NULL_HANDLE, it must be a valid VkImageView handle of type VK_IMAGE_VIEW_T… 83 • If imageView is not VK_NULL_HANDLE, it must have a format of VK_FORMAT_R8_UINT 85 • If imageView is not VK_NULL_HANDLE, it must have been created with a usage value including VK_IMA… 87 • If imageView is not VK_NULL_HANDLE, imageLayout must match the actual VkImageLayou 88 of each subresource accessible from imageView at the time the subresource is accessed 89 • If imageView is not VK_NULL_HANDLE, imageLayout must be VK_IMAGE_LAYOUT_GENERAL
|
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 49 …hen each element of the VkRenderingInfo::pColorAttachments array with a imageView equal to VK_NULL… 52 …s begun with vkCmdBeginRendering and VkRenderingInfo::pDepthAttachment->imageView was VK_NULL_HAND… 55 …begun with vkCmdBeginRendering and VkRenderingInfo::pStencilAttachment->imageView was VK_NULL_HAND… 57 …dExecuteCommands-imageView-07606](https://www.khronos.org/registry/vulkan/specs/1.3/html/vkspec.ht… 58 …ed within a render pass instance begun with vkCmdBeginRendering, if the imageView member of an ele… 61 …hen each element of the VkRenderingInfo::pColorAttachments array with a imageView not equal to VK_… 64 …imageView was not VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::depthAttachmentForma… 67 …imageView was not VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::stencilAttachmentFor…
|
D | VK_KHR_dynamic_rendering.adoc | 102 VkImageView imageView; 232 VkImageView imageView; 247 VkImageView imageView; 362 .imageView = colorImageViews[0], 373 .imageView = colorImageViews[1], 385 .imageView = depthStencilImageView,
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 307 .imageView = ..., 316 .imageView = ..., 329 .imageView = ..., 338 .imageView = ...,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 365 if (att_info->imageView == VK_NULL_HANDLE || in vk_meta_clear_rendering() 369 VK_FROM_HANDLE(vk_image_view, iview, att_info->imageView); in vk_meta_clear_rendering() 386 if (d_att_info != NULL && d_att_info->imageView != VK_NULL_HANDLE && in vk_meta_clear_rendering() 388 VK_FROM_HANDLE(vk_image_view, iview, d_att_info->imageView); in vk_meta_clear_rendering() 399 if (s_att_info != NULL && s_att_info->imageView != VK_NULL_HANDLE && in vk_meta_clear_rendering() 401 VK_FROM_HANDLE(vk_image_view, iview, s_att_info->imageView); in vk_meta_clear_rendering() 467 .imageView = image_view, in clear_image_level_layers()
|
D | vk_meta_blit_resolve.c | 571 .imageView = src_view, in do_blit() 636 .imageView = dst_view, in do_blit() 938 VK_FROM_HANDLE(vk_image_view, view, att->imageView); in vk_meta_resolve_rendering() 960 s_att->imageView == d_att->imageView && in vk_meta_resolve_rendering() 962 VK_FROM_HANDLE(vk_image_view, view, d_att->imageView); in vk_meta_resolve_rendering() 975 VK_FROM_HANDLE(vk_image_view, view, d_att->imageView); in vk_meta_resolve_rendering() 988 VK_FROM_HANDLE(vk_image_view, view, s_att->imageView); in vk_meta_resolve_rendering()
|
D | vk_render_pass.c | 972 .imageView = VK_NULL_HANDLE, in vk_get_command_buffer_inheritance_as_rendering_resume() 980 .imageView = fb->attachments[sp_att->attachment], in vk_get_command_buffer_inheritance_as_rendering_resume() 999 .imageView = vk_image_view_to_handle(iview), in vk_get_command_buffer_inheritance_as_rendering_resume() 1010 .imageView = vk_image_view_to_handle(iview), in vk_get_command_buffer_inheritance_as_rendering_resume() 1026 .imageView = fb->attachments[sp_att->attachment], in vk_get_command_buffer_inheritance_as_rendering_resume() 1548 .imageView = vk_image_view_to_handle(att_state->image_view), in load_attachment() 1557 .imageView = vk_image_view_to_handle(att_state->image_view), in load_attachment() 1618 .imageView = VK_NULL_HANDLE, in begin_subpass() 1631 .imageView = vk_image_view_to_handle(att_state->image_view), in begin_subpass() 1736 depth_attachment.imageView = in begin_subpass() [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 67 VkImageView imageView; in createDefaultImageView() local 68 VkResult result = vk->vkCreateImageView(device, &imageViewInfo, nullptr, &imageView); in createDefaultImageView() 73 return imageView; in createDefaultImageView() 610 for (const auto& imageView : mCompressedMipmapsImageViews) { in destroy() local 611 vk->vkDestroyImageView(mDevice, imageView, nullptr); in destroy() 613 for (const auto& imageView : mOutputImageViews) { in destroy() local 614 vk->vkDestroyImageView(mDevice, imageView, nullptr); in destroy() 727 compressedMipmapsDescriptorImageInfo.imageView = mCompressedMipmapsImageViews[i]; in initializeDecompressionPipeline() 728 mDecompDescriptorImageInfo.imageView = mOutputImageViews[i]; in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/host/vulkan/ |
D | BorrowedImageVk.h | 28 VkImageView imageView = VK_NULL_HANDLE; member
|
D | SwapChainStateVk.cpp | 127 for (auto imageView : m_vkImageViews) { in ~SwapChainStateVk() local 128 m_vk.vkDestroyImageView(m_vkDevice, imageView, nullptr); in ~SwapChainStateVk()
|
D | CompositorVk.cpp | 620 VkImageView imageView = VK_NULL_HANDLE; in setUpDefaultImage() local 621 VK_CHECK(m_vk.vkCreateImageView(m_vkDevice, &imageViewCreateInfo, nullptr, &imageView)); in setUpDefaultImage() 724 m_defaultImage.m_vkImageView = imageView; in setUpDefaultImage() 893 new RenderTarget(m_vk, m_vkDevice, imageInfo.image, imageInfo.imageView, in getOrCreateRenderTargetInfo() 1074 descriptorSetContents.binding0.sampledImageView = sourceImage->imageView; in buildCompositionVk() 1390 .imageView = layerDescriptorSetContents.binding0.sampledImageView, in updateDescriptorSetsIfChanged()
|
D | CompositorVk.h | 198 VkImageView imageView = VK_NULL_HANDLE; member
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 48 vkhpp::UniqueImageView imageView; member 335 res->imageView = device.createImageViewUnique(imageViewCreateInfo).value; in createColorAttachment() 415 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P() 417 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() 441 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P() 443 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() 580 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P() 582 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() 708 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P() 759 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() [all …]
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 231 auto imageView = device->createImageViewUnique(imageViewCreateInfo).value; in TEST_P() local 232 ASSERT_THAT(imageView, IsValidHandle()); in TEST_P() 343 auto imageView = device->createImageViewUnique(imageViewCreateInfo).value; in TEST_P() local 344 ASSERT_THAT(imageView, IsValidHandle()); in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 118 If the pname:imageView member of any element of pname:pColorAttachments is 135 pname:imageView members of pname:pDepthAttachment, 152 * [[VUID-VkRenderingInfo-imageView-06858]] 155 is enabled, then all attachments referenced by pname:imageView members 160 * [[VUID-VkRenderingInfo-imageView-06859]] 163 is enabled, then all attachments referenced by pname:imageView members 208 the width of the pname:imageView member of any element of 219 the height of the pname:imageView member of any element of 227 slink:VkDeviceGroupRenderPassBeginInfo, the width of the pname:imageView 236 pname:imageView member of any element of pname:pColorAttachments, [all …]
|
D | raytracing.adoc | 433 * pname:imageView is an image view handle specifying the invocation mask 434 image pname:imageView may: be set to dlink:VK_NULL_HANDLE, which is 437 from pname:imageView will be in when the invocation mask image is 445 * [[VUID-vkCmdBindInvocationMaskHUAWEI-imageView-04977]] 446 If pname:imageView is not dlink:VK_NULL_HANDLE, it must: be a valid 448 * [[VUID-vkCmdBindInvocationMaskHUAWEI-imageView-04978]] 449 If pname:imageView is not dlink:VK_NULL_HANDLE, it must: have a format 451 * [[VUID-vkCmdBindInvocationMaskHUAWEI-imageView-04979]] 452 If pname:imageView is not dlink:VK_NULL_HANDLE, it must: have been 454 * [[VUID-vkCmdBindInvocationMaskHUAWEI-imageView-04980]] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_astc_decode_mode.adoc | 88 VkImageView imageView; 93 &imageView);
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 357 auto imageView = VK_EXPECT_RV(mDevice->createImageViewUnique(imageViewCreateInfo)); in CreateImage() local 392 .imageView = std::move(imageView), in CreateImage() 606 auto imageView = VK_EXPECT_RV(mDevice->createImageViewUnique(imageViewCreateInfo)); in CreateYuvImage() local 643 .imageView = std::move(imageView), in CreateYuvImage() 919 framebufferAttachments.push_back(*colorAttachment->imageView); in CreateFramebuffer() 922 framebufferAttachments.push_back(*depthAttachment->imageView); in CreateFramebuffer()
|
D | Vulkan.h | 126 vkhpp::UniqueImageView imageView; member 148 vkhpp::UniqueImageView imageView; member
|
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 130 .imageView = *sampledImage.imageView, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 189 void vkDestroyImageView(VkDevice device, VkImageView imageView, in vkDestroyImageView() argument 191 mDgs->on_vkDestroyImageView(mBp, device, unbox_VkImageView(imageView), pAllocator); in vkDestroyImageView() 192 delete_VkImageView(imageView); in vkDestroyImageView()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 750 * [[VUID-{refpage}-imageView-06172]] 752 flink:vkCmdBeginRendering, the pname:imageView member of 757 * [[VUID-{refpage}-imageView-06173]] 759 flink:vkCmdBeginRendering, the pname:imageView member of 765 * [[VUID-{refpage}-imageView-06174]] 767 flink:vkCmdBeginRendering, the pname:imageView member of 772 * [[VUID-{refpage}-imageView-06175]] 774 flink:vkCmdBeginRendering, the pname:imageView member of 781 * [[VUID-{refpage}-imageView-06176]] 783 flink:vkCmdBeginRendering, the pname:imageView member of [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_metal.h | 143 VkImageView imageView; member
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_metal.h | 143 VkImageView imageView; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_metal_objects/ |
D | device_memory.adoc | 138 structure, exactly one of its pname:image, pname:imageView, or 151 structure, and its pname:imageView member is not dlink:VK_NULL_HANDLE, 152 the slink:VkImageView in its pname:imageView member must: have been 169 structure, and if either its pname:image or pname:imageView member is 185 structure, and if the slink:VkImageView in its pname:imageView member 190 structure, and if the slink:VkImageView in its pname:imageView member 368 * pname:imageView is dlink:VK_NULL_HANDLE or a slink:VkImageView. 374 pname:image, pname:imageView, or pname:bufferView, respectively, at the
|