Lines Matching defs:command
404 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command)
410 m_indirectBufferContents.resize(currentSize + sizeof(command));
412 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command));
416 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCommand& command)
422 m_indirectBufferContents.resize(currentSize + sizeof(command));
424 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command));
741 // record secondary command buffer
757 // record primary command buffer
1109 // record secondary command buffer
1125 // record primary command buffer
1273 // reduce number of tests for dynamic rendering cases where secondary command buffer is used