/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 162 const vector<deUint32>& viewMasks, in makeRenderPass() argument 168 const deUint32 subpassCount = static_cast<deUint32>(viewMasks.size()); in makeRenderPass() 231 ? viewMasks[subpassNdx] in makeRenderPass() 258 &viewMasks[0], // const uint32_t* pViewMasks; in makeRenderPass() 317 const vector<deUint32>& viewMasks, 328 const vector<deUint32>& viewMasks, 335 …st VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat … in makeRenderPassWithDepth() argument 337 …SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT… in makeRenderPassWithDepth() 346 const vector<deUint32>& viewMasks, 355 const vector<deUint32>& viewMasks, [all …]
|
D | vktMultiViewRenderUtil.hpp | 43 …ce device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkSam… 46 …ce device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, bool useAspects… 49 …ce device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkFor…
|
D | vktMultiViewRenderTests.cpp | 103 vector<deUint32> viewMasks; member 116 const vector<deUint32>& viewMasks, in makeRenderPass() argument 125 …n1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, samples, colorL… in makeRenderPass() 127 …n2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorL… in makeRenderPass() 136 const vector<deUint32>& viewMasks, in makeRenderPassWithAttachments() argument 142 …n1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, renderPassType … in makeRenderPassWithAttachments() 144 …n2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, renderPassType … in makeRenderPassWithAttachments() 153 const vector<deUint32>& viewMasks, in makeRenderPassWithDepth() argument 160 …ription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth() 162 …ription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.hpp | 83 return viewMasks ? viewMasks[subpassIndex] : 1; in getViewMask() 88 return viewMasks != nullptr; in isMultiView() 105 uint32_t *viewMasks = nullptr; member in vk::RenderPass
|
D | VkRenderPass.cpp | 257 viewMasks = masks; in init() 271 if(!viewMasks && (GetViewMasks(pCreateInfo, masks))) in init() 277 viewMasks = masks; in init() 435 attachmentViewMasks[attachment] |= viewMasks[subpass]; in MarkFirstUse()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 1205 SubpassVector<uint32_t> viewMasks(subpassDesc.size(), in InitializeRenderPassFromDesc() local 1210 multiviewInfo.pViewMasks = viewMasks.data(); in InitializeRenderPassFromDesc() 1221 multiviewInfo.pCorrelationMasks = viewMasks.data(); in InitializeRenderPassFromDesc()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1976 uint32_t viewMasks[] = {0x3u}; in TEST_F() local 1979 …VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO, nullptr, 1, viewMasks, 0, nullptr, 2, correla… in TEST_F() 1990 viewMasks[0] = 0; in TEST_F() 2027 uint32_t viewMasks[] = {0x3u, 0u}; in TEST_F() local 2029 …VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO, nullptr, 1, viewMasks, 0, nullptr, 0, nullptr… in TEST_F()
|