Home
last modified time | relevance | path

Searched refs:VK_STRING_ERROR_NONE (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_common.h45 VK_STRING_ERROR_NONE = 0x00000000, enumerator
H A Dloader.c5087 if (result != VK_STRING_ERROR_NONE) {
5164 if (result != VK_STRING_ERROR_NONE) {
5246 if (result != VK_STRING_ERROR_NONE) {
6551 if (vk_string_validate(MaxLoaderStringLength, pLayerName) == VK_STRING_ERROR_NONE) {
6674 VkStringErrorFlags result = VK_STRING_ERROR_NONE;
6746 if (vk_string_validate(MaxLoaderStringLength, pLayerName) != VK_STRING_ERROR_NONE) {

Completed in 10 milliseconds