Home
last modified time | relevance | path

Searched defs:MemoryType (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryMappingTests.cpp267 struct MemoryType struct
269 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType() function
275 MemoryType (void) in MemoryType() argument
280 deUint32 index;
281 VkMemoryType type;
DvktMemoryAllocationTests.cpp620 struct MemoryType in iterate() struct
622 deUint32 index; in iterate()
623 VkMemoryType type; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp306 struct MemoryType struct
308 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType() argument
314 MemoryType (void) in MemoryType() argument
319 deUint32 index;
320 VkMemoryType type;
DvktMemoryAllocationTests.cpp624 struct MemoryType in iterate() struct
626 deUint32 index; in iterate()
627 VkMemoryType type; in iterate()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DAclLiteType.h27 enum class MemoryType { MEMORY_NORMAL = 0, MEMORY_HOST, MEMORY_DEVICE, MEMORY_DVPP, MEMORY_INVALID_… enum
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dactor_common.h175 enum MemoryType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h98 enum class MemoryType : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp36457 struct MemoryType struct
36462 VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, in MemoryType() function
36470 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
36479 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
36483 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
36511 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryType ) == sizeof( VkMemoryType ),
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59915 struct MemoryType struct
59920 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function
59928MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType( *reinterpret_cast<MemoryT… in MemoryType() function
59935 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
59939 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
59944 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
59955 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
59964 bool operator==( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
59973 bool operator!=( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
59980 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]