Home
last modified time | relevance | path

Searched refs:m_colorImageAlloc (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp309m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), Me… in GraphicsEnvironment()
310 …K_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in GraphicsEnvironment()
DvktRobustnessUtil.hpp102 de::MovePtr<vk::Allocation> m_colorImageAlloc; member in vkt::robustness::GraphicsEnvironment
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp259 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::renderpass::__anoncc17baca0111::UnusedAttachmentTestInstance
390m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in UnusedAttachmentTestInstance()
391 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp94 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::api::__anon02e39ada0111::BufferViewTestInstance
171 …erSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
175 …erSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp237 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance
304m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
305 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
1037 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance
1108m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
1109 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
2648 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorTexelBufferGraphicsTestInstance
2718m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
2719 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
3498 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineDepthTests.cpp171 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon2f1287e00111::DepthTestInstance
309m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in DepthTestInstance()
310 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in DepthTestInstance()
DvktPipelineStencilTests.cpp151 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anone7a1191d0111::StencilTestInstance
347m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in StencilTestInstance()
348 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in StencilTestInstance()
DvktPipelineBlendTests.cpp140 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon995fcff00111::BlendTestInstance
340m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in BlendTestInstance()
341 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in BlendTestInstance()
DvktPipelineDynamicOffsetTests.cpp125 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance
197m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in init()
198 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
DvktPipelineInputAssemblyTests.cpp170 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance
973m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in InputAssemblyInstance()
974 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp185 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance
296m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in init()
297 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
DvktPipelineVertexInputTests.cpp262 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon6b7ae5390111::VertexInputInstance
982m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in VertexInputInstance()
983 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in VertexInputInstance()
DvktPipelineCacheTests.cpp614 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anoned8237df0111::GraphicsCacheTestInstance
774 &m_colorImageAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in GraphicsCacheTestInstance()
781 &m_colorImageAlloc[PIPELINE_CACHE_NDX_CACHED]); in GraphicsCacheTestInstance()
DvktPipelineMultisampleTests.cpp362 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon0970cb380111::MultisampleRenderer
2060m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Mem… in initialize()
2061 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in initialize()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1519 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
1723 MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3a411fb70111::VerifySamples::TestBase
2050 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
3096 MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3a411fb70111::Draw::DrawTest
DvktPipelineTimestampTests.cpp846 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon7daaa53f0111::BasicGraphicsTestInstance
929 &m_colorImageAlloc); in buildFrameBuffer()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp344 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
401 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anonbe0ace2d0111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp365 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
427 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anonbc2140220111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
765 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon132dc16a0111::Renderer
DvktDrawShaderLayerTests.cpp786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
864 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon2217faef0111::Renderer
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
569 MovePtr<Allocation> m_colorImageAlloc; member in vkt::sparse::__anoncca8890a0111::Renderer