/hardware/google/aemu/host-common/ |
D | HostmemIdMapping.cpp | 56 hostmem_entry.caching = entry->caching; in add() 70 hostmem_entry.caching = entry->caching; in addMapping() 75 uint32_t handleType, uint32_t caching, in addDescriptorInfo() argument 81 .caching = caching, in addDescriptorInfo()
|
D | HostmemIdMapping_unittest.cpp | 35 .caching = MAP_CACHE_NONE, in TEST() 46 .caching = MAP_CACHE_NONE, in TEST() 57 .caching = MAP_CACHE_NONE, in TEST() 85 .caching = MAP_CACHE_NONE, in TEST() 93 .caching = MAP_CACHE_NONE, in TEST()
|
D | address_space_graphics.cpp | 443 entry.caching = MAP_CACHE_CACHED; in fillBlockLocked()
|
/hardware/google/gfxstream/host/ |
D | BlobManager.cpp | 30 void BlobManager::addMapping(uint32_t ctxId, uint64_t blobId, void* addr, uint32_t caching) { in addMapping() argument 33 .caching = caching, in addMapping() 55 uint32_t handleType, uint32_t caching, in addDescriptorInfo() argument 60 .caching = caching, in addDescriptorInfo()
|
D | BlobManager.h | 62 uint32_t caching; member 74 uint32_t caching; member 84 void addMapping(uint32_t ctx_id, uint64_t blobId, void* addr, uint32_t caching); 88 uint32_t handleType, uint32_t caching,
|
D | virtio-gpu-gfxstream-renderer.cpp | 311 uint32_t caching; member 1676 entry.caching = STREAM_RENDERER_MAP_CACHE_CACHED; in createRingBlob() 1706 e.caching = STREAM_RENDERER_MAP_CACHE_CACHED; in createBlob() 1720 e.caching = e.descriptorInfo->caching; in createBlob() 1726 e.caching = entryOpt->caching; in createBlob() 1802 *map_info = entry.caching; in resourceMapInfo()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | HostmemIdMapping.h | 62 uint32_t caching; member 86 uint32_t caching, std::optional<VulkanInfo> vulkanInfoOpt);
|
D | vm_operations.h | 39 uint32_t caching; member 48 uint32_t caching; member
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 127 * Gets the caching requirements of the driver implementation. 132 * The data cache is for caching constant data, possibly including preprocessed 136 * The model cache is for caching security-sensitive data such as compiled 145 * indicates compilation caching is not supported by this driver. The driver may 146 * still choose not to cache certain compiled models even if it reports that caching 149 * If the device reports that caching is not supported, the user may avoid calling 177 * Optionally, caching information may be provided for the driver to save 218 * may choose not to save to cache even if the caching information is 236 * the vector must either be 0 indicating that caching information is not provided, 242 * the vector must either be 0 indicating that caching information is not provided, [all …]
|
D | types.t | 37 * The maximum number of files for each type of cache in compilation caching.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_validation_cache.adoc | 19 This extension provides a mechanism for caching the results of potentially
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IDevice.hal | 87 * Optionally, caching information may be provided for the driver to save 148 * driver may choose not to save to cache even if the caching information is 171 * the vector must either be 0 indicating that caching information is 178 * vector must either be 0 indicating that caching information is not 183 * @param token A caching token of length Constant::BYTE_SIZE_OF_CACHE_TOKEN 190 * modelCache and dataCache are empty indicating that caching 234 * If there is an error, or if compilation caching is not supported, or if the 289 * @param token A caching token of length Constant::BYTE_SIZE_OF_CACHE_TOKEN 303 * - GENERAL_FAILURE if caching is not supported or if there is an
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_validation_features.adoc | 115 specifies that there will be no caching of shader validation results and 117 Shader validation caching is enabled by default.
|
D | executiongraphs.adoc | 31 pipeline caching is disabled; or the handle of a valid
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 153 uint32_t caching = 0; member
|
D | VkDecoderGlobalState.cpp | 4555 memoryInfo.caching = MAP_CACHE_CACHED; in on_vkAllocateMemory() 4557 memoryInfo.caching = MAP_CACHE_UNCACHED; in on_vkAllocateMemory() 4559 memoryInfo.caching = MAP_CACHE_WC; in on_vkAllocateMemory() 4940 info->caching, std::nullopt); in vkGetBlobInternal() 4997 handleType, info->caching, in vkGetBlobInternal() 5026 info->caching); in vkGetBlobInternal()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_module_identifier.adoc | 42 …ortant consideration here is that this solution is intended to aid internal implementation caching, 45 For explicit application side caching mechanisms, larger cache sizes are reasonable and expected,
|
D | VK_EXT_shader_object.adoc | 28 …ipeline cache, reusing an existing pipeline if it exists or creating and caching a new one if it d… 40 …caches, and introducing more granularity to the pipeline compilation and caching process. The exte…
|
D | VK_EXT_graphics_pipeline_library.adoc | 588 …ehavior for the implementation of pipeline caches instead of letting the caching be driven by the …
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 534 * This field can be used to enable proactive key caching which is also 535 * known as opportunistic PMKSA caching for WPA2. This is disabled (0) 539 * Proactive key caching is used to make supplicant assume that the APs
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | i915_drm.h | 1711 __u32 caching; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | BUILD.adoc | 407 However, due to local and CI caching problems when this image is updated on
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 36 * the caller is caching the contents of the buffer slots, it must empty
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 180 * also cause some buffer slots to be emptied. If the caller is caching the
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 450 * Buffer metadata can be changed after allocation so clients should avoid "caching"
|