Searched refs:isNullHandleOnAllocationFailure (Results 1 – 1 of 1) sorted by relevance
2631 template<typename T> inline bool isNullHandleOnAllocationFailure (Context&) { return false; } in isNullHandleOnAllocationFailure() function2632 template<> inline bool isNullHandleOnAllocationFailure<VkCommandBuffer> (Context& context) { ret… in isNullHandleOnAllocationFailure() function2633 template<> inline bool isNullHandleOnAllocationFailure<VkDescriptorSet> (Context& context) { ret… in isNullHandleOnAllocationFailure() function2634 template<> inline bool isNullHandleOnAllocationFailure<VkPipeline> (Context&) { return true;… in isNullHandleOnAllocationFailure() function2646 const bool expectNullHandles = isNullHandleOnAllocationFailure<typename Object::Type>(context); in allocCallbackFailMultipleObjectsTest()