Home
last modified time | relevance | path

Searched refs:CommandBufferBeginInfo (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp63 vk::CommandBufferBeginInfo commandBufferBeginInfo; in initialize()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp49 vk::CommandBufferBeginInfo beginInfo{}; in beginSingleTimeCommands()
H A DDrawTester.cpp366 vk::CommandBufferBeginInfo commandBufferBeginInfo; in createCommandBuffers()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp11409 struct CommandBufferBeginInfo struct
11417 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo(
11424 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( CommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
11426 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT
11427 : CommandBufferBeginInfo( *reinterpret_cast<CommandBufferBeginInfo const *>( &rhs ) )
11431 CommandBufferBeginInfo & operator=( CommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
11433 CommandBufferBeginInfo
[all...]
H A Dvulkan_handles.hpp114 struct CommandBufferBeginInfo;
3217 begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo * pBeginInfo,
3222 begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo,
H A Dvulkan_raii.hpp4022 void begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo ) const;
9809 VULKAN_HPP_INLINE void CommandBuffer::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo ) const in begin()
H A Dvulkan.hpp6701 struct StructExtends<DeviceGroupCommandBufferBeginInfo, CommandBufferBeginInfo>
H A Dvulkan_funcs.hpp4453 const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo * pBeginInfo, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
4463 CommandBuffer::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo, Dispatch const & d ) const in begin()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp618 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo ) == sizeof( VkCommandBufferBeginInfo ),
620 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo>::value, "struct wrapper is not a standard layout!" );
621 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo>::value,
622 "CommandBufferBeginInfo is not nothrow_move_constructible!" );
H A Dvulkan_handles.hpp115 struct CommandBufferBeginInfo;
4317 VULKAN_HPP_NODISCARD Result begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo * pBeginInfo,
4321 VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS typename ResultValueType<void>::type begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo,
H A Dvulkan_structs.hpp14742 struct CommandBufferBeginInfo struct
14750 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ = {},
14759 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( CommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
14761 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT
14762 : CommandBufferBeginInfo( *reinterpret_cast<CommandBufferBeginInfo const *>( &rhs ) )
14766 CommandBufferBeginInfo & operator=( CommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
14769 CommandBufferBeginInfo
[all...]
H A Dvulkan_hash.hpp2212 struct hash<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo>
2214 std::size_t operator()( VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const & commandBufferBeginInfo ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp8760 struct StructExtends<DeviceGroupCommandBufferBeginInfo, CommandBufferBeginInfo>
H A Dvulkan_funcs.hpp4229 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result CommandBuffer::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo * pBeginInfo,
4239 CommandBuffer::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo, Dispatch const & d ) const in begin()
[all...]
H A Dvulkan_raii.hpp5403 void begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo ) const;
12966 VULKAN_HPP_INLINE void CommandBuffer::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo ) const in begin()
[all...]

Completed in 326 milliseconds