Searched refs:imageMemory (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 401 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest() local 403 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleTest() 1013 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest() local 1015 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiImageClearingTests.cpp | 509 …de::MovePtr<Allocation> imageMemory (m_allocator.allocate(getImageMemoryRequirements(m_vkd, m_devi… in allocateAndBindImageMemory() local 510 …VK_CHECK(m_vkd.bindImageMemory(m_device, image, imageMemory->getMemory(), imageMemory->getOffset()… in allocateAndBindImageMemory() 511 return imageMemory; in allocateAndBindImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 691 , imageMemory (imageMemory_) in TestConfig() 702 ImageMemory imageMemory; member 3811 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy() argument 3822 …if (imageMemory == TestConfig::IMAGEMEMORY_LAZY || (imageMemory & TestConfig::IMAGEMEMORY_LAZY && … in initializeAttachmentIsLazy() 3827 else if (imageMemory & TestConfig::IMAGEMEMORY_STRICT) in initializeAttachmentIsLazy() 4230 initializeAttachmentIsLazy(attachmentIsLazy, renderPassInfo.getAttachments(), config.imageMemory); in renderPassTest() 4527 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentTests() local 4537 …Shaders, renderPassTest, TestConfig(renderPass, render, commandBuffer, imageMemory, targetSize, re… in addAttachmentTests() 4923 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local 4932 …Shaders, renderPassTest, TestConfig(renderPass, render, commandBuffer, imageMemory, targetSize, re… in addAttachmentAllocationTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5063 …const UniquePtr<Allocation> imageMemory (context.getDefaultAllocator().allocate(getImageMemo… in runAndVerifyDefaultPipeline() local 5065 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in runAndVerifyDefaultPipeline()
|