Home
last modified time | relevance | path

Searched refs:correlationMaskCount (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_create_renderpass2.adoc37 * slink:VkRenderPassMultiviewCreateInfo::pname:correlationMaskCount and
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c232 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/
Dgoldfish_vk_reserved_marshaling_guest.cpp3765 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()
Dgoldfish_vk_marshaling_guest.cpp5441 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()
Dgoldfish_vk_counting_guest.cpp2960 *count += toCount->correlationMaskCount * sizeof(const uint32_t); in count_VkRenderPassMultiviewCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1572 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/
Dgoldfish_vk_reserved_marshaling.cpp4848 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()
Dgoldfish_vk_marshaling.cpp6420 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()
Dgoldfish_vk_deepcopy.cpp3069 from->pCorrelationMasks, from->correlationMaskCount * sizeof(const uint32_t)); in deepcopy_VkRenderPassMultiviewCreateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6315 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.correlationMaskCount ); in operator ()()
Dvulkan_hash.hpp12161 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.correlationMaskCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5336 uint32_t correlationMaskCount; member