Lines Matching refs:std
408 std::vector<de::SharedPtr<Move<VkCommandBuffer> > > ptrCmdBuffers;
409 std::vector<VkCommandBufferSubmitInfoKHR> cmdBuffersInfo (m_ops.size(), makeCommonCommandBufferSubmitInfo(0u));
410 std::vector<VkSemaphoreSubmitInfoKHR> waitSemaphoreSubmitInfos (m_ops.size(), makeCommonSemaphoreSubmitInfo(*semaphore, 0u, VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR));
411 std::vector<VkSemaphoreSubmitInfoKHR> signalSemaphoreSubmitInfos (m_ops.size(), makeCommonSemaphoreSubmitInfo(*semaphore, 0u, VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR));
514 std::vector<de::SharedPtr<OperationSupport> > m_opSupports;
515 std::vector<de::SharedPtr<Operation> > m_ops;
516 std::vector<de::SharedPtr<Resource> > m_resources;
604 const std::string& name,
733 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp);
741 std::string name = getResourceName(resource);
749 const std::string nameSp = name + "_specialized_access_flag";