Home
last modified time | relevance | path

Searched refs:bestType (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DMemoryAllocator.cpp50 int bestType = -1; in Allocate() local
70 if (bestType == -1) { in Allocate()
71 bestType = static_cast<int>(i); in Allocate()
77 if ((info.memoryTypes[bestType].propertyFlags & in Allocate()
81 bestType = static_cast<int>(i); in Allocate()
88 info.memoryHeaps[info.memoryTypes[bestType].heapIndex].size; in Allocate()
91 bestType = static_cast<int>(i); in Allocate()
97 if (bestType == -1) { in Allocate()
106 allocateInfo.memoryTypeIndex = static_cast<uint32_t>(bestType); in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp236 int bestType = -1; in FindBestTypeIndex() local
256 if (bestType == -1) { in FindBestTypeIndex()
257 bestType = static_cast<int>(i); in FindBestTypeIndex()
265 info.memoryTypes[bestType].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in FindBestTypeIndex()
268 bestType = static_cast<int>(i); in FindBestTypeIndex()
275 info.memoryHeaps[info.memoryTypes[bestType].heapIndex].size; in FindBestTypeIndex()
278 bestType = static_cast<int>(i); in FindBestTypeIndex()
283 return bestType; in FindBestTypeIndex()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java193 String bestType = null; in testBasic()
196 bestType = type; in testBasic()
199 bestType = type; in testBasic()
202 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTestLocaleValidity.java195 String bestType = null; in testBasic()
198 bestType = type; in testBasic()
201 bestType = type; in testBasic()
204 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp98 int bestType = deviceVk->GetResourceMemoryAllocator()->FindBestTypeIndex( in AllocateMemory() local
104 allocateInfo.memoryTypeIndex = static_cast<uint32_t>(bestType); in AllocateMemory()