Searched refs:SecondaryCommandBuffer (Results 1 – 4 of 4) sorted by relevance
471 class SecondaryCommandBuffer final : angle::NonCopyable474 SecondaryCommandBuffer();475 ~SecondaryCommandBuffer();858 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() in SecondaryCommandBuffer() function862 ANGLE_INLINE SecondaryCommandBuffer::~SecondaryCommandBuffer() {} in ~SecondaryCommandBuffer()865 ANGLE_INLINE void SecondaryCommandBuffer::commonDebugUtilsLabel(CommandID cmd, in commonDebugUtilsLabel()880 ANGLE_INLINE void SecondaryCommandBuffer::beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &label) in beginDebugUtilsLabelEXT()885 ANGLE_INLINE void SecondaryCommandBuffer::beginQuery(const QueryPool &queryPool, in beginQuery()895 ANGLE_INLINE void SecondaryCommandBuffer::beginTransformFeedback( in beginTransformFeedback()911 ANGLE_INLINE void SecondaryCommandBuffer::bindComputePipeline(const Pipeline &pipeline) in bindComputePipeline()[all …]
140 void SecondaryCommandBuffer::executeCommands(PrimaryCommandBuffer *primary) in executeCommands()590 void SecondaryCommandBuffer::getMemoryUsageStats(size_t *usedMemoryOut, in getMemoryUsageStats()611 std::string SecondaryCommandBuffer::dumpCommands(const char *separator) const in dumpCommands()
69 "SecondaryCommandBuffer.cpp",70 "SecondaryCommandBuffer.h",
204 using CommandBuffer = priv::SecondaryCommandBuffer;