Home
last modified time | relevance | path

Searched refs:VkMemoryAllocateInfo (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp26 DeviceMemory(const VkMemoryAllocateInfo* pCreateInfo, void* mem);
29 static size_t ComputeRequiredAllocationSize(const VkMemoryAllocateInfo* pCreateInfo);
DVkDeviceMemory.cpp22 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo* pCreateInfo, void* mem) : in DeviceMemory()
33 size_t DeviceMemory::ComputeRequiredAllocationSize(const VkMemoryAllocateInfo* pCreateInfo) in ComputeRequiredAllocationSize()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp231 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo()
235 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo()
273 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo()
278 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo()
478 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory()
503 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory()
530 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationI… in createMemory()
556 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationI… in createMemory()
766 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(ctx, memReqs, MemoryHostVisib… in createBuffer()
DvktMemoryAllocationTests.cpp340 VkMemoryAllocateInfo alloc = in iterate()
378 const VkMemoryAllocateInfo alloc = in iterate()
432 const VkMemoryAllocateInfo allocInfo = in iterate()
647 const VkMemoryAllocateInfo alloc = in iterate()
DvktMemoryMappingTests.cpp286 const VkMemoryAllocateInfo allocInfo = in computeDeviceMemorySystemMemFootprint()
408 const VkMemoryAllocateInfo pAllocInfo = in allocMemory()
431 const VkMemoryAllocateInfo pAllocInfo = in allocMemory()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp128 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
138 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
DvkMemUtil.cpp200 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
216 const VkMemoryAllocateInfo allocInfo = in allocate()
246 const VkMemoryAllocateInfo allocInfo = in allocateDedicated()
DvkNullDriver.cpp321 void* allocateHeap (const VkMemoryAllocateInfo* pAllocInfo) in allocateHeap()
352 PrivateDeviceMemory (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) in PrivateDeviceMemory()
373 AHardwareBuffer* findOrCreateHwBuffer (const VkMemoryAllocateInfo* pAllocInfo) in findOrCreateHwBuffer()
451 ExternalDeviceMemoryAndroid (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) in ExternalDeviceMemoryAndroid()
1121 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca… in allocateMemory()
DvkRefUtil.inl6 …cateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateI…
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp858 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
890 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
931 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
976 const vk::VkMemoryAllocateInfo info = in importMemory()
1007 const vk::VkMemoryAllocateInfo info = in importMemory()
1047 const vk::VkMemoryAllocateInfo info = in importMemory()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h161 …bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyF…
308 void init(const Device &dev, const VkMemoryAllocateInfo &info);
319 static VkMemoryAllocateInfo alloc_info(VkDeviceSize size, uint32_t memory_type_index);
320 …static VkMemoryAllocateInfo get_resource_alloc_info(const vk_testing::Device &dev, const VkMemoryR…
738 inline VkMemoryAllocateInfo DeviceMemory::alloc_info(VkDeviceSize size, uint32_t memory_type_index)… in alloc_info()
739 VkMemoryAllocateInfo info = {}; in alloc_info()
Dvktestbinding.cpp181 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type()
434 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) { in init()
454 VkMemoryAllocateInfo DeviceMemory::get_resource_alloc_info(const Device &dev, const VkMemoryRequire… in get_resource_alloc_info()
464 VkMemoryAllocateInfo info = alloc_info(reqs.size, mem_type_index); in get_resource_alloc_info()
Dlayer_validation_tests.cpp828 VkMemoryAllocateInfo memory_allocate_info = {}; in VkBufferTest()
850 VkMemoryAllocateInfo memory_allocate_info = {}; in VkBufferTest()
1560 VkMemoryAllocateInfo memory_allocate_info = {}; in TEST_F()
1701 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
1741 VkMemoryAllocateInfo memory_alloc_info = {}; in TEST_F()
2618 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
2691 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
2814 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
2870 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
3256 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp387 const VkMemoryAllocateInfo memAllocInfo = in iterate()
474 const VkMemoryAllocateInfo memAllocInfo = in isDeviceMemoryCommitmentOk()
DvktApiBufferViewCreateTests.cpp185 const VkMemoryAllocateInfo memAlloc = in createTestBuffer()
305 VkMemoryAllocateInfo memoryAllocateInfo = in createTestBuffer()
DvktApiBufferTests.cpp418 const VkMemoryAllocateInfo in bufferCreateAndAllocTest()
644 VkMemoryAllocateInfo memoryAllocateInfo = in bufferCreateAndAllocTest()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c264 const VkMemoryAllocateInfo memory_info = { in wsi_create_native_image()
361 const VkMemoryAllocateInfo prime_memory_info = { in wsi_create_prime_image()
411 const VkMemoryAllocateInfo memory_info = { in wsi_create_prime_image()
/external/mesa3d/src/amd/vulkan/
Dradv_android.c168 &(VkMemoryAllocateInfo) { in radv_image_from_gralloc()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp687 const VkMemoryAllocateInfo allocInfo = in makeSparseImageMemoryBind()
717 const VkMemoryAllocateInfo allocInfo = in makeSparseMemoryBind()
DvktSparseResourcesBufferSparseBinding.cpp192 const VkMemoryAllocateInfo allocateInfo = in iterate()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c776 VkMemoryAllocateInfo const mai_vin_vout = { in main()
786 VkMemoryAllocateInfo const mai_sorted_rand = { in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c776 VkMemoryAllocateInfo const mai_vin_vout = { in main()
786 VkMemoryAllocateInfo const mai_sorted_rand = { in main()
/external/mesa3d/src/intel/vulkan/
Danv_dump.c89 &(VkMemoryAllocateInfo) { in dump_image_init()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h376 VkMemoryAllocateInfo alloc_info;
395 …DEVICE_MEM_INFO(void *disp_object, const VkDeviceMemory in_mem, const VkMemoryAllocateInfo *p_allo…
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp415 VkMemoryAllocateInfo allocInfo = { in make_vk_backend_texture()

123