Home
last modified time | relevance | path

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

1234

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/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
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DBuffer.cpp30 vk::MemoryAllocateInfo allocInfo{}; in Buffer() local
DUtil.cpp42 vk::CommandBufferAllocateInfo allocInfo{}; in beginSingleTimeCommands() local
DDrawTester.cpp347 vk::DescriptorSetAllocateInfo allocInfo; in createCommandBuffers() local
/third_party/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp424 auto allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in applyDescriptorSetAllocation() local
440 auto allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in removeDescriptorSetAllocation() local
460 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in fillDescriptorSetInfoForPool() local
485 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateAndApplyVirtualDescriptorSetAllocation() local
512 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in removeDescriptorSetFromPool() local
DResources.h110 gfxstream::vk::DescriptorPoolAllocationInfo* allocInfo; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp170 const vk::VkDescriptorSetAllocateInfo allocInfo = in createDescriptorSet() local
211 const vk::VkDescriptorSetAllocateInfo allocInfo = in createDescriptorSet() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferComputeInstance.cpp170 const vk::VkDescriptorSetAllocateInfo allocInfo = in createDescriptorSet() local
211 const vk::VkDescriptorSetAllocateInfo allocInfo = in createDescriptorSet() local
/third_party/skia/m133/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp104 VkMemoryAllocateInfo allocInfo; in createBackendTexture() local
260 VkMemoryAllocateInfo allocInfo = {}; in createGrBackendTexture() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.cpp64 VkCommandBufferAllocateInfo allocInfo = {}; in initialize() local
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSwapchainKHR.cpp125 VkMemoryAllocateInfo allocInfo = {}; in createImages() local
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp111 VkMemoryAllocateInfo allocInfo = {}; in createBackendTexture() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp205 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
233 VkMemoryAllocateInfo allocInfo = in allocate() local
280 const VkMemoryAllocateInfo allocInfo = in allocateExtended() local
DvkRefUtil.cpp188 const VkCommandBufferAllocateInfo allocInfo = in allocateCommandBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp98 const VkDescriptorSetAllocateInfo allocInfo = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp98 const VkDescriptorSetAllocateInfo allocInfo = in iterate() local
/third_party/skia/m133/src/gpu/vk/
DVulkanUtilsPriv.cpp192 VkMemoryAllocateInfo allocInfo = { in AllocateAndBindImageMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceLossTests.cpp144 const VkDescriptorSetAllocateInfo allocInfo in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp839 const VkMemoryAllocateInfo allocInfo = in makeSparseImageMemoryBind() local
869 const VkMemoryAllocateInfo allocInfo = in makeSparseMemoryBind() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp836 const VkMemoryAllocateInfo allocInfo = in makeSparseImageMemoryBind() local
866 const VkMemoryAllocateInfo allocInfo = in makeSparseMemoryBind() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp273 VkMemoryAllocateInfo allocInfo{}; in BufferWithMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp198 const vk::VkDescriptorSetAllocateInfo allocInfo = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOCornerCase.cpp198 const vk::VkDescriptorSetAllocateInfo allocInfo = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp400 const vk::VkDescriptorSetAllocateInfo allocInfo = in iterate() local

1234