Searched refs:correlationMaskCount (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_create_renderpass2.adoc | 37 * slink:VkRenderPassMultiviewCreateInfo::pname:correlationMaskCount and
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 232 if (multiview_info && multiview_info->correlationMaskCount > 0) { in vk_common_CreateRenderPass() 233 create_info->correlatedViewMaskCount = multiview_info->correlationMaskCount; in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 3765 memcpy(*ptr, (uint32_t*)&forMarshaling->correlationMaskCount, sizeof(uint32_t)); in reservedmarshal_VkRenderPassMultiviewCreateInfo() 3768 forMarshaling->correlationMaskCount * sizeof(const uint32_t)); in reservedmarshal_VkRenderPassMultiviewCreateInfo() 3769 *ptr += forMarshaling->correlationMaskCount * sizeof(const uint32_t); in reservedmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5441 vkStream->write((uint32_t*)&forMarshaling->correlationMaskCount, sizeof(uint32_t)); in marshal_VkRenderPassMultiviewCreateInfo() 5443 forMarshaling->correlationMaskCount * sizeof(const uint32_t)); in marshal_VkRenderPassMultiviewCreateInfo() 5461 vkStream->read((uint32_t*)&forUnmarshaling->correlationMaskCount, sizeof(uint32_t)); in unmarshal_VkRenderPassMultiviewCreateInfo() 5463 forUnmarshaling->correlationMaskCount * sizeof(const uint32_t)); in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 2960 *count += toCount->correlationMaskCount * sizeof(const uint32_t); in count_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1572 pname:pViewMasks member is `0`, its pname:correlationMaskCount member 1678 * pname:correlationMaskCount is zero or the number of correlation masks. 1680 pname:correlationMaskCount view masks indicating sets of views that may: 3108 effect as slink:VkRenderPassMultiviewCreateInfo::pname:correlationMaskCount
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 4848 memcpy((uint32_t*)&forUnmarshaling->correlationMaskCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRenderPassMultiviewCreateInfo() 4851 forUnmarshaling->correlationMaskCount * sizeof(const uint32_t)); in reservedunmarshal_VkRenderPassMultiviewCreateInfo() 4853 forUnmarshaling->correlationMaskCount * sizeof(const uint32_t)); in reservedunmarshal_VkRenderPassMultiviewCreateInfo() 4854 *ptr += forUnmarshaling->correlationMaskCount * sizeof(const uint32_t); in reservedunmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 6420 vkStream->write((uint32_t*)&forMarshaling->correlationMaskCount, sizeof(uint32_t)); in marshal_VkRenderPassMultiviewCreateInfo() 6422 forMarshaling->correlationMaskCount * sizeof(const uint32_t)); in marshal_VkRenderPassMultiviewCreateInfo() 6455 vkStream->read((uint32_t*)&forUnmarshaling->correlationMaskCount, sizeof(uint32_t)); in unmarshal_VkRenderPassMultiviewCreateInfo() 6457 forUnmarshaling->correlationMaskCount * sizeof(const uint32_t)); in unmarshal_VkRenderPassMultiviewCreateInfo() 6459 forUnmarshaling->correlationMaskCount * sizeof(const uint32_t)); in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_deepcopy.cpp | 3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6315 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.correlationMaskCount ); in operator ()()
|
D | vulkan_hash.hpp | 12161 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.correlationMaskCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5336 uint32_t correlationMaskCount; member
|