Lines Matching refs:buffer
289 "layout (binding = 0, std140) writeonly buffer Output {\n"
359 // Create color buffer images.
433 // Create vertex buffer.
460 // Create SSBO buffer
487 ssboBuffer->object(), // VkBuffer buffer;
552 const VkBuffer buffer = vertexBuffer->object();
564 // record secondary command buffer
573 drawCommands(*secCmdBuffer, buffer);
580 // record primary command buffer
597 drawCommands(*cmdBuffer, buffer);
607 drawCommands(*cmdBuffer, buffer);
766 // reduce number of tests for dynamic rendering cases where secondary command buffer is used