Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/experimental/
DTypes.h34 enum class MemoryType enum
/external/ComputeLibrary/arm_compute/dynamic_fusion/sketch/
DMemoryDescriptor.h53 enum class MemoryType enum
/external/tensorflow/tensorflow/core/framework/
Dtypes.h48 enum MemoryType { enum
/external/rust/crates/vulkano/src/memory/
Dmod.rs153 pub struct MemoryType { struct
155 pub property_flags: MemoryPropertyFlags,
158 pub heap_index: u32,
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp303 struct MemoryType struct
305 MemoryType(uint32_t index_, const VkMemoryType &type_) : index(index_), type(type_) in MemoryType() argument
309 MemoryType(void) : index(~0u) in MemoryType() function
313 uint32_t index;
314 VkMemoryType type;
DvktMemoryAllocationTests.cpp663 struct MemoryType in iterate() struct
665 uint32_t index; in iterate()
666 VkMemoryType type; in iterate()
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc49 static Status ProcessMemoryTypes( in ProcessMemoryTypes() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h174 LLT MemoryType; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h61 enum class MemoryType { GLOBAL, CONSTANT, LOCAL }; enum
Dserialization_base_generated.h174 enum class MemoryType : int8_t { enum
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h601 enum MemoryType { enum
/external/cronet/base/metrics/
Dpersistent_memory_allocator.h644 enum MemoryType { enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMinidump.h98 enum class MemoryType : uint32_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h98 enum class MemoryType : uint32_t { enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp3346 LLT MemoryType; in parseMachineMemoryOperand() local
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50861 struct MemoryType struct
50866 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function
50874MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType( *reinterpret_cast<MemoryT… in MemoryType() function
50881 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
50885 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
50890 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
50901 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
50910 bool operator==( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
50919 bool operator!=( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
50926 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp52262 struct MemoryType struct
52267 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function
52275MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType( *reinterpret_cast<MemoryT… in MemoryType() function
52282 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
52286 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
52291 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
52302 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52311 bool operator==( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52320 bool operator!=( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52327 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp52231 struct MemoryType struct
52236 …VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, ui… in MemoryType() function
52244MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType( *reinterpret_cast<MemoryT… in MemoryType() function
52251 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
52255 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
52260 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
52271 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52280 bool operator==( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52289 bool operator!=( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52296 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14486 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs2225 pub struct MemoryType { struct
2229 impl MemoryType { argument
2267 pub fn build(self) -> MemoryType { in build()