/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.cpp | 36 void (*instanceInit)(void *external, const VkMemoryAllocateInfo *pAllocateInfo); 44 static bool parseCreateInfo(const VkMemoryAllocateInfo *pAllocateInfo, in parseCreateInfo() 52 const VkMemoryAllocateInfo *pAllocateInfo) { in parseCreateInfo() 69 static bool SupportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in SupportsAllocateInfo() 74 DeviceMemoryHostExternalBase(const VkMemoryAllocateInfo *pAllocateInfo) {} in DeviceMemoryHostExternalBase() 123 AllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in AllocateInfo() 152 static bool SupportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in SupportsAllocateInfo() 158 explicit ExternalMemoryHost(const VkMemoryAllocateInfo *pAllocateInfo) in ExternalMemoryHost() 199 OpaqueFdAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in OpaqueFdAllocateInfo() 265 static void findTraits(const VkMemoryAllocateInfo *pAllocateInfo, in findTraits() [all …]
|
D | VkDeviceMemoryExternalAndroid.hpp | 43 AllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo); 48 static bool SupportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in SupportsAllocateInfo() 54 explicit AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pAllocateInfo);
|
D | VkDeviceMemoryExternalFuchsia.hpp | 39 AllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in AllocateInfo() 85 static bool supportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in supportsAllocateInfo() 91 explicit VmoExternalMemory(const VkMemoryAllocateInfo *pAllocateInfo) in VmoExternalMemory()
|
D | VkDeviceMemoryExternalLinux.hpp | 27 static bool SupportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in SupportsAllocateInfo() 33 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pAllocateInfo) in OpaqueFdExternalMemory()
|
D | VkDeviceMemory.hpp | 28 DeviceMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, Device *pDevice); 30 static size_t ComputeRequiredAllocationSize(const VkMemoryAllocateInfo *pCreateInfo);
|
D | VkDeviceMemoryExternalMac.hpp | 63 static bool SupportsAllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in SupportsAllocateInfo() 69 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pAllocateInfo) in OpaqueFdExternalMemory()
|
D | VkDeviceMemoryExternalAndroid.cpp | 167 AHardwareBufferExternalMemory::AllocateInfo::AllocateInfo(const VkMemoryAllocateInfo *pAllocateInfo) in AllocateInfo() 212 AHardwareBufferExternalMemory::AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pAllocateI… in AHardwareBufferExternalMemory()
|
/external/deqp-deps/amber/src/vulkan/ |
D | resource.cc | 143 VkMemoryAllocateInfo alloc_info = VkMemoryAllocateInfo(); in AllocateMemory()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 133 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig… 143 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
|
D | vkMemUtil.cpp | 206 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate() 222 VkMemoryAllocateInfo allocInfo = in allocate() 266 const VkMemoryAllocateInfo allocInfo = in allocateExtended()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 236 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo() 240 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 278 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo() 283 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 496 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 522 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 550 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 577 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 787 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(ctx, memReqs, MemoryHostVisib… in createBuffer()
|
D | vktMemoryAllocationTests.cpp | 415 VkMemoryAllocateInfo alloc = in iterate() 464 const VkMemoryAllocateInfo alloc = in iterate() 518 const VkMemoryAllocateInfo allocInfo = in iterate() 733 const VkMemoryAllocateInfo alloc = in iterate()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_android.h | 56 const VkMemoryAllocateInfo *pAllocateInfo);
|
D | anv_android_stubs.c | 54 const VkMemoryAllocateInfo *pAllocateInfo) in anv_create_ahw_memory()
|
/external/swiftshader/src/WSI/ |
D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
D | VkSurfaceKHR.cpp | 63 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allo… in allocateAndBindImageMemory()
|
D | VkSwapchainKHR.cpp | 120 VkMemoryAllocateInfo allocInfo = {}; in createImages()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 302 const VkMemoryAllocateInfo memory_info = { in wsi_create_native_image() 474 const VkMemoryAllocateInfo prime_memory_info = { in wsi_create_prime_image() 524 const VkMemoryAllocateInfo memory_info = { in wsi_create_prime_image()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 161 …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… 770 inline VkMemoryAllocateInfo DeviceMemory::alloc_info(VkDeviceSize size, uint32_t memory_type_index)… in alloc_info() 771 VkMemoryAllocateInfo info = {}; in alloc_info()
|
D | vktestbinding.cpp | 181 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()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 958 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 989 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1029 const vk::VkMemoryAllocateInfo info = in importMemory() 1060 const vk::VkMemoryAllocateInfo info = in importMemory() 1110 const vk::VkMemoryAllocateInfo info = in importMemory() 1139 const vk::VkMemoryAllocateInfo info = in importMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 183 const VkMemoryAllocateInfo memAlloc = in createTestBuffer() 303 VkMemoryAllocateInfo memoryAllocateInfo = in createTestBuffer()
|
D | vktApiGetMemoryCommitment.cpp | 405 const VkMemoryAllocateInfo memAllocInfo = in iterate() 480 const VkMemoryAllocateInfo memAllocInfo = in isDeviceMemoryCommitmentOk()
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 22 VK_INSTANCE(vkAllocateMemory, VkResult, VkDevice, const VkMemoryAllocateInfo *, const VkAllocationC…
|
/external/vulkan-validation-layers/layers/ |
D | best_practices.h | 48 bool PreCallValidateAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,
|