Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp67 uint32_t memoryTypeIndex = 0; member in vk::DeviceMemory
/external/deqp/external/vulkancts/modules/vulkan/util/
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()
/external/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp93 uint32_t memoryTypeIndex = 0; in createBackendTexture() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp120 uint32_t memoryTypeIndex, in GetMemoryTypeProperties()
Dvk_utils.cpp91 uint32_t memoryTypeIndex = 0; in FindAndAllocateCompatibleMemory() local
459 uint32_t memoryTypeIndex = 0; in init() local
Dvk_helpers.cpp3541 uint32_t memoryTypeIndex = 0; in init() local
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp470 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in createImage2DExternal() local
872 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in readPixels() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp401 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
DvktApiObjectManagementTests.cpp735 deUint32 memoryTypeIndex; member
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp430 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp441 …cationSize (const DeviceInterface& vk, VkDevice device, VkDeviceSize max, deUint32 memoryTypeIndex) in findLargeAllocationSize()
616 …for (deUint32 memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeI… in testMemoryMapping() local
989 deUint32 memoryTypeIndex, in MemoryObject()
DvktMemoryExternalMemoryHostTests.cpp240 …emory> ExternalMemoryHostBaseTestInstance::allocateMemoryFromHostPointer (deUint32 memoryTypeIndex) in allocateMemoryFromHostPointer()
DvktMemoryRequirementsTests.cpp1662 …for (deUint32 memoryTypeIndex = 0; (0x1u << memoryTypeIndex) <= requirements.memoryRequirements.me… in testMultiplaneImages() local
DvktMemoryPipelineBarrierTests.cpp540 deUint32 memoryTypeIndex) in allocMemory()
563 deUint32 memoryTypeIndex; in bindBufferMemory() local
613 deUint32 memoryTypeIndex; in bindImageMemory() local
773 deUint32 memoryTypeIndex) in getMemoryTypeInfo()
790 deUint32 memoryTypeIndex) in findMaxBufferSize()
876 deUint32 memoryTypeIndex) in findMaxRGBA8ImageSize()
941 deUint32 memoryTypeIndex, in Memory()
DvktMemoryDeviceMemoryReportTests.cpp242 deUint32 memoryTypeIndex; member
2096 const deUint32 memoryTypeIndex (chooseMemoryType(requirements.memoryTypeBits)); in testImportAndUnimportExternalMemory() local
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp202 bool DeviceGroupTestInstance::isPeerFetchAllowed (deUint32 memoryTypeIndex, deUint32 firstdeviceID,… in isPeerFetchAllowed()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp233 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
DvktSynchronizationSignalOrderTests.cpp638 deUint32 memoryTypeIndex; in iterate() local
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1605 uint32_t memoryTypeIndex; member
6460 uint32_t memoryTypeIndex, in VmaBlockVector()
8610 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp184 static uint32_t MemoryTypeToHeap(uint32_t memoryTypeIndex) in MemoryTypeToHeap()
4710 { in TestMemoryUsage()
Dvk_mem_alloc.h2899 uint32_t memoryTypeIndex; member
12429 uint32_t memoryTypeIndex, in VmaBlockVector()
17584 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp364 CountPerMemType memoryTypeIndex; member
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h2298 uint32_t memoryTypeIndex; member
11265 uint32_t memoryTypeIndex, in VmaBlockVector()
15541 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2903 uint32_t memoryTypeIndex; member
12411 uint32_t memoryTypeIndex, in VmaBlockVector()
17555 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1959 uint32_t memoryTypeIndex; member

12