Home
last modified time | relevance | path

Searched refs:isNullHandleOnAllocationFailure (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3217 template<typename T> inline bool isNullHandleOnAllocationFailure (Context&) { return false; } in isNullHandleOnAllocationFailure() function
3220 template<> inline bool isNullHandleOnAllocationFailure<VkCommandBuffer> (Context& context) { return hasDeviceExtension(context, "VK_KHR_maintenance1"); } in isNullHandleOnAllocationFailure() function
3221 template<> inline bool isNullHandleOnAllocationFailure<VkDescriptorSet> (Context& context) { return hasDeviceExtension(context, "VK_KHR_maintenance1"); } in isNullHandleOnAllocationFailure() function
3222 template<> inline bool isNullHandleOnAllocationFailure<VkPipeline> (Context&) { return true; } in isNullHandleOnAllocationFailure() function
3237 const bool expectNullHandles = isNullHandleOnAllocationFailure<typename Object::Type>(context); in allocCallbackFailMultipleObjectsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp3217 template<typename T> inline bool isNullHandleOnAllocationFailure (Context&) { return false; } in isNullHandleOnAllocationFailure() function
3220 template<> inline bool isNullHandleOnAllocationFailure<VkCommandBuffer> (Context& context) { return hasDeviceExtension(context, "VK_KHR_maintenance1"); } in isNullHandleOnAllocationFailure() function
3221 template<> inline bool isNullHandleOnAllocationFailure<VkDescriptorSet> (Context& context) { return hasDeviceExtension(context, "VK_KHR_maintenance1"); } in isNullHandleOnAllocationFailure() function
3222 template<> inline bool isNullHandleOnAllocationFailure<VkPipeline> (Context&) { return true; } in isNullHandleOnAllocationFailure() function
3237 const bool expectNullHandles = isNullHandleOnAllocationFailure<typename Object::Type>(context); in allocCallbackFailMultipleObjectsTest()

Completed in 11 milliseconds