Home
last modified time | relevance | path

Searched defs:memoryTypeIndex (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryService.h31 uint32_t memoryTypeIndex; member
H A DMemoryServiceDmaBuf.cpp178 int memoryTypeIndex = in GetMemoryImportParams() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryService.h31 uint32_t memoryTypeIndex; member
H A DMemoryServiceDmaBuf.cpp174 int memoryTypeIndex = in GetMemoryImportParams() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp57 uint32_t memoryTypeIndex = 0; member in vk::DeviceMemory
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp66 uint32_t memoryTypeIndex = 0; member in vk::DeviceMemory
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkMemory.h100 uint32_t memoryTypeIndex() const { return fMemoryTypeIndex; } in memoryTypeIndex() function
141 bool alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, in alloc()
H A DGrVkMemory.cpp481 GrVkSubHeap::GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex, in GrVkSubHeap()
531 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in subAlloc()
604 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in singleAlloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkMemory.h100 uint32_t memoryTypeIndex() const { return fMemoryTypeIndex; } in memoryTypeIndex() function
141 bool alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, in alloc()
H A DGrVkMemory.cpp462 GrVkSubHeap::GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex, in GrVkSubHeap()
512 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in subAlloc()
584 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in singleAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/include/dawn_native/
H A DVulkanBackend.h52 uint32_t memoryTypeIndex; // Must match VkMemoryAllocateInfo from image creation member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp897 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
911 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseHostVisibleMemoryType() local
940 deUint32 memoryTypeIndex, in allocateExportableMemory()
971 deUint32 memoryTypeIndex, in allocateExportableMemory()
1005 deUint32 memoryTypeIndex, in importMemory()
1161 deUint32 memoryTypeIndex, in importMemory()
1172 deUint32 memoryTypeIndex, in importDedicatedMemory()
1183 deUint32 memoryTypeIndex, in importDedicatedMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/include/dawn_native/
H A DVulkanBackend.h86 uint32_t memoryTypeIndex; // Must match VkMemoryAllocateInfo from image creation member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.cpp93 uint32_t memoryTypeIndex = 0; in createBackendTexture() local
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/linear_model/
H A Dplot_tweedie_regression_insurance_claims.py198 res.append({"subset": subset_label, "metric": score_label, "score": score})
407 "Mean AvgClaim Amount | NbClaim > 0: %.2f"
408 % df_train["AvgClaimAmount"][df_train["AvgClaimAmount"] > 0].mean()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp198 uint32_t memoryTypeIndex; in Allocate() local
405 bool VulkanDeviceAllocator::AllocateSlab(VkDeviceSize minBytes, int memoryTypeIndex) { in AllocateSlab()
H A DVulkanMemory.h188 uint32_t memoryTypeIndex = UNDEFINED_MEMORY_TYPE; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp198 uint32_t memoryTypeIndex; in Allocate() local
405 bool VulkanDeviceAllocator::AllocateSlab(VkDeviceSize minBytes, int memoryTypeIndex) { in AllocateSlab()
H A DVulkanMemory.h188 uint32_t memoryTypeIndex = UNDEFINED_MEMORY_TYPE; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp45 SingleTypeAllocator(Device* device, size_t memoryTypeIndex) in SingleTypeAllocator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp81 uint32_t* memoryTypeIndex) { in AllocateMemory()
138 uint32_t* memoryTypeIndex, in CreateBindExportImage()
158 uint32_t memoryTypeIndex, in WrapVulkanImage()
172 uint32_t memoryTypeIndex, in WrapVulkanImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp45 SingleTypeAllocator(Device* device, size_t memoryTypeIndex, VkDeviceSize memoryHeapSize) in SingleTypeAllocator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp120 uint32_t memoryTypeIndex, in GetMemoryTypeProperties()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.h188 uint32_t memoryTypeIndex = UNDEFINED_MEMORY_TYPE; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A DVulkanExternalHelper.cpp470 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in createImage2DExternal() local
872 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in readPixels() local

1234567