Home
last modified time | relevance | path

Searched refs:m_instanceCustomIndexVec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp2383 if (m_instanceCustomIndexVec.size() <= nInstance) in getInstanceCustomIndex()
2385 m_instanceCustomIndexVec.resize(nInstance + 1); in getInstanceCustomIndex()
2388 m_instanceCustomIndexVec[nInstance] = result; in getInstanceCustomIndex()
2659 …if (std::find(m_instanceCustomIndexVec.begin(), m_instanceCustomIndexVec.end(), currentItem.first)… in verifyResultBuffer()
2660 m_instanceCustomIndexVec.end()) in verifyResultBuffer()
2680 mutable std::vector<uint32_t> m_instanceCustomIndexVec; member in vkt::RayTracing::__anon87081bdf0111::CullMaskTest