Home
last modified time | relevance | path

Searched refs:getImageMemoryRequirements (Results 1 – 25 of 105) sorted by relevance

12345

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageWithMemory.hpp45 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in ImageWithMemory()
DvkYCbCrImageWithMemory.cpp49 const VkMemoryRequirements reqs = getImageMemoryRequirements(vk, device, *m_image); in YCbCrImageWithMemory()
DvkMemUtil.cpp311 const VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vkd, device, image); in allocateDedicated()
420 …MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
DvkQueryUtil.cpp314 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImag… in getImageMemoryRequirements() function
317 vk.getImageMemoryRequirements(device, image, &req); in getImageMemoryRequirements()
DvkDeviceFunctionPointers.inl20 GetImageMemoryRequirementsFunc getImageMemoryRequirements; variable
DvkQueryUtil.hpp61 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice dev…
/external/swiftshader/tests/VulkanWrapper/
DImage.cpp34 vk::MemoryRequirements memoryRequirements = device.getImageMemoryRequirements(image); in Image()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp53 …m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirem… in Image()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp479 VkMemoryRequirements srcImageMemoryReq = getImageMemoryRequirements(vkd, device, *srcImage); in exportImportMemoryExplicitModifiersCase()
518 VkMemoryRequirements dstImageMemoryReq = getImageMemoryRequirements(vkd, device, *dstImage); in exportImportMemoryExplicitModifiersCase()
591 …VkMemoryRequirements importedSrcImageMemoryReq = getImageMemoryRequirements(vkd, device, *imported… in exportImportMemoryExplicitModifiersCase()
603 VkMemoryRequirements outImageMemoryReq = getImageMemoryRequirements(vkd, device, *outImage); in exportImportMemoryExplicitModifiersCase()
/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp42 vk::MemoryRequirements memoryRequirements = device.getImageMemoryRequirements(image); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp390 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in UnusedAttachmentTestInstance()
419 …VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vk, vkDevice, *m_unusedImage); in UnusedAttachmentTestInstance()
524 …m_inputImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_inputImage), Mem… in UnusedAttachmentTestInstance()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp307 …auto inputImageAlloc = safeSharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, … in InputAttachmentSparseFillingTestInstance()
341 …m_outputImageMemory = safeSharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, **m… in InputAttachmentSparseFillingTestInstance()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp303 …m_colorImageAllocA = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImageA), M… in MultipleSubpassesMultipleCommandBuffersTestInstance()
307 …m_colorImageAllocB = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImageB), M… in MultipleSubpassesMultipleCommandBuffersTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp138 memory = allocator.allocate(getImageMemoryRequirements(vk, vkDevice, *image), requirement); in createTestImage()
DvktApiSmokeTests.cpp403 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest()
671 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk… in renderTriangleDummyExtStructTest()
1261 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest()
DvktApiPipelineTests.cpp126 …tachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in renderpassLifetimeTest()
537 …attachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in framebufferCompatibleRenderPassTest()
880 …attachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in pipelineLayoutLifetimeTest()
DvktApiGetMemoryCommitment.cpp159 const VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vkd, device, *image); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp314 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
406 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
482 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
524 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
572 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp92 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesMipmapSparseResidency.cpp228 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
446 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp280 vk::VkMemoryRequirements getImageMemoryRequirements (const vk::DeviceInterface& vkd,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp90 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp391 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in StencilTestInstance()
421 …m_stencilImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_stencilImage),… in StencilTestInstance()
DvktPipelinePushDescriptorTests.cpp315 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1125 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1177 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
1979 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
2763 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
3622 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImag… in init()
3670 …m_inputImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd, *… in init()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp349 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), Me… in GraphicsEnvironment()

12345