HomeSort by relevance Sort by last modified time
    Searched refs:m_colorImageAlloc (Results 1 - 21 of 21) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 309 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), MemoryRequirement::Any);
310 VK_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
vktRobustnessUtil.hpp 102 de::MovePtr<vk::Allocation> m_colorImageAlloc;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 94 de::MovePtr<Allocation> m_colorImageAlloc;
171 ImageDedicatedAllocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
175 ImageSuballocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 140 de::MovePtr<Allocation> m_colorImageAlloc;
340 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
341 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelineDepthTests.cpp 171 de::MovePtr<Allocation> m_colorImageAlloc;
309 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
310 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelinePushDescriptorTests.cpp 237 de::MovePtr<Allocation> m_colorImageAlloc;
304 m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImage), MemoryRequirement::Any);
305 VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelineStencilTests.cpp 151 de::MovePtr<Allocation> m_colorImageAlloc;
347 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
348 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelineDynamicOffsetTests.cpp 125 de::MovePtr<Allocation> m_colorImageAlloc;
197 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
198 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelineInputAssemblyTests.cpp 170 de::MovePtr<Allocation> m_colorImageAlloc;
973 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
974 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelinePushConstantTests.cpp 185 de::MovePtr<Allocation> m_colorImageAlloc;
296 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
297 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
vktPipelineCacheTests.cpp 614 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT];
    [all...]
vktPipelineVertexInputTests.cpp 262 de::MovePtr<Allocation> m_colorImageAlloc;
    [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineMultisampleSampleLocationsExtTests.cpp     [all...]
vktPipelineMultisampleTests.cpp 362 de::MovePtr<Allocation> m_colorImageAlloc;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassUnusedAttachmentTests.cpp 259 de::MovePtr<Allocation> m_colorImageAlloc;
390 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
391 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 344 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
401 MovePtr<Allocation> m_colorImageAlloc;
vktFragmentOperationsScissorTests.cpp 365 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
427 MovePtr<Allocation> m_colorImageAlloc;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderLayerTests.cpp 786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
vktDrawShaderViewportIndexTests.cpp 703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
765 MovePtr<Allocation> m_colorImageAlloc;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
569 MovePtr<Allocation> m_colorImageAlloc;
    [all...]

Completed in 391 milliseconds