Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp168 de::MovePtr<Allocation> m_instanceRateBufferAlloc; member in vkt::robustness::VertexAccessInstance
634m_instanceRateBufferAlloc = memAlloc.allocate(bufferMemoryReqs, MemoryRequirement::HostVisible… in VertexAccessInstance()
636 …VK_CHECK(vk.bindBufferMemory(*m_device, *m_instanceRateBuffer, m_instanceRateBufferAlloc->getMemor… in VertexAccessInstance()
637 m_instanceRateBufferAlloc->getOffset())); in VertexAccessInstance()
638 …populateBufferWithTestValues(m_instanceRateBufferAlloc->getHostPtr(), (uint32_t)m_instanceRateBuff… in VertexAccessInstance()
640 flushMappedMemoryRange(vk, *m_device, m_instanceRateBufferAlloc->getMemory(), in VertexAccessInstance()
641 m_instanceRateBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
889 inBufferPtr = m_instanceRateBufferAlloc->getHostPtr(); in verifyResult()