HomeSort by relevance Sort by last modified time
    Searched refs:mappedMemory (Results 1 - 10 of 10) sorted by null

  /system/libhidl/transport/memory/1.0/
IMapper.hal 25 * @return mappedMemory Object representing memory mapped in this process.
28 mapMemory(memory mem) generates (IMemory mappedMemory);
  /system/libhidl/transport/memory/1.0/default/
AshmemMemory.h 41 AshmemMemory(const hidl_memory& memory, void* mappedMemory);
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrFormatTests.cpp 306 const bool mappedMemory = params.useMappedMemory;
308 const Unique<VkImage> image (createTestImage(vkd, device, format, size, createFlags, tiling, mappedMemory ? VK_IMAGE_LAYOUT_PREINITIALIZED : VK_IMAGE_LAYOUT_UNDEFINED));
309 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequirement::HostVisible : MemoryRequirement::Any));
373 if (mappedMemory)
  /frameworks/ml/nn/runtime/test/generated/vts_models/
mobilenet_224_gender_basic_fixed.model.cpp     [all...]
mobilenet_224_gender_basic_fixed_relaxed.model.cpp     [all...]
mobilenet_quantized.model.cpp     [all...]
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 912 sp<IMemory> mappedMemory = mapMemory(hidlMemory);
913 EXPECT_NE(nullptr, mappedMemory.get());
915 return mappedMemory;
    [all...]
drm_hal_vendor_test.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]

Completed in 345 milliseconds