Home
last modified time | relevance | path

Searched defs:getCreateCount (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2852 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function
2857 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function
2858 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function
2859 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function
2861 template<> int getCreateCount<Instance> (void) { return 2; } in getCreateCount() function
2862 template<> int getCreateCount<Device> (void) { return 2; } in getCreateCount() function
2863 template<> int getCreateCount<DeviceGroup> (void) { return 2; } in getCreateCount() function