Searched refs:m_depthStencilImageAlloc (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2118 m_depthStencilImageAlloc = bindImage(vk, device, allocator, *m_depthStencilImage, MemoryRequirement::Any); in iterate() 3134 MovePtr<Allocation> m_depthStencilImageAlloc; member in vkt::pipeline::__anon28238::Draw::DrawTest
|
H A D | vktPipelineMultisampleTests.cpp | 539 de::MovePtr<Allocation> m_depthStencilImageAlloc; member in vkt::pipeline::__anon28241::MultisampleRenderer 3677 m_depthStencilImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthStencilImage), MemoryRequirement::Any); 3678 VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthStencilImage, m_depthStencilImageAlloc->getMemory(), m_depthStencilImageAlloc->getOffset()));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2094 m_depthStencilImageAlloc = bindImage(vk, device, allocator, *m_depthStencilImage, MemoryRequirement::Any); in iterate() 3088 MovePtr<Allocation> m_depthStencilImageAlloc; member in vkt::pipeline::__anon29457::Draw::DrawTest
|
H A D | vktPipelineMultisampleTests.cpp | 542 de::MovePtr<Allocation> m_depthStencilImageAlloc; member in vkt::pipeline::__anon29461::MultisampleRenderer 3584 m_depthStencilImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthStencilImage), MemoryRequirement::Any); 3585 VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthStencilImage, m_depthStencilImageAlloc->getMemory(), m_depthStencilImageAlloc->getOffset()));
|
Completed in 31 milliseconds