HomeSort by relevance Sort by last modified time
    Searched refs:m_inBufferAlloc (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessBufferAccessTests.cpp 190 de::MovePtr<Allocation> m_inBufferAlloc;
740 m_inBufferAlloc = memAlloc.allocate(inBufferMemoryReqs, MemoryRequirement::HostVisible);
745 VK_CHECK(vk.bindBufferMemory(*m_device, *m_inBuffer, m_inBufferAlloc->getMemory(), m_inBufferAlloc->getOffset()));
746 populateBufferWithTestValues(m_inBufferAlloc->getHostPtr(), m_inBufferAllocSize, m_bufferFormat);
747 flushMappedMemoryRange(vk, *m_device, m_inBufferAlloc->getMemory(), m_inBufferAlloc->getOffset(), VK_WHOLE_SIZE);
    [all...]
vktRobustBufferAccessWithVariablePointersTests.cpp 336 de::MovePtr<Allocation> m_inBufferAlloc;
    [all...]

Completed in 544 milliseconds