/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 49 …have the corresponding element of VkPipelineRenderingCreateInfo::pColorAttachmentFormats used to c… 58 …ginRendering is VK_NULL_HANDLE, the corresponding element of the pColorAttachmentFormats member of… 61 …l to the corresponding element of VkPipelineRenderingCreateInfo::pColorAttachmentFormats used to c…
|
D | VK_KHR_dynamic_rendering.adoc | 163 const VkFormat* pColorAttachmentFormats; 264 const VkFormat* pColorAttachmentFormats; 339 .pColorAttachmentFormats = colorRenderingFormats,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 440 .pColorAttachmentFormats = render->color_attachment_formats, in vk_meta_create_graphics_pipeline()
|
D | vk_render_pass.c | 711 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2() 723 .pColorAttachmentFormats = color_formats, in vk_common_CreateRenderPass2()
|
D | vk_graphics_state.c | 1114 rp->color_attachment_formats[i] = r_info->pColorAttachmentFormats[i]; in vk_render_pass_state_init() 1115 if (r_info->pColorAttachmentFormats[i] != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 6258 to->pColorAttachmentFormats = nullptr; in deepcopy_VkPipelineRenderingCreateInfo() 6259 if (from->pColorAttachmentFormats) { in deepcopy_VkPipelineRenderingCreateInfo() 6260 to->pColorAttachmentFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkPipelineRenderingCreateInfo() 6261 from->pColorAttachmentFormats, from->colorAttachmentCount * sizeof(const VkFormat)); in deepcopy_VkPipelineRenderingCreateInfo() 6308 to->pColorAttachmentFormats = nullptr; in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6309 if (from->pColorAttachmentFormats) { in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6310 to->pColorAttachmentFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6311 from->pColorAttachmentFormats, from->colorAttachmentCount * sizeof(const VkFormat)); in deepcopy_VkCommandBufferInheritanceRenderingInfo() 7313 to->pColorAttachmentFormats = nullptr; in deepcopy_VkRenderingAreaInfoKHR() 7314 if (from->pColorAttachmentFormats) { in deepcopy_VkRenderingAreaInfoKHR() [all …]
|
D | goldfish_vk_marshaling.cpp | 12829 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentFormats; in marshal_VkPipelineRenderingCreateInfo() 12831 if (forMarshaling->pColorAttachmentFormats) { in marshal_VkPipelineRenderingCreateInfo() 12832 vkStream->write((const VkFormat*)forMarshaling->pColorAttachmentFormats, in marshal_VkPipelineRenderingCreateInfo() 12862 forUnmarshaling->pColorAttachmentFormats = (const VkFormat*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPipelineRenderingCreateInfo() 12863 if (forUnmarshaling->pColorAttachmentFormats) { in unmarshal_VkPipelineRenderingCreateInfo() 12864 vkStream->alloc((void**)&forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkPipelineRenderingCreateInfo() 12866 vkStream->read((VkFormat*)forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkPipelineRenderingCreateInfo() 12921 vkStream->write((const VkFormat*)forMarshaling->pColorAttachmentFormats, in marshal_VkCommandBufferInheritanceRenderingInfo() 12953 vkStream->alloc((void**)&forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkCommandBufferInheritanceRenderingInfo() 12955 vkStream->read((VkFormat*)forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkCommandBufferInheritanceRenderingInfo() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 9866 memcpy((VkFormat**)&forUnmarshaling->pColorAttachmentFormats, (*ptr), 8); in reservedunmarshal_VkPipelineRenderingCreateInfo() 9867 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pColorAttachmentFormats); in reservedunmarshal_VkPipelineRenderingCreateInfo() 9869 if (forUnmarshaling->pColorAttachmentFormats) { in reservedunmarshal_VkPipelineRenderingCreateInfo() 9870 vkStream->alloc((void**)&forUnmarshaling->pColorAttachmentFormats, in reservedunmarshal_VkPipelineRenderingCreateInfo() 9872 memcpy((VkFormat*)forUnmarshaling->pColorAttachmentFormats, *ptr, in reservedunmarshal_VkPipelineRenderingCreateInfo() 9942 vkStream->alloc((void**)&forUnmarshaling->pColorAttachmentFormats, in reservedunmarshal_VkCommandBufferInheritanceRenderingInfo() 9944 memcpy((VkFormat*)forUnmarshaling->pColorAttachmentFormats, *ptr, in reservedunmarshal_VkCommandBufferInheritanceRenderingInfo() 11507 memcpy((VkFormat**)&forUnmarshaling->pColorAttachmentFormats, (*ptr), 8); in reservedunmarshal_VkRenderingAreaInfoKHR() 11508 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pColorAttachmentFormats); in reservedunmarshal_VkRenderingAreaInfoKHR() 11510 if (forUnmarshaling->pColorAttachmentFormats) { in reservedunmarshal_VkRenderingAreaInfoKHR() [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 6258 to->pColorAttachmentFormats = nullptr; in deepcopy_VkPipelineRenderingCreateInfo() 6259 if (from->pColorAttachmentFormats) { in deepcopy_VkPipelineRenderingCreateInfo() 6260 to->pColorAttachmentFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkPipelineRenderingCreateInfo() 6261 from->pColorAttachmentFormats, from->colorAttachmentCount * sizeof(const VkFormat)); in deepcopy_VkPipelineRenderingCreateInfo() 6308 to->pColorAttachmentFormats = nullptr; in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6309 if (from->pColorAttachmentFormats) { in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6310 to->pColorAttachmentFormats = (VkFormat*)alloc->dupArray( in deepcopy_VkCommandBufferInheritanceRenderingInfo() 6311 from->pColorAttachmentFormats, from->colorAttachmentCount * sizeof(const VkFormat)); in deepcopy_VkCommandBufferInheritanceRenderingInfo() 7106 to->pColorAttachmentFormats = nullptr; in deepcopy_VkRenderingAreaInfoKHR() 7107 if (from->pColorAttachmentFormats) { in deepcopy_VkRenderingAreaInfoKHR() [all …]
|
D | goldfish_vk_marshaling_guest.cpp | 10336 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentFormats; in marshal_VkPipelineRenderingCreateInfo() 10338 if (forMarshaling->pColorAttachmentFormats) { in marshal_VkPipelineRenderingCreateInfo() 10339 vkStream->write((const VkFormat*)forMarshaling->pColorAttachmentFormats, in marshal_VkPipelineRenderingCreateInfo() 10359 if (forUnmarshaling->pColorAttachmentFormats) { in unmarshal_VkPipelineRenderingCreateInfo() 10365 vkStream->read((VkFormat*)forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkPipelineRenderingCreateInfo() 10408 vkStream->write((const VkFormat*)forMarshaling->pColorAttachmentFormats, in marshal_VkCommandBufferInheritanceRenderingInfo() 10428 vkStream->read((VkFormat*)forUnmarshaling->pColorAttachmentFormats, in unmarshal_VkCommandBufferInheritanceRenderingInfo() 11621 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentFormats; in marshal_VkRenderingAreaInfoKHR() 11623 if (forMarshaling->pColorAttachmentFormats) { in marshal_VkRenderingAreaInfoKHR() 11624 vkStream->write((const VkFormat*)forMarshaling->pColorAttachmentFormats, in marshal_VkRenderingAreaInfoKHR() [all …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 6981 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentFormats; in reservedmarshal_VkPipelineRenderingCreateInfo() 6985 if (forMarshaling->pColorAttachmentFormats) { in reservedmarshal_VkPipelineRenderingCreateInfo() 6986 memcpy(*ptr, (const VkFormat*)forMarshaling->pColorAttachmentFormats, in reservedmarshal_VkPipelineRenderingCreateInfo() 7028 memcpy(*ptr, (const VkFormat*)forMarshaling->pColorAttachmentFormats, in reservedmarshal_VkCommandBufferInheritanceRenderingInfo() 7843 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pColorAttachmentFormats; in reservedmarshal_VkRenderingAreaInfoKHR() 7847 if (forMarshaling->pColorAttachmentFormats) { in reservedmarshal_VkRenderingAreaInfoKHR() 7848 memcpy(*ptr, (const VkFormat*)forMarshaling->pColorAttachmentFormats, in reservedmarshal_VkRenderingAreaInfoKHR()
|
D | goldfish_vk_counting_guest.cpp | 5507 if (toCount->pColorAttachmentFormats) { in count_VkPipelineRenderingCreateInfo() 6199 if (toCount->pColorAttachmentFormats) { in count_VkRenderingAreaInfoKHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 816 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used 825 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used 839 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used 850 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used 853 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats, if 864 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used 1321 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats used
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 1404 * pname:pColorAttachmentFormats is a pointer to an array of elink:VkFormat 1428 element of pname:pColorAttachmentFormats is ename:VK_FORMAT_UNDEFINED, it 1450 * [[VUID-VkCommandBufferInheritanceRenderingInfo-pColorAttachmentFormats-06492]] 1451 If any element of pname:pColorAttachmentFormats is not 2986 element of the pname:pColorAttachmentFormats member of the 2998 element of the pname:pColorAttachmentFormats member of the
|
D | pipelines.adoc | 3063 0, slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats 3070 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats must: 3077 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats is 3087 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats is 3308 pname:pColorAttachmentFormats member of 4279 and the pname:pColorAttachmentFormats array which is not 4609 pname:pColorAttachmentFormats 4610 * pname:pColorAttachmentFormats is a pointer to an array of elink:VkFormat 4628 element of pname:pColorAttachmentFormats is ename:VK_FORMAT_UNDEFINED, it
|
D | features.adoc | 6868 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats 6873 slink:VkPipelineRenderingCreateInfo::pname:pColorAttachmentFormats
|
D | renderpass.adoc | 1142 pname:pColorAttachmentFormats 1143 * pname:pColorAttachmentFormats is a pointer to an array of elink:VkFormat
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1015 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceRenderingInfo.pColorAttachmentFormats ); in operator ()() 5912 VULKAN_HPP_HASH_COMBINE( seed, pipelineRenderingCreateInfo.pColorAttachmentFormats ); in operator ()()
|
D | vulkan_hash.hpp | 2026 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceRenderingInfo.pColorAttachmentFormats ); in operator ()() 11309 VULKAN_HPP_HASH_COMBINE( seed, pipelineRenderingCreateInfo.pColorAttachmentFormats ); in operator ()() 12241 VULKAN_HPP_HASH_COMBINE( seed, renderingAreaInfoKHR.pColorAttachmentFormats ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7225 const VkFormat* pColorAttachmentFormats; member 7242 const VkFormat* pColorAttachmentFormats; member 10531 const VkFormat* pColorAttachmentFormats; member
|