| /external/rust/crates/vulkano/src/memory/pool/ |
| D | pool.rs | 57 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()
|
| D | non_host_visible.rs | 40 memory_type: MemoryType, in new() 207 pub fn memory_type(&self) -> MemoryType { in memory_type()
|
| D | mod.rs | 97 ty: MemoryType, in alloc_generic() 108 ty: MemoryType, in alloc_generic_with_exportable_fd()
|
| D | host_visible.rs | 208 pub fn memory_type(&self) -> MemoryType { in memory_type()
|
| /external/ComputeLibrary/arm_compute/runtime/experimental/ |
| D | Types.h | 34 enum class MemoryType enum
|
| /external/rust/crates/vulkano/src/memory/ |
| D | device_memory.rs | 388 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/ |
| D | types.h | 48 enum MemoryType { enum
|
| /external/rust/crates/vulkano/src/device/ |
| D | physical.rs | 565 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/ |
| D | vktMemoryMappingTests.cpp | 267 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;
|
| D | vktMemoryAllocationTests.cpp | 587 struct MemoryType in iterate() struct 589 deUint32 index; in iterate() 590 VkMemoryType type; in iterate()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | memory_types.cc | 49 static Status ProcessMemoryTypes( in ProcessMemoryTypes() argument
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
| D | gpu_object_desc.h | 61 enum class MemoryType { GLOBAL, CONSTANT, LOCAL }; enum
|
| D | serialization_base_generated.h | 162 enum class MemoryType : int8_t { enum
|
| /external/libchrome/base/metrics/ |
| D | persistent_memory_allocator.h | 601 enum MemoryType { enum
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | Minidump.h | 98 enum class MemoryType : uint32_t { enum
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 42826 struct MemoryType struct 42831 …VULKAN_HPP_CONSTEXPR MemoryType(VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, uin… in MemoryType() function 42839 …MemoryType(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/ |
| D | vulkan_structs.hpp | 42753 struct MemoryType struct 42758 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function 42766 …MemoryType( 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/ |
| D | vulkan_structs.hpp | 44287 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/ |
| D | definitions.rs | 2069 pub struct MemoryType { struct 2073 impl MemoryType { argument 2109 pub fn build(self) -> MemoryType { in build()
|