Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp117 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
127 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
DvkMemUtil.cpp168 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
184 const VkMemoryAllocateInfo allocInfo = in allocate()
214 const VkMemoryAllocateInfo allocInfo = in allocateDedicated()
DvkRefUtil.inl6 …ateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateI…
DvkNullDriver.cpp243 void* allocateHeap (const VkMemoryAllocateInfo* pAllocInfo) in allocateHeap()
266 DeviceMemory (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) in DeviceMemory()
DvkGetStructureTypeImpl.inl29 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)
DvkRefUtilImpl.inl155 …allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateI…
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp218 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo()
222 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo()
260 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo()
265 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo()
494 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory()
519 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory()
546 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationI… in createMemory()
572 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationI… in createMemory()
784 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(ctx, memReqs, MemoryHostVisib… in createBuffer()
DvktMemoryAllocationTests.cpp160 const VkMemoryAllocateInfo alloc = in iterate()
198 const VkMemoryAllocateInfo alloc = in iterate()
250 const VkMemoryAllocateInfo allocInfo = in computeDeviceMemorySystemMemFootprint()
455 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/modules/vulkan/
DvktExternalMemoryUtil.cpp778 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
810 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
851 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory()
896 const vk::VkMemoryAllocateInfo info = in importMemory()
927 const vk::VkMemoryAllocateInfo info = in importMemory()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h120 …bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyF…
245 void init(const Device &dev, const VkMemoryAllocateInfo &info);
256 static VkMemoryAllocateInfo alloc_info(VkDeviceSize size, uint32_t memory_type_index);
607 inline VkMemoryAllocateInfo DeviceMemory::alloc_info(VkDeviceSize size, uint32_t memory_type_index)… in alloc_info()
608 VkMemoryAllocateInfo info = {}; in alloc_info()
Dvktestbinding.cpp66 VkMemoryAllocateInfo get_resource_alloc_info(const vk_testing::Device &dev, const VkMemoryRequireme… in get_resource_alloc_info()
68 VkMemoryAllocateInfo info = vk_testing::DeviceMemory::alloc_info(reqs.size, 0); in get_resource_alloc_info()
195 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type()
414 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) { in init()
Dlayer_validation_tests.cpp643 VkMemoryAllocateInfo memory_allocate_info = {}; in VkBufferTest()
903 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
943 VkMemoryAllocateInfo memory_alloc_info = {}; in TEST_F()
1337 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
1403 VkMemoryAllocateInfo alloc_info = {}; in TEST_F()
1743 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
1813 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
2231 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
2306 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
2372 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp169 const VkMemoryAllocateInfo memAlloc = in createTestBuffer()
296 VkMemoryAllocateInfo memoryAllocateInfo = in createTestBuffer()
DvktApiBufferTests.cpp393 const VkMemoryAllocateInfo in bufferCreateAndAllocTest()
621 VkMemoryAllocateInfo memoryAllocateInfo = in bufferCreateAndAllocTest()
/external/vulkan-validation-layers/layers/
Dunique_objects.cpp334 VKAPI_ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocat… in AllocateMemory()
336 const VkMemoryAllocateInfo *input_allocate_info = pAllocateInfo; in AllocateMemory()
347 … input_allocate_info = reinterpret_cast<const VkMemoryAllocateInfo *>(safe_allocate_info.get()); in AllocateMemory()
Dcore_validation_types.h255 VkMemoryAllocateInfo alloc_info;
269 …DEVICE_MEM_INFO(void *disp_object, const VkDeviceMemory in_mem, const VkMemoryAllocateInfo *p_allo…
/external/skia/src/gpu/vk/
DGrVkMemory.cpp473 VkMemoryAllocateInfo allocInfo = { in GrVkSubHeap()
519 VkMemoryAllocateInfo allocInfo = { in subAlloc()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp164 const VkMemoryAllocateInfo allocateInfo = in iterate()
DvktSparseResourcesTestsUtil.cpp781 const VkMemoryAllocateInfo allocInfo = in makeSparseImageMemoryBind()
811 const VkMemoryAllocateInfo allocInfo = in makeSparseMemoryBind()
/external/mesa3d/src/intel/vulkan/
Danv_dump.c89 &(VkMemoryAllocateInfo) { in dump_image_init()
Danv_wsi.c190 &(VkMemoryAllocateInfo) { in x11_anv_wsi_image_create()
/external/mesa3d/src/amd/vulkan/
Dradv_wsi.c187 &(VkMemoryAllocateInfo) { in radv_wsi_image_create()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp511 VkMemoryAllocateInfo mem_info = {}; in allocate_resources()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1484 typedef struct VkMemoryAllocateInfo { struct
1489 } VkMemoryAllocateInfo; argument
2274 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2495 const VkMemoryAllocateInfo* pAllocateInfo,

123