/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageSamplingInstance.hpp | 88 de::MovePtr<vk::Allocation> m_colorImageAlloc;
|
vktPipelineBlendTests.cpp | 136 de::MovePtr<Allocation> m_colorImageAlloc; 338 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 339 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineDepthTests.cpp | 147 de::MovePtr<Allocation> m_colorImageAlloc; 263 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 264 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineStencilTests.cpp | 151 de::MovePtr<Allocation> m_colorImageAlloc; 350 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 351 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineInputAssemblyTests.cpp | 167 de::MovePtr<Allocation> m_colorImageAlloc; 972 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 973 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelinePushConstantTests.cpp | 140 de::MovePtr<Allocation> m_colorImageAlloc; 506 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 507 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineVertexInputTests.cpp | 228 de::MovePtr<Allocation> m_colorImageAlloc; 677 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 678 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineImageSamplingInstance.cpp | 509 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 510 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
vktPipelineCacheTests.cpp | [all...] |
vktPipelineMultisampleTests.cpp | 232 de::MovePtr<Allocation> m_colorImageAlloc; [all...] |
vktPipelineTimestampTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferViewAccessTests.cpp | 81 de::MovePtr<Allocation> m_colorImageAlloc; 178 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any); 179 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset())); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.hpp | 449 de::MovePtr<vk::Allocation> m_colorImageAlloc;
|
vktShaderRender.cpp | [all...] |