/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 265 strncpy(sorted_device_info[index].device_name, dev_props.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in linux_read_sorted_physical_devices() 369 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in linux_sort_physical_device_groups()
|
H A D | loader_common.h | 422 char device_name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 4518 strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.length() + 1); in TEST() 4520 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 4595 strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.length() + 1); in TEST() 4597 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 4645 strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.length() + 1); in TEST() 4647 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 4695 strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.length() + 1); in TEST() 4697 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 4771 strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.length() + 1); in TEST() 4773 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 710 char device_name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; in vn_physical_device_init_properties() 714 if (device_name_len >= VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) { in vn_physical_device_init_properties() 715 memcpy(device_name + VK_MAX_PHYSICAL_DEVICE_NAME_SIZE - 5, "...)", 4); in vn_physical_device_init_properties() 716 device_name_len = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE - 1; in vn_physical_device_init_properties()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 549 strncpy_s(pProperties->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, "physdev_added_xx", 17); 551 strncpy(pProperties->deviceName, "physdev_added_xx", VK_MAX_PHYSICAL_DEVICE_NAME_SIZE);
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 934 size_t max_len = (phys_dev.deviceName.length() > VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) ? VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 937 pProperties->deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE - 1] = '\0';
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_private.h | 187 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 275 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; 276 char marketing_name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 608 snprintf(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, in getProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 182 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256 macro 4817 char deviceName [ VK_MAX_PHYSICAL_DEVICE_NAME_SIZE ];
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 122 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 1946 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2906 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2931 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 134 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 2673 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 551 size += vn_sizeof_array_size(VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in vn_sizeof_VkPhysicalDeviceProperties() 552 size += vn_sizeof_char_array(val->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in vn_sizeof_VkPhysicalDeviceProperties() 569 const size_t array_size = vn_decode_array_size(dec, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in vn_decode_VkPhysicalDeviceProperties()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 133 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 3030 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 135 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 2766 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 135 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 2815 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 7721 for (unsigned int i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; i++) { in print_VkPhysicalDeviceProperties() 7722 bool isCommaNeeded = (i+1) != VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; in print_VkPhysicalDeviceProperties() 7777 for (unsigned int i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; i++) { in print_VkPhysicalDeviceProperties() 7778 bool isCommaNeeded = (i+1) != VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; in print_VkPhysicalDeviceProperties() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 134 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro 3180 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
|
H A D | vulkan.hpp | 6785 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxPhysicalDeviceNameSize = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
|
H A D | vulkan_hash.hpp | 10469 for ( size_t i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; ++i )
|
H A D | vulkan_structs.hpp | [all...] |