Searched refs:vk_pipeline_cache_create_and_insert_object (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.h | 276 vk_pipeline_cache_create_and_insert_object(struct vk_pipeline_cache *cache,
|
H A D | vk_pipeline_cache.c | 449 vk_pipeline_cache_create_and_insert_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_create_and_insert_object() function 588 vk_pipeline_cache_create_and_insert_object(cache, key_data, key_size, in vk_pipeline_cache_load()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 174 …shader_obj = vk_pipeline_cache_create_and_insert_object(cache, hash, sizeof(hash), binary, binary-… in radv_shader_create() 620 … object = vk_pipeline_cache_create_and_insert_object(cache, sha1, SHA1_DIGEST_LENGTH, data, size, in radv_pipeline_cache_nir_to_handle()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.0.rst | 1030 - vulkan/pipeline_cache: implement vk_pipeline_cache_create_and_insert_object() 1031 - vulkan/pipeline_cache: use vk_pipeline_cache_create_and_insert_object() during vk_pipeline_cache_…
|