Home
last modified time | relevance | path

Searched defs:Memory (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_FUCHSIA_external_memory/
Ddevice_memory.adoc34 ==== Importing Fuchsia External Memory
112 [[exporting-fuchsia-device-memory]]
113 ==== Exporting Fuchsia Device Memory
/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h41 struct Memory { struct
42 VkDeviceMemory deviceMemory = argument
45 bool operator==(const Memory& rhs) const { argument
/hardware/interfaces/tests/memory/1.0/default/
DMemoryTest.h44 struct Memory : public IMemoryTest { struct
/hardware/google/gfxstream/guest/mesa/include/android_stub/backtrace/
DBacktraceMap.h62 class Memory; variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc258 ==== Embedded Immutable Samplers
/hardware/google/gfxstream/guest/vulkan_enc_unit_tests/
DCommandBufferStagingStream_test.cpp211 [](const CommandBufferStagingStream::Memory&) {}; in __anon4c1c087b0102()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp3042 class Memory : public detail::Wrapper<cl_mem> class
3046 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory
3053 __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { } in Memory() function in cl::Memory
3069 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory
3084 Memory(Memory&& mem) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
Dopencl.hpp3447 class Memory : public detail::Wrapper<cl_mem> class
3451 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory
3464 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory() function in cl::Memory
3481 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory
3495 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h919 MINIDUMP_LOCATION_DESCRIPTOR Memory; member
1148 MINIDUMP_LOCATION_DESCRIPTOR Memory; member