Searched refs:allowNotReady (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 542 void captureResults (deUint64* retResults, deUint64* retAvailability, bool allowNotReady); 760 const bool allowNotReady = (m_testVector.queryWait == WAIT_NONE); in iterate() local 762 captureResults(queryResults, queryAvailability, allowNotReady); in iterate() 767 bool passed = validateResults(queryResults, queryAvailability, allowNotReady, m_testVector.primitiveTopology); in iterate() 1005 void OcclusionQueryTestInstance::captureResults (deUint64* retResults, deUint64* retAvailAbility, bool allowNotReady) in captureResults() argument 1018 if (queryResult == vk::VK_NOT_READY && !allowNotReady) in captureResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 542 void captureResults (deUint64* retResults, deUint64* retAvailability, bool allowNotReady); 760 const bool allowNotReady = (m_testVector.queryWait == WAIT_NONE); in iterate() local 762 captureResults(queryResults, queryAvailability, allowNotReady); in iterate() 767 bool passed = validateResults(queryResults, queryAvailability, allowNotReady, m_testVector.primitiveTopology); in iterate() 1005 void OcclusionQueryTestInstance::captureResults (deUint64* retResults, deUint64* retAvailAbility, bool allowNotReady) in captureResults() argument 1018 if (queryResult == vk::VK_NOT_READY && !allowNotReady) in captureResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 147 void checkGetQueryRes(VkResult result, bool allowNotReady) in checkGetQueryRes() argument 149 if (result == VK_SUCCESS || (result == VK_NOT_READY && allowNotReady)) in checkGetQueryRes() 1129 const bool allowNotReady = !m_params->waitBit; in iterate() local 1134 checkGetQueryRes(res, allowNotReady); in iterate() 1140 checkGetQueryRes(res, allowNotReady); in iterate() 1269 checkGetQueryRes(res, true/*allowNotReady*/); in iterate() 1276 checkGetQueryRes(res, true/*allowNotReady*/); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 147 void checkGetQueryRes(VkResult result, bool allowNotReady) in checkGetQueryRes() argument 149 if (result == VK_SUCCESS || (result == VK_NOT_READY && allowNotReady)) in checkGetQueryRes() 1128 const bool allowNotReady = !m_params->waitBit; in iterate() local 1133 checkGetQueryRes(res, allowNotReady); in iterate() 1139 checkGetQueryRes(res, allowNotReady); in iterate() 1268 checkGetQueryRes(res, true/*allowNotReady*/); in iterate() 1275 checkGetQueryRes(res, true/*allowNotReady*/); in iterate()
|
Completed in 10 milliseconds