Searched refs:pCorrelationMasks (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_create_renderpass2.adoc | 38 slink:VkRenderPassMultiviewCreateInfo::pname:pCorrelationMasks are
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 234 create_info->pCorrelatedViewMasks = multiview_info->pCorrelationMasks; in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 3066 to->pCorrelationMasks = nullptr; in deepcopy_VkRenderPassMultiviewCreateInfo() 3067 if (from->pCorrelationMasks) { in deepcopy_VkRenderPassMultiviewCreateInfo() 3068 to->pCorrelationMasks = (uint32_t*)alloc->dupArray( in deepcopy_VkRenderPassMultiviewCreateInfo() 3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 6421 vkStream->write((const uint32_t*)forMarshaling->pCorrelationMasks, in marshal_VkRenderPassMultiviewCreateInfo() 6456 vkStream->alloc((void**)&forUnmarshaling->pCorrelationMasks, in unmarshal_VkRenderPassMultiviewCreateInfo() 6458 vkStream->read((uint32_t*)forUnmarshaling->pCorrelationMasks, in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4850 vkStream->alloc((void**)&forUnmarshaling->pCorrelationMasks, in reservedunmarshal_VkRenderPassMultiviewCreateInfo() 4852 memcpy((uint32_t*)forUnmarshaling->pCorrelationMasks, *ptr, in reservedunmarshal_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 3066 to->pCorrelationMasks = nullptr; in deepcopy_VkRenderPassMultiviewCreateInfo() 3067 if (from->pCorrelationMasks) { in deepcopy_VkRenderPassMultiviewCreateInfo() 3068 to->pCorrelationMasks = (uint32_t*)alloc->dupArray( in deepcopy_VkRenderPassMultiviewCreateInfo() 3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5442 vkStream->write((const uint32_t*)forMarshaling->pCorrelationMasks, in marshal_VkRenderPassMultiviewCreateInfo() 5462 vkStream->read((uint32_t*)forUnmarshaling->pCorrelationMasks, in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3767 memcpy(*ptr, (const uint32_t*)forMarshaling->pCorrelationMasks, in reservedmarshal_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1679 * pname:pCorrelationMasks is a pointer to an array of 1723 The elements of pname:pCorrelationMasks are a set of masks of views 1780 * [[VUID-VkRenderPassMultiviewCreateInfo-pCorrelationMasks-00841]] 1782 pname:pCorrelationMasks 3109 and slink:VkRenderPassMultiviewCreateInfo::pname:pCorrelationMasks,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6316 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pCorrelationMasks ); in operator ()()
|
D | vulkan_hash.hpp | 12162 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pCorrelationMasks ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5337 const uint32_t* pCorrelationMasks; member
|