Home | History | Annotate | Download | only in vulkan

Lines Matching defs:MemoryHeap

34086   struct MemoryHeap
34098 bool operator==( MemoryHeap const& rhs ) const
34104 bool operator!=( MemoryHeap const& rhs ) const
34112 static_assert( sizeof( MemoryHeap ) == sizeof( VkMemoryHeap ), "struct and wrapper have different size!" );
37902 && ( memcmp( memoryHeaps, rhs.memoryHeaps, VK_MAX_MEMORY_HEAPS * sizeof( MemoryHeap ) ) == 0 );
37913 MemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];