Searched refs:deStrnlen (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deString.h | 46 size_t deStrnlen (const char* string, size_t maxSize);
|
D | deString.c | 178 size_t deStrnlen (const char* string, size_t maxSize) in deStrnlen() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDriverPropertiesTests.cpp | 110 return deStrnlen(str, maxSize) < maxSize; in isNullTerminated()
|
D | vktApiFeatureInfo.cpp | 2931 …if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_… in deviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDriverPropertiesTests.cpp | 110 return deStrnlen(str, maxSize) < maxSize; in isNullTerminated()
|
D | vktApiFeatureInfo.cpp | 2931 …if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_… in deviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoTestUtils.cpp | 80 …const deUint32 extensionNameLen = static_cast<deUint32>(deStrnlen(extensionName, VK_MAX_EXTENSIO… in makeExtensionProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoTestUtils.cpp | 80 …const deUint32 extensionNameLen = static_cast<deUint32>(deStrnlen(extensionName, VK_MAX_EXTENSIO… in makeExtensionProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 936 return de::toLower(fullName.substr(deStrnlen(prefix, -1))); in getShortComponentSwizzleName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 936 return de::toLower(fullName.substr(deStrnlen(prefix, -1))); in getShortComponentSwizzleName()
|