Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtypes.h47 enum MemoryType { enum
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp265 struct MemoryType struct
267 MemoryType (deUint32 index_, const VkMemoryType& type_) in MemoryType() function
273 MemoryType (void) in MemoryType() function
278 deUint32 index;
279 VkMemoryType type;
DvktMemoryAllocationTests.cpp537 struct MemoryType in iterate() struct
539 deUint32 index; in iterate()
540 VkMemoryType type; in iterate()
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc48 static Status ProcessMemoryTypes( in ProcessMemoryTypes() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h57 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/llvm-project/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/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1920 std::vector<Metadata *> MemoryType; in createKernelFunctionDecl() local
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp32487 struct MemoryType struct
32490 VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, in MemoryType() function
32498 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
32507 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
32511 operator VkMemoryType const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
32516 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
32524 bool operator==( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32529 bool operator!=( MemoryType const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
32536 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
32537 uint32_t heapIndex = {};
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp52265 struct MemoryType struct
52270 …VULKAN_HPP_CONSTEXPR MemoryType(VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, uin… in MemoryType() function
52276 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
52284 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
52288 MemoryType & operator=( MemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
52295 operator VkMemoryType const&() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
52300 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
52309 bool operator==( MemoryType const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52315 bool operator!=( MemoryType const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52324 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp52443 struct MemoryType struct
52448 …VULKAN_HPP_CONSTEXPR MemoryType(VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_ = {}, uin… in MemoryType() function
52454 MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryType() function
52462 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryType const *>( &rhs ); in operator =()
52466 MemoryType & operator=( MemoryType const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
52473 operator VkMemoryType const&() const VULKAN_HPP_NOEXCEPT in operator VkMemoryType const&()
52478 operator VkMemoryType &() VULKAN_HPP_NOEXCEPT in operator VkMemoryType&()
52487 bool operator==( MemoryType const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52493 bool operator!=( MemoryType const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52502 VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {};
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14076 EVT MemoryType = LD->getMemoryVT(); in combineBVZEXTLOAD() local