Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp509 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate() local
513 …*(deUint32*)(countBufferPtr + m_offsetInCountBuffer) = m_drawCount + (m_testIndirectCountExt == In… in iterate()
515 …*(deUint32*)(countBufferPtr + m_offsetInCountBuffer) = (m_testIndirectCountExt == IndirectCountTyp… in iterate()
854 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate() local
858 …*(deUint32*)(countBufferPtr + m_offsetInCountBuffer) = m_drawCount + (m_testIndirectCountExt == In… in iterate()
860 *(deUint32*)(countBufferPtr + m_offsetInCountBuffer) = 1u; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp270 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in createIndirectCountBuffer() local
271 *(deUint32*)(countBufferPtr) = 1; in createIndirectCountBuffer()