Searched defs:MemoryType (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h599 enum MemoryType { enum
608 Memory(void* b, MemoryType t) : base(b), type(t) {}
611 MemoryType type;
625 const MemoryType mem_type_; // Type of memory allocation.
704 static void DeallocateLocalMemory(void* memory, size_t size, MemoryType type);
/external/tensorflow/tensorflow/core/framework/
H A Dtypes.h42 // MemoryType is used to describe whether input or output Tensors of
46 enum MemoryType { enum in namespace:tensorflow
99 typedef gtl::InlinedVector<MemoryType, 4> MemoryTypeVector;
100 typedef gtl::ArraySlice<MemoryType> MemoryTypeSlice;
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp421 struct MemoryType struct in namespace:vkt::memory::__anon4356
438 vector<MemoryType> types;
495 const MemoryType type =
598 const MemoryType& memoryType = m_rng.choose<MemoryType>(heap.types.begin(), heap.types.end());
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Dsalproc.h167 UINT16 MemoryType; member in struct:__anon24388
175 // MemoryType info
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiHob.h104 EFI_MEMORY_TYPE MemoryType; member in struct:__anon24961
/external/syslinux/efi32/include/efi/
H A Defidevp.h93 UINT32 MemoryType; member in struct:_MEMMAP_DEVICE_PATH
/external/syslinux/efi64/include/efi/
H A Defidevp.h93 UINT32 MemoryType; member in struct:_MEMMAP_DEVICE_PATH
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidevp.h93 UINT32 MemoryType; member in struct:_MEMMAP_DEVICE_PATH
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDevicePath.h95 UINT32 MemoryType; member in struct:__anon24989
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp14401 struct MemoryType struct in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::DynamicState::DescriptorUpdateTemplateTypeKHR::ObjectType::QueueFlagBits::MemoryPropertyFlagBits
14408 bool operator==( MemoryType const& rhs ) const
14414 bool operator!=( MemoryType const& rhs ) const
14422 static_assert( sizeof( MemoryType ) == sizeof( VkMemoryType ), "struct and wrapper have different size!" );
14483 && ( memcmp( memoryTypes, rhs.memoryTypes, VK_MAX_MEMORY_TYPES * sizeof( MemoryType ) ) == 0 )
14494 MemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
[all...]

Completed in 517 milliseconds