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.hpp32949 struct DrawIndirectCommand struct
32951 using NativeType = VkDrawIndirectCommand;
32954 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
32967DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
32976 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
32981 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
32987 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
32993 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
32999 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
33006 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
[all …]