Home
last modified time | relevance | path

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

1234

/external/deqp/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp49 const VkMemoryRequirements reqs = getImageMemoryRequirements(vk, device, *m_image); in YCbCrImageWithMemory()
DvkImageWithMemory.hpp45 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in ImageWithMemory()
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.cpp297 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImag… in getImageMemoryRequirements() function
300 vk.getImageMemoryRequirements(device, image, &req); in getImageMemoryRequirements()
DvkDeviceFunctionPointers.inl20 GetImageMemoryRequirementsFunc getImageMemoryRequirements; variable
DvkQueryUtil.hpp60 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice dev…
/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/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()
DvktRenderPassFragmentDensityMapTests.cpp641 …VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vk, vkDevice, *m_densityMap… in FragmentDensityMapTestInstance()
754 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in FragmentDensityMapTestInstance()
797 …m_outputImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_outputImage), M… in FragmentDensityMapTestInstance()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp307 …auto inputImageAlloc = safeSharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, … in InputAttachmentSparseFillingTestInstance()
341 …m_outputImageMemory = safeSharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, **m… in InputAttachmentSparseFillingTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp491 …m_colorImageAllocs.emplace_back(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colo… in UnusedClearAttachmentTestInstance()
590 …m_depthImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthImage), Mem… in UnusedClearAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp138 memory = allocator.allocate(getImageMemoryRequirements(vk, vkDevice, *image), requirement); in createTestImage()
DvktApiPipelineTests.cpp121 …tachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in renderpassLifetimeTest()
558 …attachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in framebufferCompatibleRenderPassTest()
913 …ttachmentImageMemory = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, devi… in pipelineLayoutLifetimeGraphicsTest()
DvktApiSmokeTests.cpp403 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest()
679 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk… in renderTriangleDummyExtStructTest()
1277 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest()
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/synchronization/
DvktSynchronizationUtil.hpp83 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesMipmapSparseResidency.cpp217 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
435 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp394 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in StencilTestInstance()
424 …m_stencilImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_stencilImage),… in StencilTestInstance()
DvktPipelinePushDescriptorTests.cpp306 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1111 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1163 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
1961 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
2722 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
3572 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImag… in init()
3620 …m_inputImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd, *… in init()
DvktPipelineDepthTests.cpp356 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in DepthTestInstance()
385 …m_depthImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthImage), Mem… in DepthTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp311 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), Me… in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp410 …depthResolveAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthResolveIm… in iterate()
470 …markerImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *markerImage), M… in iterate()
556 …depthImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthImage), Mem… in iterate()
1097 …outputImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *outputImage), M… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp425 …m_textureImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_textureImag… in updateTextureData()
539 …m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequ… in TextureRenderer()
604 …m_resolvedImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_resolvedIm… in TextureRenderer()

1234