Searched refs:pViewMasks (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_create_renderpass2.adoc | 33 * Elements of slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks are
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1562 pname:pViewMasks member must: either all be `0`, or all not be `0` 1566 pname:pViewMasks member is `0`, the pname:dependencyFlags member of each 1572 pname:pViewMasks member is `0`, its pname:correlationMaskCount member 1665 * pname:pViewMasks is a pointer to an array of pname:subpassCount view 1785 each element of pname:pViewMasks must: be `0` 1786 * [[VUID-VkRenderPassMultiviewCreateInfo-pViewMasks-06697]] 1788 pname:pViewMasks must: be less than <<limits-maxMultiviewViewCount, 3563 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks has on each 6594 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks. 6621 element in slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks that
|
D | pipelines.adoc | 4236 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks must: be less 4247 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks must: be less
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 152 subpasses[i].viewMask = multiview_info->pViewMasks[i]; in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 3056 to->pViewMasks = nullptr; in deepcopy_VkRenderPassMultiviewCreateInfo() 3057 if (from->pViewMasks) { in deepcopy_VkRenderPassMultiviewCreateInfo() 3058 to->pViewMasks = (uint32_t*)alloc->dupArray(from->pViewMasks, in deepcopy_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 6415 vkStream->write((const uint32_t*)forMarshaling->pViewMasks, in marshal_VkRenderPassMultiviewCreateInfo() 6446 vkStream->alloc((void**)&forUnmarshaling->pViewMasks, in unmarshal_VkRenderPassMultiviewCreateInfo() 6448 vkStream->read((uint32_t*)forUnmarshaling->pViewMasks, in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4836 vkStream->alloc((void**)&forUnmarshaling->pViewMasks, in reservedunmarshal_VkRenderPassMultiviewCreateInfo() 4838 memcpy((uint32_t*)forUnmarshaling->pViewMasks, *ptr, in reservedunmarshal_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 3056 to->pViewMasks = nullptr; in deepcopy_VkRenderPassMultiviewCreateInfo() 3057 if (from->pViewMasks) { in deepcopy_VkRenderPassMultiviewCreateInfo() 3058 to->pViewMasks = (uint32_t*)alloc->dupArray(from->pViewMasks, in deepcopy_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5436 vkStream->write((const uint32_t*)forMarshaling->pViewMasks, in marshal_VkRenderPassMultiviewCreateInfo() 5456 vkStream->read((uint32_t*)forUnmarshaling->pViewMasks, in unmarshal_VkRenderPassMultiviewCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3757 memcpy(*ptr, (const uint32_t*)forMarshaling->pViewMasks, in reservedmarshal_VkRenderPassMultiviewCreateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6312 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pViewMasks ); in operator ()()
|
D | vulkan_hash.hpp | 12158 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pViewMasks ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5333 const uint32_t* pViewMasks; member
|