Home
last modified time | relevance | path

Searched defs:allocInfo (Results 1 – 25 of 61) sorted by relevance

123

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp870 VmaAllocationInfo allocInfo; in AcquireBuffer() local
921 static void UploadGpuData(const AllocInfo* allocInfo, size_t allocInfoCount) in UploadGpuData()
1066 static void ValidateGpuData(const AllocInfo* allocInfo, size_t allocInfoCount) in ValidateGpuData()
1264 VmaAllocationInfo allocInfo; in CreateAllocation() local
1342 VmaAllocationInfo allocInfo; in ValidateAllocationData() local
1379 VmaAllocationInfo allocInfo; in RecreateAllocationResource() local
1436 AllocInfo* allocInfo = (AllocInfo*)info.pUserData; in ProcessDefragmentationPass() local
1534 AllocInfo* allocInfo = (AllocInfo*)info.pUserData; in ProcessDefragmentationPass() local
1620 AllocInfo* allocInfo = (AllocInfo*)vmaAllocInfo.pUserData; in Defragment() local
1650 std::for_each(allocs, allocs + allocCount, [](const AllocInfo& allocInfo) { in ValidateAllocationsData()
[all …]
DSparseBindingTest.cpp496 std::vector<VmaAllocationInfo> allocInfo{pageCount}; in Init() local
/external/mesa3d/src/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp94 VkMemoryAllocateInfo allocInfo = { in createImage() local
168 VkCommandBufferAllocateInfo allocInfo = { in TEST_F() local
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp396 auto allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in applyDescriptorSetAllocation() local
412 auto allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in removeDescriptorSetAllocation() local
432 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in fillDescriptorSetInfoForPool() local
457 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateAndApplyVirtualDescriptorSetAllocation() local
485 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in removeDescriptorSetFromPool() local
DResources.h118 gfxstream::vk::DescriptorPoolAllocationInfo* allocInfo; member
/external/swiftshader/tests/VulkanWrapper/
DBuffer.cpp30 vk::MemoryAllocateInfo allocInfo{}; in Buffer() local
DUtil.cpp44 vk::CommandBufferAllocateInfo allocInfo{}; in beginSingleTimeCommands() local
DDrawTester.cpp347 vk::DescriptorSetAllocateInfo allocInfo; in createCommandBuffers() local
/external/mesa3d/src/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp204 VkCommandBufferAllocateInfo allocInfo = { in beginCommandBuffer() local
278 VkMemoryAllocateInfo allocInfo = { in createBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp157 …const vk::VkDescriptorSetAllocateInfo allocInfo = {vk::VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_I… in createDescriptorSet() local
189 …const vk::VkDescriptorSetAllocateInfo allocInfo = {vk::VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_I… in createDescriptorSet() local
DvktApiDescriptorSetTests.cpp443 const VkDescriptorSetAllocateInfo allocInfo = { in descriptorSetLayoutBindingOrderingTest() local
/external/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp103 VkMemoryAllocateInfo allocInfo; in createBackendTexture() local
259 VkMemoryAllocateInfo allocInfo = {}; in createGrBackendTexture() local
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandPool.cpp68 VkCommandBufferAllocateInfo allocInfo = {}; in allocate() local
DMemoryTracking.cpp107 vk::MemoryAllocationType allocInfo = in LogPendingMemoryAllocation() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp212 MovePtr<Allocation> SimpleAllocator::allocate(const VkMemoryAllocateInfo &allocInfo, VkDeviceSize a… in allocate()
242 VkMemoryAllocateInfo allocInfo = { in allocate() local
284 const VkMemoryAllocateInfo allocInfo = { in allocateExtended() local
DvkRefUtil.cpp156 …const VkCommandBufferAllocateInfo allocInfo = {VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO, DE_… in allocateCommandBuffer() local
/external/swiftshader/src/WSI/
DVkSwapchainKHR.cpp126 VkMemoryAllocateInfo allocInfo = {}; in createImages() local
/external/skia/src/gpu/vk/
DVulkanUtilsPriv.cpp171 VkMemoryAllocateInfo allocInfo = { in AllocateAndBindImageMemory() local
/external/mesa3d/src/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp251 VkMemoryAllocateInfo allocInfo = { in prepareAndroidNativeBufferImage() local
291 VkMemoryAllocateInfo allocInfo = { in prepareAndroidNativeBufferImage() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp106 const VkDescriptorSetAllocateInfo allocInfo = { in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceLossTests.cpp149 …const VkDescriptorSetAllocateInfo allocInfo{VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, DE_NUL… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp1014 const VkMemoryAllocateInfo allocInfo = { in makeSparseImageMemoryBind() local
1040 const VkMemoryAllocateInfo allocInfo = { in makeSparseMemoryBind() local
/external/mesa3d/src/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp122 VkMemoryAllocateInfo allocInfo = { in createVkBufferAndMapMemory() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp267 VkMemoryAllocateInfo allocInfo{}; in BufferWithMemory() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp198 const vk::VkDescriptorSetAllocateInfo allocInfo = { in iterate() local

123