Home
last modified time | relevance | path

Searched refs:SecondaryCommandBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h471 class SecondaryCommandBuffer final : angle::NonCopyable
474 SecondaryCommandBuffer();
475 ~SecondaryCommandBuffer();
858 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() in SecondaryCommandBuffer() function
862 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 …]
DSecondaryCommandBuffer.cpp140 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()
DBUILD.gn69 "SecondaryCommandBuffer.cpp",
70 "SecondaryCommandBuffer.h",
Dvk_utils.h204 using CommandBuffer = priv::SecondaryCommandBuffer;