Lines Matching refs:BufferView
1086 class BufferView class
1089 BufferView() in BufferView() function in vk::BufferView
1094 BufferView(VkBufferView bufferView) in BufferView() function in vk::BufferView
1098 BufferView& operator=(VkBufferView bufferView) in operator =()
1105 bool operator==(BufferView const &rhs) const in operator ==()
1110 bool operator!=(BufferView const &rhs) const in operator !=()
1115 bool operator<(BufferView const &rhs) const in operator <()
1141 …static_assert( sizeof( BufferView ) == sizeof( VkBufferView ), "handle and wrapper have different …
5952 …_ = nullptr, const DescriptorBufferInfo* pBufferInfo_ = nullptr, const BufferView* pTexelBufferVie… in WriteDescriptorSet()
6031 WriteDescriptorSet& setPTexelBufferView( const BufferView* pTexelBufferView_ ) in setPTexelBufferView()
6073 const BufferView* pTexelBufferView;
16468 …BufferViewCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, BufferView* pView ) const in createBufferView()
16474 …ResultValueType<BufferView>::type createBufferView( const BufferViewCreateInfo & createInfo, Optio… in createBufferView()
16476 BufferView view; in createBufferView()
16482 void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator ) const in destroyBufferView()
16488 …void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nul… in destroyBufferView()