Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp54 DeviceMemory *imageMemory = nullptr; member in vk::PresentImage
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp403 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleTest() local
679 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk… in renderTriangleDummyExtStructTest() local
1277 …const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vk… in renderTriangleUnusedResolveAttachmentTest() local
DvktApiImageClearingTests.cpp716 …de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_… in allocateAndBindImageMemory() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp151 de::MovePtr<Allocation> imageMemory = allocator.allocate(requirements, MemoryRequirement::Any); in createImageAndBindMemory() local
DvktSpvAsmGraphicsShaderTestUtil.cpp3258 …const UniquePtr<Allocation> imageMemory (allocator.allocate(getImageMemoryRequirements(vk, d… in runAndVerifyDefaultPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp405 vk::Move<vk::VkDeviceMemory> imageMemory; in iterate() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp432 …uint8_t *imageMemory = static_cast<uint8_t *>(getTexelPointer(region.imageOffset, region.imageSubr… in copy() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp813 ImageMemory imageMemory; member
4116 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy()
4870 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(i… in addAttachmentTests() local
5006 const TestConfig::ImageMemory imageMemory = TestConfig::IMAGEMEMORY_LAZY; in addAttachmentWriteMaskTests() local
5415 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local
5590 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp515 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.… in evalShader() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3695 std::vector<AllocationSp>& imageMemory, in createImages()