Home
last modified time | relevance | path

Searched refs:m_colorImageAlloc (Results 1 - 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp374 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), MemoryRequirement::Any); in GraphicsEnvironment()
375 VK_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in GraphicsEnvironment()
H A DvktRobustnessUtil.hpp105 de::MovePtr<vk::Allocation> m_colorImageAlloc; member in vkt::robustness::GraphicsEnvironment
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.cpp399 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), MemoryRequirement::Any); in GraphicsEnvironment()
400 VK_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in GraphicsEnvironment()
H A DvktRobustnessUtil.hpp105 de::MovePtr<vk::Allocation> m_colorImageAlloc; member in vkt::robustness::GraphicsEnvironment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp259 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::renderpass::__anon28601::UnusedAttachmentTestInstance
389 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in UnusedAttachmentTestInstance()
390 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in UnusedAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp260 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::renderpass::__anon29780::UnusedAttachmentTestInstance
391 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in UnusedAttachmentTestInstance()
392 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in UnusedAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp322 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
379 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anon27973::ScissorRenderer
H A DvktFragmentOperationsScissorTests.cpp358 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
421 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anon27974::ScissorRenderer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp322 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
379 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anon29207::ScissorRenderer
H A DvktFragmentOperationsScissorTests.cpp358 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
421 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anon29208::ScissorRenderer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp262 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28251::PushDescriptorBufferGraphicsTestInstance
331 m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImage), MemoryRequirement::Any); in init()
332 VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
1090 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28251::PushDescriptorImageGraphicsTestInstance
1163 m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImage), MemoryRequirement::Any); in init()
1164 VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
2738 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28251::PushDescriptorTexelBufferGraphicsTestInstance
2810 m_colorImageAlloc in init()
3618 de::MovePtr<Allocation> m_colorImageAlloc; global() member in vkt::pipeline::__anon28251::PushDescriptorInputAttachmentGraphicsTestInstance
[all...]
H A DvktPipelineBlendTests.cpp195 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28155::BlendTestInstance
232 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28155::DualSourceBlendTestInstance
647 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
648 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
1241 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
1242 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineInterfaceMatchingTests.cpp156 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28226::InterfaceMatchingTestInstance
221 m_colorImageAlloc = m_alloc.allocate(getImageMemoryRequirements(vk, device, *m_colorImage), MemoryRequirement::Any); in iterate()
222 VK_CHECK(vk.bindImageMemory(device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in iterate()
H A DvktPipelineStencilTests.cpp163 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28276::StencilTestInstance
403 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
404 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelinePushConstantTests.cpp236 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28244::PushConstantGraphicsTestInstance
331 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in init()
332 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
2020 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon28244::PushConstantLifetimeTestInstance
2182 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in init()
2183 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp259 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29471::PushDescriptorBufferGraphicsTestInstance
328 m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImage), MemoryRequirement::Any); in init()
329 VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
1078 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29471::PushDescriptorImageGraphicsTestInstance
1151 m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorImage), MemoryRequirement::Any); in init()
1152 VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
2728 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29471::PushDescriptorTexelBufferGraphicsTestInstance
2800 m_colorImageAlloc in init()
3599 de::MovePtr<Allocation> m_colorImageAlloc; global() member in vkt::pipeline::__anon29471::PushDescriptorInputAttachmentGraphicsTestInstance
[all...]
H A DvktPipelineBlendTests.cpp195 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29382::BlendTestInstance
232 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29382::DualSourceBlendTestInstance
649 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
650 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
1243 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
1244 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineInterfaceMatchingTests.cpp154 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29445::InterfaceMatchingTestInstance
219 m_colorImageAlloc = m_alloc.allocate(getImageMemoryRequirements(vk, device, *m_colorImage), MemoryRequirement::Any); in iterate()
220 VK_CHECK(vk.bindImageMemory(device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in iterate()
H A DvktPipelineStencilTests.cpp162 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29493::StencilTestInstance
403 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
404 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelinePushConstantTests.cpp234 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29464::PushConstantGraphicsTestInstance
329 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in init()
330 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
2026 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon29464::PushConstantLifetimeTestInstance
2188 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); in init()
2189 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp126 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::api::__anon27760::BufferViewTestInstance
203 ImageDedicatedAllocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
207 ImageSuballocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp123 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::api::__anon29008::BufferViewTestInstance
200 ImageDedicatedAllocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
204 ImageSuballocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp470 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon27904::DiscardRectanglesTestInstance
544 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp470 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon29150::DiscardRectanglesTestInstance
544 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
H A DvktDrawShaderLayerTests.cpp635 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
839 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon29184::Renderer

Completed in 52 milliseconds

123