Home
last modified time | relevance | path

Searched refs:pCorrelationMasks (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_create_renderpass2.adoc38 slink:VkRenderPassMultiviewCreateInfo::pname:pCorrelationMasks are
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c234 create_info->pCorrelatedViewMasks = multiview_info->pCorrelationMasks; in vk_common_CreateRenderPass()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp3066 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()
Dgoldfish_vk_marshaling.cpp6421 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()
Dgoldfish_vk_reserved_marshaling.cpp4850 vkStream->alloc((void**)&forUnmarshaling->pCorrelationMasks, in reservedunmarshal_VkRenderPassMultiviewCreateInfo()
4852 memcpy((uint32_t*)forUnmarshaling->pCorrelationMasks, *ptr, in reservedunmarshal_VkRenderPassMultiviewCreateInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp3066 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()
Dgoldfish_vk_marshaling_guest.cpp5442 vkStream->write((const uint32_t*)forMarshaling->pCorrelationMasks, in marshal_VkRenderPassMultiviewCreateInfo()
5462 vkStream->read((uint32_t*)forUnmarshaling->pCorrelationMasks, in unmarshal_VkRenderPassMultiviewCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3767 memcpy(*ptr, (const uint32_t*)forMarshaling->pCorrelationMasks, in reservedmarshal_VkRenderPassMultiviewCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1679 * 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/
Dvulkansc_hash.hpp6316 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pCorrelationMasks ); in operator ()()
Dvulkan_hash.hpp12162 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pCorrelationMasks ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5337 const uint32_t* pCorrelationMasks; member