Home
last modified time | relevance | path

Searched refs:m_alloc (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp223 SimpleAllocator m_alloc; member in vkt::synchronization::__anon28829::NoneStageTestInstance
267 , m_alloc (m_context.getDeviceInterface(), in m_alloc() function
467 m_vertexBuffer.create(m_context, m_alloc, sizeof(float) * vertices.size(), VK_BUFFER_USAGE_VERTEX_BUFFER_BIT); in buildVertexBuffer()
814 m_referenceImage.create(m_context, m_alloc, m_referenceImageFormat, m_imageExtent, m_referenceImageUsage); in iterate()
818 srcBuffer.create(m_context, m_alloc, imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT); in iterate()
839 dstBuffer.create(m_context, m_alloc, imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in iterate()
852 m_imageToWrite.create(m_context, m_alloc, m_transitionImageFormat, m_imageExtent, m_imageToWriteUsage); in iterate()
889 m_imageToRead.create(m_context, m_alloc, m_readImageFormat, m_imageExtent, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp223 SimpleAllocator m_alloc; member in vkt::synchronization::__anon29978::NoneStageTestInstance
267 , m_alloc (m_context.getDeviceInterface(), in m_alloc() function
465 m_vertexBuffer.create(m_context, m_alloc, sizeof(float) * vertices.size(), VK_BUFFER_USAGE_VERTEX_BUFFER_BIT); in buildVertexBuffer()
812 m_referenceImage.create(m_context, m_alloc, m_referenceImageFormat, m_imageExtent, m_referenceImageUsage); in iterate()
816 srcBuffer.create(m_context, m_alloc, imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT); in iterate()
837 dstBuffer.create(m_context, m_alloc, imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in iterate()
850 m_imageToWrite.create(m_context, m_alloc, m_transitionImageFormat, m_imageExtent, m_imageToWriteUsage); in iterate()
887 m_imageToRead.create(m_context, m_alloc, m_readImageFormat, m_imageExtent, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp148 SimpleAllocator m_alloc; member in vkt::pipeline::__anon28226::InterfaceMatchingTestInstance
177 , m_alloc(context.getDeviceInterface(), context.getDevice(), in InterfaceMatchingTestInstance()
221 m_colorImageAlloc = m_alloc.allocate(getImageMemoryRequirements(vk, device, *m_colorImage), MemoryRequirement::Any); in iterate()
341 m_vertexBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_vertexBuffer), MemoryRequirement::HostVisible); in iterate()
353 m_resultBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_resultBuffer), MemoryRequirement::HostVisible); in iterate()
H A DvktPipelineLibraryTests.cpp2125 , m_alloc (m_context.getDefaultAllocator()) in PipelineLibraryShaderModuleInfoInstance()
2147 Allocator& m_alloc; member in vkt::pipeline::__anon28227::PipelineLibraryShaderModuleInfoInstance
2184 m_outputBuffer = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, outputBufferCreateInfo, MemoryRequirement::HostVisible)); in prepareOutputBuffer()
2410 BufferWithMemoryPtr sbt = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, sbtCreateInfo, sbtMemReqs)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp146 SimpleAllocator m_alloc; member in vkt::pipeline::__anon29445::InterfaceMatchingTestInstance
175 , m_alloc(context.getDeviceInterface(), context.getDevice(), in InterfaceMatchingTestInstance()
219 m_colorImageAlloc = m_alloc.allocate(getImageMemoryRequirements(vk, device, *m_colorImage), MemoryRequirement::Any); in iterate()
339 m_vertexBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_vertexBuffer), MemoryRequirement::HostVisible); in iterate()
351 m_resultBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_resultBuffer), MemoryRequirement::HostVisible); in iterate()
H A DvktPipelineLibraryTests.cpp2083 , m_alloc (m_context.getDefaultAllocator()) in PipelineLibraryShaderModuleInfoInstance()
2105 Allocator& m_alloc; member in vkt::pipeline::__anon29446::PipelineLibraryShaderModuleInfoInstance
2142 m_outputBuffer = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, outputBufferCreateInfo, MemoryRequirement::HostVisible)); in prepareOutputBuffer()
2368 BufferWithMemoryPtr sbt = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, sbtCreateInfo, sbtMemReqs)); in iterate()

Completed in 18 milliseconds