Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp2328 de::MovePtr<Allocation> m_srcBufferAlloc; member in vkt::pipeline::__anon818c47370111::TransferTestInstance
2383 …bufSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | VK_BUFFER_USAGE_TRANSFER_SRC_BIT, &m_srcBufferAlloc); in TransferTestInstance()
2386 char* pBuf = reinterpret_cast<char*>(m_srcBufferAlloc->getHostPtr()); in TransferTestInstance()
2388 flushAlloc(vk, vkDevice, *m_srcBufferAlloc); in TransferTestInstance()