Home
last modified time | relevance | path

Searched defs:imageMemory (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp403 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest() local
666 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest() local
DvktApiImageClearingTests.cpp672 …de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_… in allocateAndBindImageMemory() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp190 char* imageMemory = static_cast<char*>(deviceMemory->getOffsetPointer( in copy() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp143 de::MovePtr<Allocation> imageMemory = allocator.allocate(requirements, MemoryRequirement::Any); in createImageAndBindMemory() local
DvktSpvAsmGraphicsShaderTestUtil.cpp2714 …const UniquePtr<Allocation> imageMemory (allocator.allocate(getImageMemoryRequirements(vk, d… in runAndVerifyDefaultPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp764 ImageMemory imageMemory; member
4059 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy()
4862 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentTests() local
4948 const TestConfig::ImageMemory imageMemory = TestConfig::IMAGEMEMORY_LAZY; in addAttachmentWriteMaskTests() local
5397 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local
5572 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp428 vk::Move<vk::VkDeviceMemory> imageMemory; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp479 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3695 std::vector<AllocationSp>& imageMemory, in createImages()