Lines Matching refs:size

299       : m_count( static_cast<uint32_t>( list.size() ) )
306 : m_count( static_cast<uint32_t>( list.size() ) )
315 // Any type with a .data() return type implicitly convertible to T*, and a .size() return type implicitly
319 std::is_convertible<decltype( std::declval<V>().size() ), std::size_t>::value>::type * = nullptr>
321 : m_count( static_cast<uint32_t>( v.size() ) )
353 uint32_t size() const VULKAN_HPP_NOEXCEPT
437 : m_count( static_cast<uint32_t>( list.size() ) )
446 : m_count( static_cast<uint32_t>( list.size() ) )
455 : m_count( static_cast<uint32_t>( list.size() ) )
464 : m_count( static_cast<uint32_t>( list.size() ) )
472 // Any type with a .data() return type implicitly convertible to T*, and a .size() return type implicitly convertible to size_t.
475 std::is_convertible<decltype( std::declval<V>().size() ), std::size_t>::value>::type * = nullptr>
477 : m_count( static_cast<uint32_t>( v.size() ) )
509 uint32_t size() const VULKAN_HPP_NOEXCEPT
541 return reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + size() * m_stride );
548 VULKAN_HPP_ASSERT( begin() && size() );
549 return *reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + ( size() - 1 ) * m_stride );
553 using ArrayProxy<T>::size;
984 std::vector<typename UniqueType::element_type> newBuffer( handles.size() );
1164 VkResult vkMapMemory( VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void ** ppData ) const
1167 return ::vkMapMemory( device, memory, offset, size, flags, ppData );
1787 vkCmdFillBuffer( VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data ) const VULKAN_HPP_NOEXCEPT
1789 return ::vkCmdFillBuffer( commandBuffer, dstBuffer, dstOffset, size, data );
1929 uint32_t size,
1932 return ::vkCmdPushConstants( commandBuffer, layout, stageFlags, offset, size, pValues );
5725 void vkCmdBindIndexBuffer2KHR( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkIndexType indexType ) const
5728 return ::vkCmdBindIndexBuffer2KHR( commandBuffer, buffer, offset, size, indexType );