HomeSort by relevance Sort by last modified time
    Searched refs:viewMasks (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderUtil.cpp 190 const vector<deUint32>& viewMasks)
192 const deUint32 subpassCount = static_cast<deUint32>(viewMasks.size());
238 &viewMasks[0], //const uint32_t* pViewMasks;
280 const vector<deUint32>& viewMasks)
282 const deUint32 subpassCount = static_cast<deUint32>(viewMasks.size());
352 &viewMasks[0], //const uint32_t* pViewMasks;
vktMultiViewRenderUtil.hpp 42 vk::Move<vk::VkRenderPass> makeRenderPass (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks);
43 vk::Move<vk::VkRenderPass> makeRenderPassWithAttachments (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks);
vktMultiViewRenderTests.cpp 79 vector<deUint32> viewMasks;
189 const deUint32 subpassCount = static_cast<deUint32>(m_parameters.viewMasks.size());
192 Unique<VkRenderPass> renderPass (makeRenderPass (*m_device, *m_logicalDevice, m_colorFormat, m_parameters.viewMasks));
339 if (!parameters.viewMasks.empty())
366 vector<deUint32> viewMasks(multiviewProperties.maxMultiviewViewCount);
368 viewMasks[i] = 1 << i;
369 newParameters.viewMasks = viewMasks;
    [all...]

Completed in 973 milliseconds