Searched refs:CommandBufferBeginInfo (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 63 vk::CommandBufferBeginInfo commandBufferBeginInfo; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 49 vk::CommandBufferBeginInfo beginInfo{}; in beginSingleTimeCommands()
|
H A D | DrawTester.cpp | 366 vk::CommandBufferBeginInfo commandBufferBeginInfo; in createCommandBuffers()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 11409 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 D | vulkan_handles.hpp | 114 struct CommandBufferBeginInfo; 3217 begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo * pBeginInfo, 3222 begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo,
|
H A D | vulkan_raii.hpp | 4022 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 D | vulkan.hpp | 6701 struct StructExtends<DeviceGroupCommandBufferBeginInfo, CommandBufferBeginInfo>
|
H A D | vulkan_funcs.hpp | 4453 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 D | vulkan_static_assertions.hpp | 618 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 D | vulkan_handles.hpp | 115 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 D | vulkan_structs.hpp | 14742 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 D | vulkan_hash.hpp | 2212 struct hash<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo> 2214 std::size_t operator()( VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const & commandBufferBeginInfo ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan.hpp | 8760 struct StructExtends<DeviceGroupCommandBufferBeginInfo, CommandBufferBeginInfo>
|
H A D | vulkan_funcs.hpp | 4229 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 D | vulkan_raii.hpp | 5403 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