Searched refs:sha1_key (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 49 unsigned char sha1_key[20]; member 86 unsigned char sha1_key[20]) in v3dv_pipeline_cache_upload_nir() 96 _mesa_hash_table_search(cache->nir_cache, sha1_key); in v3dv_pipeline_cache_upload_nir() 115 entry = _mesa_hash_table_search(cache->nir_cache, sha1_key); in v3dv_pipeline_cache_upload_nir() 124 memcpy(snir->sha1_key, sha1_key, 20); in v3dv_pipeline_cache_upload_nir() 133 _mesa_sha1_format(sha1buf, snir->sha1_key); in v3dv_pipeline_cache_upload_nir() 139 _mesa_hash_table_insert(cache->nir_cache, snir->sha1_key, snir); in v3dv_pipeline_cache_upload_nir() 148 unsigned char sha1_key[20]) in v3dv_pipeline_cache_search_for_nir() 155 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_nir() 83 v3dv_pipeline_cache_upload_nir(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, nir_shader *nir, unsigned char sha1_key[20]) v3dv_pipeline_cache_upload_nir() argument 145 v3dv_pipeline_cache_search_for_nir(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, const nir_shader_compiler_options *nir_options, unsigned char sha1_key[20]) v3dv_pipeline_cache_search_for_nir() argument 251 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache, unsigned char sha1_key[20], bool *cache_hit) v3dv_pipeline_cache_search_for_pipeline() argument 373 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache *cache, const unsigned char sha1_key[20], struct v3dv_descriptor_maps **maps, struct v3dv_shader_variant **variants, const uint64_t *total_assembly, const uint32_t total_assembly_size) v3dv_pipeline_shared_data_new() argument 508 const unsigned char *sha1_key = blob_read_bytes(blob, 20); serialized_nir_create_from_blob() local 578 const unsigned char *sha1_key = blob_read_bytes(blob, 20); v3dv_pipeline_shared_data_create_from_blob() local [all...] |
H A D | v3dv_private.h | 1943 unsigned char sha1_key[20]; member 2235 unsigned char sha1_key[20]); 2240 unsigned char sha1_key[20]); 2244 unsigned char sha1_key[20],
|
H A D | v3dv_pipeline.c | 2039 v3dv_pipeline_shared_data_new_empty(const unsigned char sha1_key[20], in v3dv_pipeline_shared_data_new_empty() argument 2092 memcpy(new_entry->sha1_key, sha1_key, 20); in v3dv_pipeline_shared_data_new_empty()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 360 unsigned char sha1_key[SHA1_KEY_SIZE], in anv_device_search_for_nir() 366 return vk_pipeline_cache_lookup_nir(cache, sha1_key, SHA1_KEY_SIZE, in anv_device_search_for_nir() 374 unsigned char sha1_key[SHA1_KEY_SIZE]) in anv_device_upload_nir() 379 vk_pipeline_cache_add_nir(cache, sha1_key, SHA1_KEY_SIZE, nir); in anv_device_upload_nir() 357 anv_device_search_for_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const nir_shader_compiler_options *nir_options, unsigned char sha1_key[SHA1_KEY_SIZE], void *mem_ctx) anv_device_search_for_nir() argument 371 anv_device_upload_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const struct nir_shader *nir, unsigned char sha1_key[SHA1_KEY_SIZE]) anv_device_upload_nir() argument
|
H A D | anv_private.h | 1155 unsigned char sha1_key[20], 1162 unsigned char sha1_key[20]);
|
Completed in 19 milliseconds