Home
last modified time | relevance | path

Searched refs:aspectReferenceCount (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_maintenance2.adoc85 .aspectReferenceCount = 1,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c185 for (uint32_t i = 0; i < aspect_info->aspectReferenceCount; i++) { in vk_common_CreateRenderPass()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp2980 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()
Dgoldfish_vk_transform.cpp3016 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()
Dgoldfish_vk_marshaling.cpp6290 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()
Dgoldfish_vk_reserved_marshaling.cpp4738 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/
Dgoldfish_vk_deepcopy_guest.cpp2980 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()
Dgoldfish_vk_transform_guest.cpp3005 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()
Dgoldfish_vk_marshaling_guest.cpp5350 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp3703 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()
Dgoldfish_vk_counting_guest.cpp2901 for (uint32_t i = 0; i < (uint32_t)toCount->aspectReferenceCount; ++i) { in count_VkRenderPassInputAttachmentAspectCreateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6298 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount ); in operator ()()
Dvulkan_hash.hpp12144 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2087 * pname:aspectReferenceCount is the number of elements in the
2090 pname:aspectReferenceCount slink:VkInputAttachmentAspectReference
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5313 uint32_t aspectReferenceCount; member