Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A 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
2878 const int numIters = getCreateCount<Object>(); in runThread()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A 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
2878 const int numIters = getCreateCount<Object>(); in runThread()

Completed in 11 milliseconds