Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/pool/
Dpool.rs57 memory_type: MemoryType, in generic_allocation()
117 memory_type: MemoryType, in generit_allocation_with_exportable_fd()
184 memory_type: MemoryType, in alloc_generic()
197 memory_type: MemoryType, in alloc_generic_with_exportable_fd()
Dnon_host_visible.rs40 memory_type: MemoryType, in new()
207 pub fn memory_type(&self) -> MemoryType { in memory_type()
Dmod.rs97 ty: MemoryType, in alloc_generic()
108 ty: MemoryType, in alloc_generic_with_exportable_fd()
Dhost_visible.rs208 pub fn memory_type(&self) -> MemoryType { in memory_type()
/external/ComputeLibrary/arm_compute/runtime/experimental/
DTypes.h34 enum class MemoryType enum
/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs388 memory_type: MemoryType, in alloc()
407 memory_type: MemoryType, in dedicated_alloc()
430 memory_type: MemoryType, in alloc_and_map()
439 memory_type: MemoryType, in dedicated_alloc_and_map()
456 memory_type: MemoryType, in alloc_with_exportable_fd()
476 memory_type: MemoryType, in dedicated_alloc_with_exportable_fd()
498 memory_type: MemoryType, in alloc_and_map_with_exportable_fd()
514 memory_type: MemoryType, in dedicated_alloc_and_map_with_exportable_fd()
559 pub fn memory_type(&self) -> MemoryType { in memory_type()
/external/tensorflow/tensorflow/core/framework/
Dtypes.h48 enum MemoryType { enum
/external/rust/crates/vulkano/src/device/
Dphysical.rs565 pub struct MemoryType<'a> { struct
568 info: &'a ash::vk::MemoryType, argument
571 impl<'a> MemoryType<'a> { implementation
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp267 struct MemoryType struct
269 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType() argument
275 MemoryType (void) in MemoryType() argument
280 deUint32 index;
281 VkMemoryType type;
DvktMemoryAllocationTests.cpp587 struct MemoryType in iterate() struct
589 deUint32 index; in iterate()
590 VkMemoryType type; in iterate()
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc49 static Status ProcessMemoryTypes( in ProcessMemoryTypes() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h61 enum class MemoryType { GLOBAL, CONSTANT, LOCAL }; enum
Dserialization_base_generated.h162 enum class MemoryType : int8_t { enum
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h601 enum MemoryType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h98 enum class MemoryType : uint32_t { enum
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp42826 struct MemoryType struct
42831 …VULKAN_HPP_CONSTEXPR MemoryType(VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, uin… in MemoryType() function
42839MemoryType(VkMemoryType const &rhs) VULKAN_HPP_NOEXCEPT : MemoryType(*reinterpret_cast<MemoryType … in MemoryType() function
42846 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>(&rhs); in operator =()
42850 explicit operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
42855 explicit operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
42866 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42894 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::MemoryType) == sizeof(VkMemoryType), "struct …
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp42753 struct MemoryType struct
42758 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function
42766MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType( *reinterpret_cast<MemoryT… in MemoryType() function
42773 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
42777 explicit operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
42782 explicit operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
42793 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42821 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryType ) == sizeof( VkMemoryType ), "s…
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp44287 struct MemoryType struct
44292 VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, in MemoryType() function
44300 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
44309 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
44313 explicit operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
44318 explicit operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
44329 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
44357 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryType ) == sizeof( VkMemoryType ),
/external/rust/crates/ash/src/vk/
Ddefinitions.rs2069 pub struct MemoryType { struct
2073 impl MemoryType { argument
2109 pub fn build(self) -> MemoryType { in build()