Searched refs:inputAttachmentIndex (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_maintenance2.adoc | 77 .inputAttachmentIndex = 0,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 192 assert(ref->inputAttachmentIndex < subpass->inputAttachmentCount); in vk_common_CreateRenderPass() 194 &subpass->pInputAttachments[ref->inputAttachmentIndex]; in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1521 pname:inputAttachmentIndex member of each element of its 2120 * pname:inputAttachmentIndex is an index into the pname:pInputAttachments 2128 pname:subpass and pname:inputAttachmentIndex index into the render pass as: 2132 pCreateInfo->pSubpasses[subpass].pInputAttachments[inputAttachmentIndex]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3348 VULKAN_HPP_HASH_COMBINE( seed, inputAttachmentAspectReference.inputAttachmentIndex ); in operator ()()
|
D | vulkan_hash.hpp | 5841 VULKAN_HPP_HASH_COMBINE( seed, inputAttachmentAspectReference.inputAttachmentIndex ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5328 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentIndex, sizeof(uint32_t)); in marshal_VkInputAttachmentAspectReference() 5337 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentIndex, sizeof(uint32_t)); in unmarshal_VkInputAttachmentAspectReference()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3686 memcpy(*ptr, (uint32_t*)&forMarshaling->inputAttachmentIndex, sizeof(uint32_t)); in reservedmarshal_VkInputAttachmentAspectReference()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6269 vkStream->write((uint32_t*)&forMarshaling->inputAttachmentIndex, sizeof(uint32_t)); in marshal_VkInputAttachmentAspectReference() 6277 vkStream->read((uint32_t*)&forUnmarshaling->inputAttachmentIndex, sizeof(uint32_t)); in unmarshal_VkInputAttachmentAspectReference()
|
D | goldfish_vk_reserved_marshaling.cpp | 4707 memcpy((uint32_t*)&forUnmarshaling->inputAttachmentIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkInputAttachmentAspectReference()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5306 uint32_t inputAttachmentIndex; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 9551 slink:VkInputAttachmentAspectReference::pname:inputAttachmentIndex
|