/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 403 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest() local 405 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleTest() 666 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest() local 668 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiImageClearingTests.cpp | 672 …de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_… in allocateAndBindImageMemory() local 673 …VK_CHECK(m_vkd.bindImageMemory(m_device, image, imageMemory->getMemory(), imageMemory->getOffset()… in allocateAndBindImageMemory() 674 return imageMemory; in allocateAndBindImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 143 de::MovePtr<Allocation> imageMemory = allocator.allocate(requirements, MemoryRequirement::Any); in createImageAndBindMemory() local 145 VK_CHECK(vkdi.bindImageMemory(device, *image, imageMemory->getMemory(), imageMemory->getOffset())); in createImageAndBindMemory() 146 *outMemory = imageMemory; in createImageAndBindMemory()
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2714 …const UniquePtr<Allocation> imageMemory (allocator.allocate(getImageMemoryRequirements(vk, d… in runAndVerifyDefaultPipeline() local 2716 VK_CHECK(vk.bindImageMemory(device, *image, imageMemory->getMemory(), imageMemory->getOffset())); in runAndVerifyDefaultPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 428 vk::Move<vk::VkDeviceMemory> imageMemory; in iterate() local 817 imageMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 820 VK_CHECK(vk.bindImageMemory(*m_deviceGroup, *renderImage, imageMemory.get(), 0)); in iterate() 821 VK_CHECK(vk.bindImageMemory(*m_deviceGroup, *readImage, imageMemory.get(), 0)); in iterate() 1164 imageMemory.get(), // memory in iterate() 1453 imageMemory.get(), // memory in iterate()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 190 char* imageMemory = static_cast<char*>(deviceMemory->getOffsetPointer( in copy() local 194 char* srcMemory = bufferIsSource ? bufferMemory : imageMemory; in copy() 195 char* dstMemory = bufferIsSource ? imageMemory : bufferMemory; in copy()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 749 , imageMemory (imageMemory_) in TestConfig() 764 ImageMemory imageMemory; member 4059 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy() argument 4070 …if (imageMemory == TestConfig::IMAGEMEMORY_LAZY || (imageMemory & TestConfig::IMAGEMEMORY_LAZY && … in initializeAttachmentIsLazy() 4076 else if (imageMemory & TestConfig::IMAGEMEMORY_STRICT) in initializeAttachmentIsLazy() 4563 initializeAttachmentIsLazy(attachmentIsLazy, renderPassInfo.getAttachments(), config.imageMemory); in renderPassTest() 4862 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentTests() local 4874 imageMemory, in addAttachmentTests() 4948 const TestConfig::ImageMemory imageMemory = TestConfig::IMAGEMEMORY_LAZY; in addAttachmentWriteMaskTests() local 4956 imageMemory, in addAttachmentWriteMaskTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 479 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader() local 496 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *image, imageMemory, imageDat… in evalShader()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 3596 std::vector<AllocationSp>& imageMemory, 3695 std::vector<AllocationSp>& imageMemory, in createImages() argument 3708 imageMemory.push_back(AllocationSp(memory.release())); in createImages()
|