/hardware/google/gfxstream/guest/vulkan_enc/ |
D | Validation.cpp | 25 auto resources = ResourceTracker::get(); in on_vkFlushMappedMemoryRanges() local 28 if (!resources->isValidMemoryRange(pMemoryRanges[i])) { in on_vkFlushMappedMemoryRanges() 39 auto resources = ResourceTracker::get(); in on_vkInvalidateMappedMemoryRanges() local 42 if (!resources->isValidMemoryRange(pMemoryRanges[i])) { in on_vkInvalidateMappedMemoryRanges()
|
D | func_table.cpp | 180 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_QueueSubmit() local 181 vkQueueSubmit_VkResult_return = resources->on_vkQueueSubmit( in gfxstream_vk_QueueSubmit() 195 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_QueueWaitIdle() local 197 resources->on_vkQueueWaitIdle(vkEnc, VK_SUCCESS, gfxstream_queue->internal_object); in gfxstream_vk_QueueWaitIdle() 221 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_FreeMemory() local 222 resources->on_vkFreeMemory(vkEnc, gfxstream_device->internal_object, memory, pAllocator); in gfxstream_vk_FreeMemory() 288 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_BindBufferMemory() local 289 vkBindBufferMemory_VkResult_return = resources->on_vkBindBufferMemory( in gfxstream_vk_BindBufferMemory() 302 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_BindImageMemory() local 303 vkBindImageMemory_VkResult_return = resources->on_vkBindImageMemory( in gfxstream_vk_BindImageMemory() [all …]
|
/hardware/google/gfxstream/guest/magma/ |
D | magma_enc_util.cpp | 32 magma_exec_resource* resources = descriptor->resources; in pack_command_descriptor() local 37 desc_copy.resources = 0; in pack_command_descriptor() 46 memcpy(ptr, resources, sizeof(magma_exec_resource) * descriptor->resource_count); in pack_command_descriptor()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | mesa_glinterop.h | 353 unsigned count, struct mesa_glinterop_export_in *resources, 362 unsigned count, struct mesa_glinterop_export_in *resources, 371 unsigned count, struct mesa_glinterop_export_in *resources, 391 … unsigned count, struct mesa_glinterop_export_in *resources, 394 … unsigned count, struct mesa_glinterop_export_in *resources, 397 … unsigned count, struct mesa_glinterop_export_in *resources,
|
/hardware/interfaces/graphics/composer/2.2/utils/resources/ |
D | ComposerResources.cpp | 43 auto resources = std::make_unique<ComposerResources>(); in create() local 44 return resources->init() ? std::move(resources) : nullptr; in create()
|
D | Android.bp | 27 name: "android.hardware.graphics.composer@2.2-resources", 31 "android.hardware.graphics.composer@2.1-resources", 35 "android.hardware.graphics.composer@2.1-resources",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_pipeline_protected_access.adoc | 55 could be applicable to access to other kinds of resources. 66 accesses to unprotected resources that are used differently. 70 - If many resources with the same usage are accessed, but not all need to be 75 Ultimately, the application could specify exactly which resources may be 82 potential penalty for access to the exact resources that use protected memory. 91 rarely, if ever, access a mixture of protected and unprotected resources of the 94 input and output resources are possible. 113 protected resources (as otherwise is assumed by the `protectedMemory` feature). 133 excluded from access to protected resources. 134 Without the `protectedMemory` feature, there cannot be any protected resources
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | pipeline_create_info_common.adoc | 32 If a <<interfaces-resources,resource variables>> is declared in a 36 If a <<interfaces-resources,resource variables>> is declared in a 42 If a <<interfaces-resources,resource variables>> is declared in a 48 If a <<interfaces-resources,resource variables>> is declared in a shader
|
/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ |
D | ComposerResources.h | 59 auto resources = std::make_unique<ComposerResources>(); in create() local 60 return resources->init() ? std::move(resources) : nullptr; in create()
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | VirtualProgram.cpp | 39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap() 43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
|
D | BroadcastRadio.cpp | 161 if (id == resources::demoPngId) { in getImage() 162 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/ |
D | destroy_swapchain_interactions.adoc | 7 being destroyed, then either any display resources modified by presenting 10 performed on one of these swapchains, or such resources must: be left in
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 141 auto resources = gfxstream::vk::ResourceTracker::get(); in get_device_extensions() local 143 result = resources->on_vkEnumerateDeviceExtensionProperties(vkEnc, VK_SUCCESS, physDevInternal, in get_device_extensions() 147 result = resources->on_vkEnumerateDeviceExtensionProperties( in get_device_extensions() 223 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_enumerate_devices() local 224 result = resources->on_vkEnumeratePhysicalDevices( in gfxstream_vk_enumerate_devices() 228 result = resources->on_vkEnumeratePhysicalDevices( in gfxstream_vk_enumerate_devices() 263 auto resources = gfxstream::vk::ResourceTracker::get(); in get_instance_extensions() 265 result = resources->on_vkEnumerateInstanceExtensionProperties(vkEnc, VK_SUCCESS, NULL, in get_instance_extensions() 269 result = resources->on_vkEnumerateInstanceExtensionProperties( in get_instance_extensions() 660 auto resources = gfxstream::vk::ResourceTracker::get(); in gfxstream_vk_AllocateMemory() local [all …]
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | BroadcastRadio.cpp | 132 if (id == resources::demoPngId) { in getImage() 133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
D | VirtualProgram.cpp | 83 make_metadata(MetadataKey::STATION_ICON, resources::demoPngId), in operator ProgramInfo() 84 make_metadata(MetadataKey::ALBUM_ART, resources::demoPngId), in operator ProgramInfo()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerCommandEngine.h | 37 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument 38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 91 ComposerResources* resources) in HalEventCallback() argument 92 : mHal(hal), mCallback(callback), mResources(resources) {} in HalEventCallback() 333 static void cleanDisplayResources(Display display, ComposerResources* const resources, in cleanDisplayResources() argument 336 Error err = resources->getDisplayClientTargetCacheSize(display, &cacheSize); in cleanDisplayResources() 343 err = resources->getDisplayClientTarget(display, slot, /*useCache*/ true, in cleanDisplayResources() 360 err = resources->getDisplayOutputBufferCacheSize(display, &cacheSize); in cleanDisplayResources() 367 err = resources->getDisplayOutputBuffer(display, slot, /*useCache*/ true, in cleanDisplayResources()
|
/hardware/interfaces/broadcastradio/aidl/default/ |
D | resources.h | 21 namespace aidl::android::hardware::broadcastradio::resources {
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/ |
D | Android.bp | 32 "android.hardware.graphics.composer@2.2-resources", 36 "android.hardware.graphics.composer@2.2-resources",
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/ |
D | Android.bp | 32 "android.hardware.graphics.composer@2.1-resources", 37 "android.hardware.graphics.composer@2.1-resources",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_queue_family_foreign.adoc | 25 of resources backed by external memory to foreign, external queues. 36 * All resources backed by external memory support
|
/hardware/interfaces/graphics/composer/2.3/default/ |
D | Android.bp | 41 "android.hardware.graphics.composer@2.1-resources", 42 "android.hardware.graphics.composer@2.2-resources",
|
/hardware/interfaces/graphics/composer/2.4/default/ |
D | Android.bp | 42 "android.hardware.graphics.composer@2.1-resources", 43 "android.hardware.graphics.composer@2.2-resources",
|