Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp263 const VkCommandBuffer drawCommandBuffer = m_cmdBuffer.get(); in iterate() local
288 &drawCommandBuffer, // const VkCommandBuffer* pCommandBuffers; in iterate()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2329 std::vector<deInt8> drawCommandBuffer; in iterate() local
2330 drawCommandBuffer.resize(m_bufferSize); in iterate()
2332 deMemset(&drawCommandBuffer[0], 0, (int)drawCommandBuffer.size()); in iterate()
2336 DE_ASSERT(drawCommandBuffer.size() >= sizeof(drawCommand) + m_alignment); in iterate()
2337 deMemcpy(&drawCommandBuffer[m_alignment], &drawCommand, sizeof(drawCommand)); in iterate()
2359 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, drawCommandBuffer.size(), &drawCommandBuffer[0], GL_STATIC_… in iterate()