Home
last modified time | relevance | path

Searched refs:copy_string_to_char_array (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/
Dlayer_util.h50 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/
Dloader_version_tests.cpp328copy_string_to_char_array("dev0", env.get_test_icd(0).physical_devices.at(0).properties.deviceName… in TEST()
329copy_string_to_char_array("dev1", env.get_test_icd(1).physical_devices.at(0).properties.deviceName… in TEST()
330copy_string_to_char_array("dev2", env.get_test_icd(2).physical_devices.at(0).properties.deviceName… in TEST()
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp191 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()
Dtest_util.h236 inline void copy_string_to_char_array(std::string const& src, char* dst, size_t size_dst) { in copy_string_to_char_array() function
627copy_string_to_char_array(extensionName, &props.extensionName[0], VK_MAX_EXTENSION_NAME_SIZE); in get()