Home
last modified time | relevance | path

Searched refs:inputAttachmentCount (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c74 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/
DVulkan.cpp891 .inputAttachmentCount = 0, in CreateFramebuffer()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp1852 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()
Dgoldfish_vk_transform.cpp1918 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()
Dgoldfish_vk_marshaling.cpp4325 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()
Dgoldfish_vk_reserved_marshaling.cpp3239 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/
Dgoldfish_vk_deepcopy_guest.cpp1852 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()
Dgoldfish_vk_transform_guest.cpp1915 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()
Dgoldfish_vk_marshaling_guest.cpp3827 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2745 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()
Dgoldfish_vk_counting_guest.cpp2025 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/
Dvulkan_printer.py1079inputAttachmentCount = 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/
Drenderpass.adoc1523 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/
Dvulkansc_hash.hpp6184 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription.inputAttachmentCount ); in operator ()()
6240 VULKAN_HPP_HASH_COMBINE( seed, subpassDescription2.inputAttachmentCount ); in operator ()()
Dvulkan_hash.hpp11984 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/
Dvulkan_core.h3800 uint32_t inputAttachmentCount; member
6052 uint32_t inputAttachmentCount; member