Home
last modified time | relevance | path

Searched refs:imageMemory (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp401 …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()
DvktApiImageClearingTests.cpp668 …de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_… in allocateAndBindImageMemory() local
669 …VK_CHECK(m_vkd.bindImageMemory(m_device, image, imageMemory->getMemory(), imageMemory->getOffset()… in allocateAndBindImageMemory()
670 return imageMemory; in allocateAndBindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp722 , imageMemory (imageMemory_) in TestConfig()
734 ImageMemory imageMemory; member
3974 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy() argument
3985 …if (imageMemory == TestConfig::IMAGEMEMORY_LAZY || (imageMemory & TestConfig::IMAGEMEMORY_LAZY && … in initializeAttachmentIsLazy()
3991 else if (imageMemory & TestConfig::IMAGEMEMORY_STRICT) in initializeAttachmentIsLazy()
4476 initializeAttachmentIsLazy(attachmentIsLazy, renderPassInfo.getAttachments(), config.imageMemory); in renderPassTest()
4775 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentTests() local
4785 …Shaders, renderPassTest, TestConfig(renderPass, render, commandBuffer, imageMemory, targetSize, re… in addAttachmentTests()
5171 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local
5180 …Shaders, renderPassTest, TestConfig(renderPass, render, commandBuffer, imageMemory, targetSize, re… in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2352 …const UniquePtr<Allocation> imageMemory (allocator.allocate(getImageMemoryRequirements(vk, *… in runAndVerifyDefaultPipeline() local
2354 …VK_CHECK(vk.bindImageMemory(*vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())… in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1817 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader() local
1834 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *image, imageMemory, imageDat… in evalShader()