Searched refs:multiViewMasks (Results 1 – 2 of 2) sorted by relevance
270 auto& multiViewMasks = rps1.multiViewMasks; in CreateRenderPassCombined() local274 multiViewMasks.clear(); in CreateRenderPassCombined()275 multiViewMasks.resize(subpassCount); in CreateRenderPassCombined()322 multiViewMasks[subpassIdx] = subpassDesc.viewMask; in CreateRenderPassCombined()377 PLUGIN_ASSERT(renderPassDesc.subpassCount == static_cast<uint32_t>(multiViewMasks.size())); in CreateRenderPassCombined()382 multiViewMasks.data(), // pViewMasks in CreateRenderPassCombined()
91 BASE_NS::vector<uint32_t> multiViewMasks; member