Home
last modified time | relevance | path

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

1234

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageWithMemory.hpp45 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in ImageWithMemory()
DvkYCbCrImageWithMemory.cpp55 const VkMemoryRequirements reqs = getImageMemoryRequirements(vk, device, *m_image); in YCbCrImageWithMemory()
DvkQueryUtil.cpp242 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImag… in getImageMemoryRequirements() function
245 vk.getImageMemoryRequirements(device, image, &req); in getImageMemoryRequirements()
DvkDeviceFunctionPointers.inl20 GetImageMemoryRequirementsFunc getImageMemoryRequirements; variable
DvkQueryUtil.hpp57 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice dev…
DvkMemUtil.cpp291 const VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vkd, device, image); in allocateDedicated()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp180 …MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
/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()
/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/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp303 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
391 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
465 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
507 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
555 memoryRequirements = vk::getImageMemoryRequirements(vkd, device, *image); in generateSwapchainParameterCases()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp142 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()
666 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest()
DvktApiGetMemoryCommitment.cpp143 const VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vkd, device, *image); in iterate()
DvktApiGranularityTests.cpp190 …de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, device, *ima… in initImages()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp205 …MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
DvktPipelineStencilTests.cpp347 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in StencilTestInstance()
379 …m_stencilImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_stencilImage),… in StencilTestInstance()
DvktPipelineDepthTests.cpp309 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in DepthTestInstance()
341 …m_depthImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthImage), Mem… in DepthTestInstance()
DvktPipelinePushDescriptorTests.cpp304 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1108 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1160 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
1957 …m_textureImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd,… in init()
2718 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
3567 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImag… in init()
3615 …m_inputImageAllocs.push_back(AllocationSp(m_allocator.allocate(getImageMemoryRequirements(m_vkd, *… in init()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesMipmapSparseResidency.cpp205 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
401 …const VkMemoryRequirements imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, g… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp91 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp82 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp309 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), Me… in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp407 …depthResolveAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthResolveIm… in iterate()
467 …markerImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *markerImage), M… in iterate()
553 …depthImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthImage), Mem… in iterate()
1088 …outputImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *outputImage), M… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp412 …m_textureImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_textureImag… in updateTextureData()
527 …m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequ… in TextureRenderer()
592 …m_resolvedImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_resolvedIm… in TextureRenderer()

1234