Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanWrapper/
DImage.hpp40 vk::DeviceMemory imageMemory; // Owning handle member in Image
/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp54 DeviceMemory *imageMemory = nullptr; member in vk::PresentImage
/external/mesa3d/src/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp123 VkDeviceMemory imageMemory = VK_NULL_HANDLE; member in goldfish_vk::testing::__anon9cfb48660111::ComputePipelineRestorationTest
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp394 const UniquePtr<Allocation> imageMemory( in renderTriangleTest() local
643 const UniquePtr<Allocation> imageMemory( in renderTriangleUnusedResolveAttachmentTest() local
DvktApiImageClearingTests.cpp810 …de::MovePtr<Allocation> imageMemory(allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_d… in allocateAndBindImageMemory() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawPointClampTests.cpp187 const UniquePtr<Allocation> imageMemory( in renderPointSizeClampTest() local
/external/mesa3d/src/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.h72 VkDeviceMemory imageMemory = VK_NULL_HANDLE; member
DVkAndroidNativeBuffer.cpp363 auto imageMemory = anbInfo->imageMemory; in teardownAndroidNativeBufferImage() local
DCompositorVk.cpp568 VkDeviceMemory imageMemory = VK_NULL_HANDLE; in setUpDefaultImage() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp260 de::MovePtr<Allocation> imageMemory; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp167 …de::MovePtr<Allocation> imageMemory = allocator.allocate(requirements, MemoryRequirement::Any); in createImageAndBindMemory() local
DvktSpvAsmGraphicsShaderTestUtil.cpp3376 const UniquePtr<Allocation> imageMemory( in runAndVerifyDefaultPipeline() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp631 …uint8_t *imageMemory = static_cast<uint8_t *>(getTexelPointer(imageCopyOffset, ImageSubresource(im… in copy() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp846 ImageMemory imageMemory; member
5192 TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy()
6289 const TestConfig::ImageMemory imageMemory = in addAttachmentTests() local
6499 const TestConfig::ImageMemory imageMemory = TestConfig::IMAGEMEMORY_LAZY; in addAttachmentWriteMaskTests() local
6616 const TestConfig::ImageMemory imageMemory = in addAttachmentAllocationTests() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp435 …const vector<AllocationSp> imageMemory(allocateAndBindImageMemory(vkd, device, context.getDefaultA… in evalShader() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3715 std::vector<AllocationSp> &imageMemory, in createImages()