Searched refs:copy_string_to_char_array (Results 1 – 4 of 4) sorted by relevance
/third_party/vulkan-loader/tests/framework/layer/ |
D | layer_util.h | 50 copy_string_to_char_array(layerName, &props.layerName[0], VK_MAX_EXTENSION_NAME_SIZE); in get() 53 copy_string_to_char_array(description, &props.description[0], VK_MAX_DESCRIPTION_SIZE); in get()
|
/third_party/vulkan-loader/tests/ |
D | loader_version_tests.cpp | 328 …copy_string_to_char_array("dev0", env.get_test_icd(0).physical_devices.at(0).properties.deviceName… in TEST() 329 …copy_string_to_char_array("dev1", env.get_test_icd(1).physical_devices.at(0).properties.deviceName… in TEST() 330 …copy_string_to_char_array("dev2", env.get_test_icd(2).physical_devices.at(0).properties.deviceName… in TEST()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.cpp | 191 copy_string_to_char_array(name, properties.layerName, VK_MAX_EXTENSION_NAME_SIZE); in get_layer_properties() 192 copy_string_to_char_array(description, properties.description, VK_MAX_EXTENSION_NAME_SIZE); in get_layer_properties()
|
D | test_util.h | 236 inline void copy_string_to_char_array(std::string const& src, char* dst, size_t size_dst) { in copy_string_to_char_array() function 627 … copy_string_to_char_array(extensionName, &props.extensionName[0], VK_MAX_EXTENSION_NAME_SIZE); in get()
|