Searched refs:IndirectCommandsTokenTypeNV (Results 1 – 2 of 2) sorted by relevance
7747 VULKAN_HPP_INLINE std::string to_string( IndirectCommandsTokenTypeNV value ) in to_string()7751 case IndirectCommandsTokenTypeNV::eShaderGroup : return "ShaderGroup"; in to_string()7752 case IndirectCommandsTokenTypeNV::eStateFlags : return "StateFlags"; in to_string()7753 case IndirectCommandsTokenTypeNV::eIndexBuffer : return "IndexBuffer"; in to_string()7754 case IndirectCommandsTokenTypeNV::eVertexBuffer : return "VertexBuffer"; in to_string()7755 case IndirectCommandsTokenTypeNV::ePushConstant : return "PushConstant"; in to_string()7756 case IndirectCommandsTokenTypeNV::eDrawIndexed : return "DrawIndexed"; in to_string()7757 case IndirectCommandsTokenTypeNV::eDraw : return "Draw"; in to_string()7758 case IndirectCommandsTokenTypeNV::eDrawTasks : return "DrawTasks"; in to_string()7759 case IndirectCommandsTokenTypeNV::eDrawMeshTasks : return "DrawMeshTasks"; in to_string()[all …]
6549 enum class IndirectCommandsTokenTypeNV enum