Searched defs:viewMasks (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 239 const vector<deUint32>& viewMasks, in makeRenderPass() 412 …ace& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, con… in makeRenderPassWithDepth() 439 const vector<deUint32>& viewMasks, in makeRenderPassWithAttachments()
|
D | vktMultiViewRenderTests.cpp | 100 vector<deUint32> viewMasks; member 113 const vector<deUint32>& viewMasks, in makeRenderPass() 133 const vector<deUint32>& viewMasks, in makeRenderPassWithAttachments() 150 const vector<deUint32>& viewMasks, in makeRenderPassWithDepth() 563 vector<deUint32> viewMasks(multiviewProperties.maxMultiviewViewCount); in fillMissingParameters() local 3577 static std::string createViewMasksName(const std::vector<deUint32>& viewMasks) in createViewMasksName() 3644 vector<deUint32> viewMasks[testCaseCount]; in multiViewRenderCreateTests() local
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 6129 uint32_t viewMasks[] = {0x3u}; in TEST_F() local 6186 uint32_t viewMasks[] = {0x3u, 0u}; in TEST_F() local
|