Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 218) sorted by relevance

123456789

/hardware/google/gfxstream/guest/vulkan_enc/
DValidation.cpp25 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()
Dfunc_table.cpp180 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/
Dmagma_enc_util.cpp32 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/
Dmesa_glinterop.h353 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/
DComposerResources.cpp43 auto resources = std::make_unique<ComposerResources>(); in create() local
44 return resources->init() ? std::move(resources) : nullptr; in create()
DAndroid.bp27 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/
DVK_EXT_pipeline_protected_access.adoc55 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/
Dpipeline_create_info_common.adoc32 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/
DComposerResources.h59 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/
DVirtualProgram.cpp39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap()
43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
DBroadcastRadio.cpp161 if (id == resources::demoPngId) { in getImage()
162 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Ddestroy_swapchain_interactions.adoc7 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/
Dgfxstream_vk_device.cpp141 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/
DBroadcastRadio.cpp132 if (id == resources::demoPngId) { in getImage()
133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
DVirtualProgram.cpp83 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/
DComposerCommandEngine.h37 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/
DComposerClient.h91 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/
Dresources.h21 namespace aidl::android::hardware::broadcastradio::resources {
/hardware/interfaces/graphics/composer/2.2/utils/hal/
DAndroid.bp32 "android.hardware.graphics.composer@2.2-resources",
36 "android.hardware.graphics.composer@2.2-resources",
/hardware/interfaces/graphics/composer/2.1/utils/hal/
DAndroid.bp32 "android.hardware.graphics.composer@2.1-resources",
37 "android.hardware.graphics.composer@2.1-resources",
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_queue_family_foreign.adoc25 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/
DAndroid.bp41 "android.hardware.graphics.composer@2.1-resources",
42 "android.hardware.graphics.composer@2.2-resources",
/hardware/interfaces/graphics/composer/2.4/default/
DAndroid.bp42 "android.hardware.graphics.composer@2.1-resources",
43 "android.hardware.graphics.composer@2.2-resources",

123456789