/external/mesa3d/src/util/ |
D | mesa-sha1.h | 34 #define mesa_sha1 _SHA1_CTX macro 37 _mesa_sha1_init(struct mesa_sha1 *ctx) in _mesa_sha1_init() 43 _mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, size_t size) in _mesa_sha1_update() 49 _mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) in _mesa_sha1_final()
|
D | disk_cache.h | 119 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() 137 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier()
|
D | mesa-sha1.c | 33 struct mesa_sha1 ctx; in _mesa_sha1_compute()
|
D | disk_cache.c | 439 struct mesa_sha1 ctx; in disk_cache_compute_key()
|
/external/mesa3d/src/freedreno/common/ |
D | freedreno_uuid.c | 47 struct mesa_sha1 sha1_ctx; in fd_get_driver_uuid() 62 struct mesa_sha1 sha1_ctx; in fd_get_device_uuid()
|
/external/mesa3d/src/intel/common/ |
D | gen_uuid.c | 33 struct mesa_sha1 sha1_ctx; in gen_uuid_compute_device_id() 60 struct mesa_sha1 sha1_ctx; in gen_uuid_compute_driver_id()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.c | 100 struct mesa_sha1 sha1_ctx; in util_live_shader_cache_get()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 81 struct mesa_sha1 ctx; in ir3_disk_cache_init_shader_key()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 62 struct mesa_sha1 ctx; in etna_disk_cache_init_shader_key()
|
/external/mesa3d/src/compiler/spirv/ |
D | nir_load_libclc.c | 123 struct mesa_sha1 ctx; in open_clc_data()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 160 struct mesa_sha1 ctx; in nouveau_disk_cache_create()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_binary.c | 48 struct mesa_sha1 ctx; in brw_program_binary_init()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 649 sha1_update_immutable_sampler(struct mesa_sha1 *ctx, in sha1_update_immutable_sampler() 661 sha1_update_descriptor_set_binding_layout(struct mesa_sha1 *ctx, in sha1_update_descriptor_set_binding_layout() 680 sha1_update_descriptor_set_layout(struct mesa_sha1 *ctx, in sha1_update_descriptor_set_layout() 737 struct mesa_sha1 ctx; in anv_CreatePipelineLayout()
|
D | anv_pipeline.c | 630 struct mesa_sha1 ctx; in anv_pipeline_hash_shader() 653 struct mesa_sha1 ctx; in anv_pipeline_hash_graphics() 682 struct mesa_sha1 ctx; in anv_pipeline_hash_compute()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 97 struct mesa_sha1 ctx; in r300_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 805 struct mesa_sha1 ctx; in lp_disk_cache_create()
|
D | lp_state_cs.c | 695 struct mesa_sha1 ctx; in lp_cs_get_ir_cache_key()
|
/external/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 352 struct mesa_sha1 ctx; in create_clc_disk_cache()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 123 struct mesa_sha1 ctx; in radv_hash_shaders()
|
D | radv_descriptor_set.c | 417 struct mesa_sha1 ctx; in radv_CreatePipelineLayout()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 46 struct mesa_sha1 ctx; in v3dv_print_v3d_key() 1374 struct mesa_sha1 ctx; in pipeline_hash_variant() 1828 struct mesa_sha1 ctx; in pipeline_hash_shader()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.c | 827 struct mesa_sha1 sha1_ctx; in gen_perf_store_configuration()
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 533 struct mesa_sha1 ctx; in compute_resource_key()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 775 struct mesa_sha1 ctx; in r600_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 933 struct mesa_sha1 ctx; in si_disk_cache_create()
|