Searched refs:vk_pipeline_cache_create_and_insert_object (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.h | 276 vk_pipeline_cache_create_and_insert_object(struct vk_pipeline_cache *cache,
|
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 592 vk_pipeline_cache_create_and_insert_object(cache, key_data, key_size, in vk_pipeline_cache_load()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 175 …shader_obj = vk_pipeline_cache_create_and_insert_object(cache, hash, sizeof(hash), binary, binary-… in radv_shader_create() 621 … object = vk_pipeline_cache_create_and_insert_object(cache, sha1, SHA1_DIGEST_LENGTH, data, size, in radv_pipeline_cache_nir_to_handle()
|
/external/mesa3d/docs/relnotes/ |
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_…
|