/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 164 VkFormat depthAttachmentFormat; 172 If either `depthAttachmentFormat` or `stencilAttachmentFormat` are not `VK_FORMAT_UNDEFINED`, they … 265 VkFormat depthAttachmentFormat; 273 If either `depthAttachmentFormat` or `stencilAttachmentFormat` are not `VK_FORMAT_UNDEFINED`, they … 340 .depthAttachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT,
|
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 52 …w was VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::depthAttachmentFormat used to cr… 64 …s not VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::depthAttachmentFormat used to cr…
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.h | 176 vkhpp::Format depthAttachmentFormat = vkhpp::Format::eUndefined);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 441 .depthAttachmentFormat = render->depth_attachment_format, in vk_meta_create_graphics_pipeline()
|
D | vk_render_pass.c | 712 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2() 724 .depthAttachmentFormat = depth_format, in vk_common_CreateRenderPass2()
|
D | vk_graphics_state.c | 1119 rp->depth_attachment_format = r_info->depthAttachmentFormat; in vk_render_pass_state_init() 1120 if (r_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 1406 * pname:depthAttachmentFormat is a elink:VkFormat value defining the 1427 If pname:depthAttachmentFormat, pname:stencilAttachmentFormat, or any 1442 * [[VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06540]] 1443 If pname:depthAttachmentFormat is not ename:VK_FORMAT_UNDEFINED, it 1445 * [[VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06007]] 1446 If pname:depthAttachmentFormat is not ename:VK_FORMAT_UNDEFINED, it 1468 * [[VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06200]] 1469 If pname:depthAttachmentFormat is not ename:VK_FORMAT_UNDEFINED and 1471 pname:depthAttachmentFormat must: equal pname:stencilAttachmentFormat 3009 pname:depthAttachmentFormat member of the [all …]
|
D | pipelines.adoc | 3097 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat must: 3109 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat is not 3125 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat is not 3139 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat is not 3142 not ename:VK_FORMAT_UNDEFINED, pname:depthAttachmentFormat must: equal 3150 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat or 3161 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat or 4278 element of pname:depthAttachmentFormat, pname:stencilAttachmentFormat 4612 * pname:depthAttachmentFormat is a elink:VkFormat value defining the 4622 and pname:depthAttachmentFormat and pname:stencilAttachmentFormat are [all …]
|
D | features.adoc | 6877 Also a slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat 6880 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat of
|
D | renderpass.adoc | 1146 * pname:depthAttachmentFormat is a elink:VkFormat value defining the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1069 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to 1078 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to 1090 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to 1100 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to 1111 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to 1329 slink:VkPipelineRenderingCreateInfo::pname:depthAttachmentFormat used to
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 10342 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkPipelineRenderingCreateInfo() 10368 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkPipelineRenderingCreateInfo() 10410 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkCommandBufferInheritanceRenderingInfo() 10430 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkCommandBufferInheritanceRenderingInfo() 11627 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkRenderingAreaInfoKHR() 11653 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkRenderingAreaInfoKHR()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 6990 memcpy(*ptr, (VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in reservedmarshal_VkPipelineRenderingCreateInfo() 7031 memcpy(*ptr, (VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in reservedmarshal_VkCommandBufferInheritanceRenderingInfo() 7852 memcpy(*ptr, (VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in reservedmarshal_VkRenderingAreaInfoKHR()
|
D | ResourceTracker.cpp | 7175 pipelineRenderingInfo->depthAttachmentFormat != VK_FORMAT_UNDEFINED; in on_vkCreateGraphicsPipelines()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1016 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceRenderingInfo.depthAttachmentFormat ); in operator ()() 5913 VULKAN_HPP_HASH_COMBINE( seed, pipelineRenderingCreateInfo.depthAttachmentFormat ); in operator ()()
|
D | vulkan_hash.hpp | 2027 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceRenderingInfo.depthAttachmentFormat ); in operator ()() 11310 VULKAN_HPP_HASH_COMBINE( seed, pipelineRenderingCreateInfo.depthAttachmentFormat ); in operator ()() 12242 VULKAN_HPP_HASH_COMBINE( seed, renderingAreaInfoKHR.depthAttachmentFormat ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 12835 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkPipelineRenderingCreateInfo() 12869 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkPipelineRenderingCreateInfo() 12923 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkCommandBufferInheritanceRenderingInfo() 12957 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkCommandBufferInheritanceRenderingInfo() 14914 vkStream->write((VkFormat*)&forMarshaling->depthAttachmentFormat, sizeof(VkFormat)); in marshal_VkRenderingAreaInfoKHR() 14948 vkStream->read((VkFormat*)&forUnmarshaling->depthAttachmentFormat, sizeof(VkFormat)); in unmarshal_VkRenderingAreaInfoKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 9876 memcpy((VkFormat*)&forUnmarshaling->depthAttachmentFormat, *ptr, sizeof(VkFormat)); in reservedunmarshal_VkPipelineRenderingCreateInfo() 9947 memcpy((VkFormat*)&forUnmarshaling->depthAttachmentFormat, *ptr, sizeof(VkFormat)); in reservedunmarshal_VkCommandBufferInheritanceRenderingInfo() 11517 memcpy((VkFormat*)&forUnmarshaling->depthAttachmentFormat, *ptr, sizeof(VkFormat)); in reservedunmarshal_VkRenderingAreaInfoKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7226 VkFormat depthAttachmentFormat; member 7243 VkFormat depthAttachmentFormat; member 10532 VkFormat depthAttachmentFormat; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3011 that pname:depthAttachmentFormat and pname:stencilAttachmentFormat
|