Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_extended_sparse_address_space.adoc20 memory resources, but only for a certain set of usages.
22 This extension adds a query for the extended limit, and the supported usages
26 slink:VkImage or slink:VkBuffer uses only usages that are supported.
DVK_ANDROID_external_memory_android_hardware_buffer.adoc30 But since not all basetype:AHardwareBuffer usages and formats have Vulkan
121 formats/usages and existing Vulkan features.
/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp86 InputUsage usages[kMaxNumInputCodes]; in configureInputReport() local
90 usages[numUsages++] = codeMap[i].usage; in configureInputReport()
99 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_SWITCH, usages, numUsages); in configureInputReport()
DMouseInputMapper.cpp76 InputUsage usages[NELEM(codeMap)]; in configureInputReport() local
80 usages[numUsages++] = codeMap[i].usage; in configureInputReport()
86 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_MOUSE, usages, numUsages); in configureInputReport()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
DREADME.txt99 To make sure you use 64-bit usages while locking the buffer:
132 New usages names can be accessed by adding the namespace containing them:
142 *** gralloc1 default usages can still be used ***
152 *** But S.LSI specific usages have been RENAMED ***
154 /* S.LSI specific usages */
166 vendor-specific usages.
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h19 X(void, eglFillUsages, (void* usages)) \
32 EGLAPI void EGLAPIENTRY eglFillUsages(void* usages);
DRenderEGL_snapshot_static_translator_namespaced_header.h19 EGLAPI void EGLAPIENTRY eglFillUsages(void* usages);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries23 void eglFillUsages(void* usages);
/hardware/interfaces/automotive/audiocontrol/1.0/
Dtypes.hal26 // Sounds from Android (counting from 1 coincidentally lets us match AudioAttributes usages)
/hardware/google/gfxstream/common/detector/
DVulkan.h132 vkhpp::ImageUsageFlags usages,
153 vkhpp::ImageUsageFlags usages,
DVulkan.cpp304 vkhpp::ImageUsageFlags usages, in CreateImage() argument
319 .usage = usages, in CreateImage()
511 vkhpp::ImageUsageFlags usages, in CreateYuvImage() argument
566 .usage = usages, in CreateYuvImage()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp150 const uint32_t usages[] = { in HidRawSensor() local
157 [&usages] (const HidParser::ReportItem &d) { in HidRawSensor()
158 return std::find(std::begin(usages), std::end(usages), d.usage) in HidRawSensor()
159 != std::end(usages); in HidRawSensor()
/hardware/interfaces/thermal/1.0/
DIThermal.hal49 * CPU usages. The order and number of CPUs in the list must be kept
/hardware/google/gfxstream/host/
DRendererImpl.cpp403 void RendererImpl::fillGLESUsages(android_studio::EmulatorGLESUsages* usages) { in fillGLESUsages() argument
406 if (fb) fb->fillGLESUsages(usages); in fillGLESUsages()
DFrameBuffer.cpp3522 void FrameBuffer::fillGLESUsages(android_studio::EmulatorGLESUsages* usages) { in fillGLESUsages() argument
3524 s_egl.eglFillUsages(usages); in fillGLESUsages()
/hardware/interfaces/neuralnetworks/1.3/
DIPreparedModel.hal39 * execute_1_3 must verify the inputs to the function are correct, and the usages
135 * correct, and the usages of memory pools allocated by IDevice::allocate
225 * executeFenced must verify the inputs to the function are correct, and the usages
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_protected_access.adoc59 An alternative could be to provide the usages that may require protected memory
DVK_KHR_video_decode_queue.adoc457 .usage = VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR | ... // any other usages that may be needed
483 .usage = VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR | ... // any other usages that may be needed
540 .usage = dpbImageUsage | ... // any other usages that may be needed
DVK_KHR_maintenance5.adoc143 supported for all the usages of the VkBuffer would help.
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp152 EGLAPI void EGLAPIENTRY eglFillUsages(void* usages);
1792 EGLAPI void EGLAPIENTRY eglFillUsages(void* usages) { in eglFillUsages() argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_optical_flow/
Doptical_flow.adoc148 usages.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc978 filled with the current memory budgets and usages.
995 basetype:VkDeviceSize values in which memory usages are returned, with
4121 [[memory-external-android-hardware-buffer-optimal-usages]]
4129 usages and creation flags in the
4222 usages.
4306 Only image usages valid for the format are valid.
Dlimits.adoc2373 the maximum number of slink:VkImageView array layers for usages
4338 space available, in bytes, for sparse memory resources of all usages if
4343 difference in space must: only be used with usages allowed below.
4348 elink:VkImageUsageFlagBits of usages which may: allow an implementation
4352 elink:VkBufferUsageFlagBits of usages which may: allow an implementation
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc408 Implementations may: support additional usages.
948 but implementations may: support additional usages.
/hardware/interfaces/renderscript/1.0/
DIContext.hal425 * Propagates changes from one usage of the Allocation to the other usages

12