/hardware/interfaces/graphics/composer/2.1/utils/resources/ |
D | ComposerResources.cpp | 348 return getHandle(display, 0, slot, Cache::CLIENT_TARGET, fromCache, rawHandle, outBufferHandle, in getDisplayClientTarget() 356 return getHandle(display, 0, slot, Cache::OUTPUT_BUFFER, fromCache, rawHandle, outBufferHandle, in getDisplayOutputBuffer() 364 return getHandle(display, layer, slot, Cache::LAYER_BUFFER, fromCache, rawHandle, in getLayerBuffer() 372 return getHandle(display, layer, 0, Cache::LAYER_SIDEBAND_STREAM, false, rawHandle, in getLayerSidebandStream() 411 Error ComposerResources::getHandle(Display display, Layer layer, uint32_t slot, Cache cache, in getHandle() 431 const bool needLayerResource = (cache == ComposerResources::Cache::LAYER_BUFFER || in getHandle() 432 cache == ComposerResources::Cache::LAYER_SIDEBAND_STREAM); in getHandle() 442 case ComposerResources::Cache::CLIENT_TARGET: in getHandle() 446 case ComposerResources::Cache::OUTPUT_BUFFER: in getHandle() 450 case ComposerResources::Cache::LAYER_BUFFER: in getHandle() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | cache_test.cpp | 677 class Cache : public ::testing::Test { class 681 Cache() { in Cache() function in Cache 684 ~Cache() { in ~Cache() 689 TEST_F(Cache, MultiFile) in TEST_F() argument 720 TEST_F(Cache, SingleFile) in TEST_F() argument 760 TEST_F(Cache, Database) in TEST_F() argument 800 TEST_F(Cache, Combined) in TEST_F() argument 1021 TEST_F(Cache, DISABLED_List) in TEST_F() argument 1260 TEST_F(Cache, DatabaseMultipartEviction) in TEST_F() argument 1313 TEST_F(Cache, Disabled) in TEST_F() argument
|
/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
D | ComposerResources.h | 246 enum class Cache { enum 253 Error getHandle(Display display, Layer layer, uint32_t slot, Cache cache, bool fromCache,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_validation_features.adoc | 54 ** Add Shader Validation Cache disable
|
D | vulkanscdeviations.adoc | 79 | <<synchronization,Synchronization and Cache Control>> a| include::{chapters}/synchronization.adoc…
|
D | glossary.adoc | 1292 Pipeline Cache:: 1859 Validation Cache::
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | module.adoc | 151 === Reading back CUDA Module Cache
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_tile_properties.adoc | 20 …the "Framebuffer Region Dependencies" section in the "Synchronization and Cache Control" chapter o…
|
D | VK_EXT_shader_module_identifier.adoc | 25 - Cache converted SPIR-V on disk
|
D | VK_KHR_video_queue.adoc | 314 …* Cache the set of parameters on the application side and create a new video session parameters ob…
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 915 * @param cacheDir Cache directory 1158 * @param cacheDir Cache directory name
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 894 ….require(host_machine.system() != 'windows', error_message : 'Shader Cache does not currently work… 1505 error('Shader Cache requires compression')
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 7171 == Pipeline Cache 7203 === Creating a Pipeline Cache argument 7493 === Retrieving Pipeline Cache Data argument 7528 the <<pipelines-cache-header, Pipeline Cache Header>> section. 7540 === Pipeline Cache Header argument 7900 === Destroying a Pipeline Cache
|
D | shaders.adoc | 1739 Cache Control>> chapter. 3352 == Validation Cache
|
D | devsandqueues.adoc | 2796 See <<synchronization,Synchronization and Cache Control>> for further 3530 See the <<synchronization,Synchronization and Cache Control>> chapter for
|
D | video_extensions.adoc | 1644 * Cache the set of parameters on the application side and create a new
|
D | memory.adoc | 3549 <<synchronization, Synchronization and Cache Control>> as they are crucial
|
D | synchronization.adoc | 6 = Synchronization and Cache Control
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 553 * Add a NOTE to the <<pipelines-cache-header, Pipeline Cache Header>> 4245 * Add level 3 headings in <<pipelines-cache, Pipeline Cache>> section 12489 * Clarify in the <<pipelines-cache,Pipeline Cache>> section that
|