Home
last modified time | relevance | path

Searched defs:DrawIndirectCommand (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp23255 struct DrawIndirectCommand struct
23257 using NativeType = VkDrawIndirectCommand;
23260 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
23272 DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DrawIndirectCommand() function
23281 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
23286 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
23292 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
23298 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
23304 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
23311 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp37529 struct DrawIndirectCommand struct
37531 using NativeType = VkDrawIndirectCommand;
37534 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
37547DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
37556 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
37561 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
37567 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
37573 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
37579 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
37586 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
[all …]