/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 74 reference_count += pCreateInfo->pSubpasses[i].inputAttachmentCount; in vk_common_CreateRenderPass() 144 .inputAttachmentCount = pCreateInfo->pSubpasses[i].inputAttachmentCount, in vk_common_CreateRenderPass() 157 subpasses[i].inputAttachmentCount, in vk_common_CreateRenderPass() 192 assert(ref->inputAttachmentIndex < subpass->inputAttachmentCount); in vk_common_CreateRenderPass() 325 return desc->inputAttachmentCount + in num_subpass_attachments2() 502 subpass->input_count = desc->inputAttachmentCount; in vk_common_CreateRenderPass2() 503 if (desc->inputAttachmentCount > 0) { in vk_common_CreateRenderPass2() 505 next_subpass_attachment += desc->inputAttachmentCount; in vk_common_CreateRenderPass2() 507 for (uint32_t a = 0; a < desc->inputAttachmentCount; a++) { in vk_common_CreateRenderPass2() 613 for (uint32_t a = 0; a < desc->inputAttachmentCount; a++) { in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 891 .inputAttachmentCount = 0, in CreateFramebuffer()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1852 from->inputAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1853 to->inputAttachmentCount = from->inputAttachmentCount; in deepcopy_VkSubpassDescription() 1854 for (uint32_t i = 0; i < (uint32_t)from->inputAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 3996 from->inputAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() 3997 to->inputAttachmentCount = from->inputAttachmentCount; in deepcopy_VkSubpassDescription2() 3998 for (uint32_t i = 0; i < (uint32_t)from->inputAttachmentCount; ++i) { in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_transform.cpp | 1918 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1953 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 3879 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3917 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_marshaling.cpp | 4325 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription() 4327 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in marshal_VkSubpassDescription() 4373 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription() 4375 forUnmarshaling->inputAttachmentCount * sizeof(const VkAttachmentReference)); in unmarshal_VkSubpassDescription() 4377 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 8420 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription2() 8422 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in marshal_VkSubpassDescription2() 8486 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription2() 8488 forUnmarshaling->inputAttachmentCount * sizeof(const VkAttachmentReference2)); in unmarshal_VkSubpassDescription2() 8490 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3239 memcpy((uint32_t*)&forUnmarshaling->inputAttachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDescription() 3242 forUnmarshaling->inputAttachmentCount * sizeof(const VkAttachmentReference)); in reservedunmarshal_VkSubpassDescription() 3243 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription() 6468 memcpy((uint32_t*)&forUnmarshaling->inputAttachmentCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubpassDescription2() 6471 forUnmarshaling->inputAttachmentCount * sizeof(const VkAttachmentReference2)); in reservedunmarshal_VkSubpassDescription2() 6472 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in reservedunmarshal_VkSubpassDescription2()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 1852 from->inputAttachmentCount * sizeof(const VkAttachmentReference)); in deepcopy_VkSubpassDescription() 1853 to->inputAttachmentCount = from->inputAttachmentCount; in deepcopy_VkSubpassDescription() 1854 for (uint32_t i = 0; i < (uint32_t)from->inputAttachmentCount; ++i) { in deepcopy_VkSubpassDescription() 3996 from->inputAttachmentCount * sizeof(const VkAttachmentReference2)); in deepcopy_VkSubpassDescription2() 3997 to->inputAttachmentCount = from->inputAttachmentCount; in deepcopy_VkSubpassDescription2() 3998 for (uint32_t i = 0; i < (uint32_t)from->inputAttachmentCount; ++i) { in deepcopy_VkSubpassDescription2()
|
D | goldfish_vk_transform_guest.cpp | 1915 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription() 1950 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription() 3861 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_tohost_VkSubpassDescription2() 3899 for (uint32_t i = 0; i < (uint32_t)toTransform->inputAttachmentCount; ++i) { in transform_fromhost_VkSubpassDescription2()
|
D | goldfish_vk_marshaling_guest.cpp | 3827 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription() 3829 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in marshal_VkSubpassDescription() 3875 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription() 3877 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in unmarshal_VkSubpassDescription() 6969 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in marshal_VkSubpassDescription2() 6971 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in marshal_VkSubpassDescription2() 7023 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentCount, sizeof(uint32_t)); in unmarshal_VkSubpassDescription2() 7025 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->inputAttachmentCount; ++i) { in unmarshal_VkSubpassDescription2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2745 memcpy(*ptr, (uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkSubpassDescription() 2747 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription() 4840 memcpy(*ptr, (uint32_t*)&forMarshaling->inputAttachmentCount, sizeof(uint32_t)); in reservedmarshal_VkSubpassDescription2() 4842 for (uint32_t i = 0; i < (uint32_t)forMarshaling->inputAttachmentCount; ++i) { in reservedmarshal_VkSubpassDescription2()
|
D | goldfish_vk_counting_guest.cpp | 2025 for (uint32_t i = 0; i < (uint32_t)toCount->inputAttachmentCount; ++i) { in count_VkSubpassDescription() 3761 for (uint32_t i = 0; i < (uint32_t)toCount->inputAttachmentCount; ++i) { in count_VkSubpassDescription2()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1079 …inputAttachmentCount = printer.write_int("inputAttachmentCount", 4, indent, signed=False, big_endi… 1080 …rite_struct("pInputAttachments", struct_VkAttachmentReference, False, inputAttachmentCount, indent)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1523 pname:inputAttachmentCount in the element of pname:pSubpasses identified 2162 * pname:inputAttachmentCount is the number of input attachments. 2420 * [[VUID-VkSubpassDescription-inputAttachmentCount-05053]] 2421 pname:inputAttachmentCount must: be less than or equal to 3539 * pname:inputAttachmentCount is the number of input attachments. 3867 * [[VUID-VkSubpassDescription2-inputAttachmentCount-05058]] 3868 pname:inputAttachmentCount must: be less than or equal to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6184 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.inputAttachmentCount ); in operator ()() 6240 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.inputAttachmentCount ); in operator ()()
|
D | vulkan_hash.hpp | 11984 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.inputAttachmentCount ); in operator ()() 12040 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.inputAttachmentCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3800 uint32_t inputAttachmentCount; member 6052 uint32_t inputAttachmentCount; member
|