Searched defs:sha1_key (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 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
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 49 unsigned char sha1_key[20]; member 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_pipeline.c | 2039 v3dv_pipeline_shared_data_new_empty(const unsigned char sha1_key[20], in v3dv_pipeline_shared_data_new_empty() argument
|
H A D | v3dv_private.h | 1943 unsigned char sha1_key[20]; member
|
Completed in 11 milliseconds