/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_create_renderpass2.txt | 33 * Elements of slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks are
|
D | VK_KHR_create_renderpass2.adoc | 33 * Elements of slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks are
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_pass.c | 116 subpass->view_mask = multiview_info->pViewMasks[i]; in panvk_CreateRenderPass2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 190 if (val->pViewMasks) { in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 192 size += vn_sizeof_uint32_t_array(val->pViewMasks, val->subpassCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 237 if (val->pViewMasks) { in vn_encode_VkRenderPassMultiviewCreateInfo_self() 239 vn_encode_uint32_t_array(enc, val->pViewMasks, val->subpassCount); in vn_encode_VkRenderPassMultiviewCreateInfo_self()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 253 masks[i] = multiviewCreateInfo->pViewMasks[i]; in init()
|
D | libVulkan.cpp | 216 bool zeroMask = (multiviewCreateInfo->pViewMasks[0] == 0); in ValidateRenderPassPNextChain() 219 ASSERT((multiviewCreateInfo->pViewMasks[i] == 0) == zeroMask); in ValidateRenderPassPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 258 if (ptr->pViewMasks != DE_NULL) in hashPNextChain() 260 hash_combine(seed, ptr->pViewMasks[i]); in hashPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 447 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
|
D | vktDrawMultiExtTests.cpp | 640 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 447 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
|
D | vktDrawMultiExtTests.cpp | 640 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTestsEXT.cpp | 245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTestsEXT.cpp | 245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 765 multiviewInfo.pViewMasks[subpass], &subpassDescriptions[subpass]); in CreateRenderPass2() 1233 multiviewInfo.pViewMasks = viewMasks.data(); in InitializeRenderPassFromDesc()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | renderpass.adoc | 1312 pname:pViewMasks member must: either all be `0`, or all not be `0` 1316 pname:pViewMasks member is `0`, the pname:dependencyFlags member of each 1322 pname:pViewMasks member is `0`, its pname:correlationMaskCount member 1404 * pname:pViewMasks is a pointer to an array of pname:subpassCount view 1524 each element of pname:pViewMasks must: be `0` 1525 * [[VUID-VkRenderPassMultiviewCreateInfo-pViewMasks-06697]] 1527 pname:pViewMasks must: be less than <<limits-maxMultiviewViewCount, 3423 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks has on each
|
D | renderpass.txt | 1121 pname:pViewMasks member must: either all be `0`, or all not be `0` 1125 pname:pViewMasks member is `0`, the pname:dependencyFlags member of each 1131 pname:pViewMasks member is `0`, its pname:correlationMaskCount member 1204 * pname:pViewMasks is a pointer to an array of pname:subpassCount view 3274 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks has on each
|
D | pipelines.adoc | 3635 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks must: be less 3646 slink:VkRenderPassMultiviewCreateInfo::pname:pViewMasks must: be less
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_render_pass.c | 148 subpasses[i].viewMask = multiview_info->pViewMasks[i]; in vk_common_CreateRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 3811 const uint32_t* pViewMasks; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4131 const uint32_t* pViewMasks; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2228 const uint32_t* pViewMasks; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 66784 , pViewMasks( pViewMasks_ ) 66804 , pViewMasks( viewMasks_.data() ) 66837 pViewMasks = pViewMasks_; in setPViewMasks() 66846 pViewMasks = viewMasks_.data(); in setViewMasks() 66912 ( pViewMasks == rhs.pViewMasks ) && ( dependencyCount == rhs.dependencyCount ) && in operator ==() 66927 const uint32_t * pViewMasks = {}; member
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4332 const uint32_t* pViewMasks; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 85744 , pViewMasks( pViewMasks_ ) 85766 , pViewMasks( viewMasks_.data() ) 85799 pViewMasks = pViewMasks_; in setPViewMasks() 85807 pViewMasks = viewMasks_.data(); in setViewMasks() 85881 …return std::tie( sType, pNext, subpassCount, pViewMasks, dependencyCount, pViewOffsets, correlatio… in reflect() 85893 …pNext == rhs.pNext ) && ( subpassCount == rhs.subpassCount ) && ( pViewMasks == rhs.pViewMasks ) && in operator ==() 85909 const uint32_t * pViewMasks = {}; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4800 const uint32_t* pViewMasks; member
|