Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/vk-gl-cts/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