Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp188 , m_useStrictComponentMatching(useStrictComponentMatching) in TestConfigurationVector()
197 bool m_useStrictComponentMatching; member in vkt::RayQuery::__anon2e6761860111::TestConfigurationVector
1761 if (m_useStrictComponentMatching) in verify()
1830 …"Retrieved", (m_useStrictComponentMatching) ? "Expected" : "Expected (component order is irrelevan… in verify()
1849 … if (deFloatAbs(retrievedValue - expectedValue) > eps || m_useStrictComponentMatching == false) in verify()