Searched refs:aspectReferenceCount (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_maintenance2.adoc | 85 .aspectReferenceCount = 1,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 185 for (uint32_t i = 0; i < aspect_info->aspectReferenceCount; i++) { in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2980 from->aspectReferenceCount * sizeof(const VkInputAttachmentAspectReference)); in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2981 to->aspectReferenceCount = from->aspectReferenceCount; in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2982 for (uint32_t i = 0; i < (uint32_t)from->aspectReferenceCount; ++i) { in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_transform.cpp | 3016 for (uint32_t i = 0; i < (uint32_t)toTransform->aspectReferenceCount; ++i) { in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3035 for (uint32_t i = 0; i < (uint32_t)toTransform->aspectReferenceCount; ++i) { in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 6290 vkStream->write((uint32_t*)&forMarshaling->aspectReferenceCount, sizeof(uint32_t)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 6292 for (uint32_t i = 0; i < (uint32_t)forMarshaling->aspectReferenceCount; ++i) { in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 6321 vkStream->read((uint32_t*)&forUnmarshaling->aspectReferenceCount, sizeof(uint32_t)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 6324 forUnmarshaling->aspectReferenceCount * sizeof(const VkInputAttachmentAspectReference)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 6326 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->aspectReferenceCount; ++i) { in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4738 memcpy((uint32_t*)&forUnmarshaling->aspectReferenceCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 4742 forUnmarshaling->aspectReferenceCount * sizeof(const VkInputAttachmentAspectReference)); in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 4743 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->aspectReferenceCount; ++i) { in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2980 from->aspectReferenceCount * sizeof(const VkInputAttachmentAspectReference)); in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2981 to->aspectReferenceCount = from->aspectReferenceCount; in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2982 for (uint32_t i = 0; i < (uint32_t)from->aspectReferenceCount; ++i) { in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_transform_guest.cpp | 3005 for (uint32_t i = 0; i < (uint32_t)toTransform->aspectReferenceCount; ++i) { in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3023 for (uint32_t i = 0; i < (uint32_t)toTransform->aspectReferenceCount; ++i) { in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5350 vkStream->write((uint32_t*)&forMarshaling->aspectReferenceCount, sizeof(uint32_t)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 5352 for (uint32_t i = 0; i < (uint32_t)forMarshaling->aspectReferenceCount; ++i) { in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 5369 vkStream->read((uint32_t*)&forUnmarshaling->aspectReferenceCount, sizeof(uint32_t)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 5371 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->aspectReferenceCount; ++i) { in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3703 memcpy(*ptr, (uint32_t*)&forMarshaling->aspectReferenceCount, sizeof(uint32_t)); in reservedmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 3705 for (uint32_t i = 0; i < (uint32_t)forMarshaling->aspectReferenceCount; ++i) { in reservedmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 2901 for (uint32_t i = 0; i < (uint32_t)toCount->aspectReferenceCount; ++i) { in count_VkRenderPassInputAttachmentAspectCreateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6298 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount ); in operator ()()
|
D | vulkan_hash.hpp | 12144 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 2087 * pname:aspectReferenceCount is the number of elements in the 2090 pname:aspectReferenceCount slink:VkInputAttachmentAspectReference
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5313 uint32_t aspectReferenceCount; member
|