Home
last modified time | relevance | path

Searched defs:memoryType (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceHeapVk.cpp19 ResourceHeap::ResourceHeap(VkDeviceMemory memory, size_t memoryType) in ResourceHeap()
DResourceMemoryAllocatorVk.cpp129 int memoryType = FindBestTypeIndex(requirements, kind); in Allocate() local
222 size_t memoryType = ToBackend(allocation.GetResourceHeap())->GetMemoryType(); in Tick() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp860 const deUint32 memoryType, in makeSparseImageMemoryBind()
891 const deUint32 memoryType, in makeSparseMemoryBind()
961 const deUint32 memoryType) in getHeapIndexForMemoryType()
DvktSparseResourcesBufferSparseBinding.cpp176 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDevice… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp217 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceI… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp231 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bu… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp228 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp236 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceI… in iterate() local
DvktSparseResourcesShaderIntrinsicsBase.cpp536 …const deUint32 memoryType = findMatchingMemoryType(instance, physicalDevice, imageMemoryR… in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp297 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), im… in iterate() local
DvktSparseResourcesImageSparseResidency.cpp395 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceI… in iterate() local
DvktSparseResourcesBufferTests.cpp94 deUint32 memoryType; //!< memory type (same for all allocations) member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp233 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest() local
454 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp343 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex]; in iterate() local
714 const MemoryType& memoryType = m_rng.choose<MemoryType>(heap.types.begin(), heap.types.end()); in iterate() local
DvktMemoryMappingTests.cpp682 const vk::VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex]; in testMemoryMapping() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp76 AtomicShaderType (glu::ShaderType type, AtomicMemoryType memoryType) in AtomicShaderType()
1282 const AtomicMemoryType memoryType = m_shaderType.getMemoryType(); in createShaderSpec() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1329 vk::VkExternalMemoryHandleTypeFlagBits memoryType; in createTests() member
DvktSynchronizationSignalOrderTests.cpp1173 VkExternalMemoryHandleTypeFlagBits memoryType; in init() member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp412 const VkMemoryType &memoryType = mMemoryProperties.memoryTypes[typeIndex]; in hasLazilyAllocatedMemory() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5075 deUint32 memoryType = noMatchFound; in allocateAndBindSparseImage() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2456 VmaStatInfo memoryType[VK_MAX_MEMORY_TYPES]; member
3081 uint32_t memoryType; member
16958 void VmaAllocator_T::FreeVulkanMemory(uint32_t memoryType, VkDeviceSize size, VkDeviceMemory hMemor… in FreeVulkanMemory()