Searched defs:Memory (Results 1 – 9 of 9) sorted by relevance
34 ==== Importing Fuchsia External Memory112 [[exporting-fuchsia-device-memory]]113 ==== Exporting Fuchsia Device Memory
41 struct Memory { struct42 VkDeviceMemory deviceMemory = argument45 bool operator==(const Memory& rhs) const { argument
44 struct Memory : public IMemoryTest { struct
62 class Memory; variable
258 ==== Embedded Immutable Samplers
211 [](const CommandBufferStagingStream::Memory&) {}; in __anon4c1c087b0102()
3042 class Memory : public detail::Wrapper<cl_mem> class3046 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory3053 __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { } in Memory() function in cl::Memory3069 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory3084 Memory(Memory&& mem) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
3447 class Memory : public detail::Wrapper<cl_mem> class3451 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory3464 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory() function in cl::Memory3481 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory3495 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
919 MINIDUMP_LOCATION_DESCRIPTOR Memory; member1148 MINIDUMP_LOCATION_DESCRIPTOR Memory; member