Home
last modified time | relevance | path

Searched refs:failIndex (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp569 const deUint32 failIndex = random.getUint32() % count; in iterate() local
574 if (m_fail && failIndex == i) in iterate()
589 log << tcu::TestLog::Message << "Shader at index " << failIndex << "was created with size 0, but vkCreateShadersEXT returned " << result << tcu::TestLog::EndMessage; in iterate()
593 for (deUint32 i = 0; i < failIndex; ++i) in iterate()
597 log << tcu::TestLog::Message << "vkCreateShadersEXT returned VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT and failed at index " << failIndex << ", but shader at index " << i << "was not created" << tcu::TestLog::EndMessage; in iterate()
602 if (binaryShaders[failIndex] != VK_NULL_HANDLE) in iterate()
604 log << tcu::TestLog::Message << "vkCreateShadersEXT returned VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT, creating shader at index " << failIndex << " failed, but the shader is not VK_NULL_HANDLE" << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2579 deUint32 failIndex = 0; in createInstanceDeviceIntentionalAllocFail() local
2594 initAllocTracker(max_allowed_alloc, failIndex++); in createInstanceDeviceIntentionalAllocFail()
2596 if (failIndex >= static_cast<deUint32>(max_allowed_alloc)) in createInstanceDeviceIntentionalAllocFail()
2603 if (failIndex % 128 == 0) in createInstanceDeviceIntentionalAllocFail()
2611 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2629 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2646 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2717 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2590 deUint32 failIndex = 0; in createInstanceDeviceIntentionalAllocFail() local
2605 initAllocTracker(max_allowed_alloc, failIndex++); in createInstanceDeviceIntentionalAllocFail()
2607 if (failIndex >= static_cast<deUint32>(max_allowed_alloc)) in createInstanceDeviceIntentionalAllocFail()
2614 if (failIndex % 128 == 0) in createInstanceDeviceIntentionalAllocFail()
2622 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2640 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2657 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()
2728 return tcu::TestStatus::fail("Allocations still remain, failed on index " + de::toString(failIndex)); in createInstanceDeviceIntentionalAllocFail()

Completed in 10 milliseconds