Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawConcurrentTests.cpp368 const VkCommandBuffer drawCommandBuffer = m_cmdBuffer.get(); in iterate() local
393 &drawCommandBuffer, // const VkCommandBuffer* pCommandBuffers; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp368 const VkCommandBuffer drawCommandBuffer = m_cmdBuffer.get(); in iterate() local
393 &drawCommandBuffer, // const VkCommandBuffer* pCommandBuffers; in iterate()
/third_party/vk-gl-cts/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()