/external/mesa3d/src/freedreno/common/ |
D | freedreno_uuid.c | 50 _mesa_sha1_update(&sha1_ctx, driver_id, strlen(driver_id)); in fd_get_driver_uuid() 84 _mesa_sha1_update(&sha1_ctx, device_name, strlen(device_name)); in fd_get_device_uuid() 86 _mesa_sha1_update(&sha1_ctx, &gpu_id, sizeof(gpu_id)); in fd_get_device_uuid()
|
/external/mesa3d/src/intel/common/ |
D | gen_uuid.c | 46 _mesa_sha1_update(&sha1_ctx, &devinfo->chipset_id, in gen_uuid_compute_device_id() 48 _mesa_sha1_update(&sha1_ctx, &isldev->has_bit6_swizzling, in gen_uuid_compute_device_id() 72 _mesa_sha1_update(&sha1_ctx, intelDriver, strlen(intelDriver) * sizeof(char)); in gen_uuid_compute_driver_id()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 127 _mesa_sha1_update(&ctx, key, sizeof(*key)); in radv_hash_shaders() 129 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1)); in radv_hash_shaders() 136 _mesa_sha1_update(&ctx, module->sha1, sizeof(module->sha1)); in radv_hash_shaders() 137 _mesa_sha1_update(&ctx, stages[i]->pName, strlen(stages[i]->pName)); in radv_hash_shaders() 139 _mesa_sha1_update(&ctx, spec_info->pMapEntries, in radv_hash_shaders() 141 _mesa_sha1_update(&ctx, spec_info->pData, spec_info->dataSize); in radv_hash_shaders() 145 _mesa_sha1_update(&ctx, &flags, 4); in radv_hash_shaders()
|
D | radv_descriptor_set.c | 452 _mesa_sha1_update(&ctx, set_layout, set_layout->layout_size); in radv_CreatePipelineLayout() 466 _mesa_sha1_update(&ctx, &layout->push_constant_size, in radv_CreatePipelineLayout()
|
/external/mesa3d/src/util/ |
D | disk_cache.h | 126 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note)); in disk_cache_get_function_identifier() 130 _mesa_sha1_update(ctx, ×tamp, sizeof(timestamp)); in disk_cache_get_function_identifier()
|
D | mesa-sha1.c | 36 _mesa_sha1_update(&ctx, data, size); in _mesa_sha1_compute()
|
D | mesa-sha1.h | 43 _mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, size_t size) in _mesa_sha1_update() function
|
D | disk_cache.c | 442 _mesa_sha1_update(&ctx, cache->driver_keys_blob, in disk_cache_compute_key() 444 _mesa_sha1_update(&ctx, data, size); in disk_cache_compute_key()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.c | 103 _mesa_sha1_update(&sha1_ctx, ir_binary, ir_size); in util_live_shader_cache_get() 108 _mesa_sha1_update(&sha1_ctx, &state->stream_output, in util_live_shader_cache_get()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 93 _mesa_sha1_update(&ctx, blob.data, blob.size); in ir3_disk_cache_init_shader_key() 99 _mesa_sha1_update(&ctx, &shader->stream_output, sizeof(shader->stream_output)); in ir3_disk_cache_init_shader_key()
|
/external/mesa3d/src/compiler/spirv/ |
D | nir_load_libclc.c | 125 _mesa_sha1_update(&ctx, clc->file->sys_path, strlen(clc->file->sys_path)); in open_clc_data() 126 _mesa_sha1_update(&ctx, &stat.st_mtim, sizeof(stat.st_mtim)); in open_clc_data()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 633 _mesa_sha1_update(&ctx, module->sha1, sizeof(module->sha1)); in anv_pipeline_hash_shader() 634 _mesa_sha1_update(&ctx, entrypoint, strlen(entrypoint)); in anv_pipeline_hash_shader() 635 _mesa_sha1_update(&ctx, &stage, sizeof(stage)); in anv_pipeline_hash_shader() 637 _mesa_sha1_update(&ctx, spec_info->pMapEntries, in anv_pipeline_hash_shader() 640 _mesa_sha1_update(&ctx, spec_info->pData, in anv_pipeline_hash_shader() 656 _mesa_sha1_update(&ctx, &pipeline->subpass->view_mask, in anv_pipeline_hash_graphics() 660 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1)); in anv_pipeline_hash_graphics() 663 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); in anv_pipeline_hash_graphics() 667 _mesa_sha1_update(&ctx, stages[s].shader_sha1, in anv_pipeline_hash_graphics() 669 _mesa_sha1_update(&ctx, &stages[s].key, brw_prog_key_size(s)); in anv_pipeline_hash_graphics() [all …]
|
D | anv_descriptor_set.c | 646 #define SHA1_UPDATE_VALUE(ctx, x) _mesa_sha1_update(ctx, &(x), sizeof(x)); 656 _mesa_sha1_update(ctx, sampler->conversion, in sha1_update_immutable_sampler() 741 _mesa_sha1_update(&ctx, &layout->set[s].dynamic_offset_start, in anv_CreatePipelineLayout() 744 _mesa_sha1_update(&ctx, &layout->num_sets, sizeof(layout->num_sets)); in anv_CreatePipelineLayout()
|
D | anv_device.c | 247 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in anv_physical_device_init_uuids() 248 _mesa_sha1_update(&sha1_ctx, &device->info.chipset_id, in anv_physical_device_init_uuids() 250 _mesa_sha1_update(&sha1_ctx, &device->always_use_bindless, in anv_physical_device_init_uuids() 252 _mesa_sha1_update(&sha1_ctx, &device->has_a64_buffer_access, in anv_physical_device_init_uuids() 254 _mesa_sha1_update(&sha1_ctx, &device->has_bindless_images, in anv_physical_device_init_uuids() 256 _mesa_sha1_update(&sha1_ctx, &device->has_bindless_samplers, in anv_physical_device_init_uuids()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_binary.c | 54 _mesa_sha1_update(&ctx, renderer, len); in brw_program_binary_init() 55 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note)); in brw_program_binary_init()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 52 _mesa_sha1_update(&ctx, key, v3d_key_size); in v3dv_print_v3d_key() 1379 _mesa_sha1_update(&ctx, p_stage->shader_sha1, sizeof(p_stage->shader_sha1)); in pipeline_hash_variant() 1387 _mesa_sha1_update(&ctx, pipeline->vs->shader_sha1, in pipeline_hash_variant() 1389 _mesa_sha1_update(&ctx, pipeline->fs->shader_sha1, in pipeline_hash_variant() 1392 _mesa_sha1_update(&ctx, key, key_size); in pipeline_hash_variant() 1831 _mesa_sha1_update(&ctx, module->sha1, sizeof(module->sha1)); in pipeline_hash_shader() 1832 _mesa_sha1_update(&ctx, entrypoint, strlen(entrypoint)); in pipeline_hash_shader() 1833 _mesa_sha1_update(&ctx, &stage, sizeof(stage)); in pipeline_hash_shader() 1835 _mesa_sha1_update(&ctx, spec_info->pMapEntries, in pipeline_hash_shader() 1838 _mesa_sha1_update(&ctx, spec_info->pData, in pipeline_hash_shader()
|
D | v3dv_device.c | 421 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in init_uuids() 422 _mesa_sha1_update(&sha1_ctx, &device_id, sizeof(device_id)); in init_uuids() 438 _mesa_sha1_update(&sha1_ctx, &vendor_id, sizeof(vendor_id)); in init_uuids() 439 _mesa_sha1_update(&sha1_ctx, &device_id, sizeof(device_id)); in init_uuids()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 75 _mesa_sha1_update(&ctx, blob.data, blob.size); in etna_disk_cache_init_shader_key()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.c | 831 _mesa_sha1_update(&sha1_ctx, config->flex_regs, in gen_perf_store_configuration() 836 _mesa_sha1_update(&sha1_ctx, config->mux_regs, in gen_perf_store_configuration() 841 _mesa_sha1_update(&sha1_ctx, config->b_counter_regs, in gen_perf_store_configuration()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 815 _mesa_sha1_update(&ctx, &gallivm_perf, sizeof(gallivm_perf)); in lp_disk_cache_create()
|
D | lp_state_cs.c | 697 _mesa_sha1_update(&ctx, &variant->key, variant->shader->variant_key_size); in lp_cs_get_ir_cache_key() 698 _mesa_sha1_update(&ctx, ir_binary, ir_size); in lp_cs_get_ir_cache_key()
|
D | lp_state_fs.c | 3463 _mesa_sha1_update(&ctx, &variant->key, variant->shader->variant_key_size); in lp_fs_get_ir_cache_key() 3464 _mesa_sha1_update(&ctx, ir_binary, ir_size); in lp_fs_get_ir_cache_key()
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 537 _mesa_sha1_update(&ctx, &programInterface, sizeof(programInterface)); in compute_resource_key() 538 _mesa_sha1_update(&ctx, name, strlen(name)); in compute_resource_key()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 97 _mesa_sha1_update(&ctx, &shader_variant_flags, 4); in si_get_ir_cache_key() 98 _mesa_sha1_update(&ctx, ir_binary, ir_size); in si_get_ir_cache_key() 101 _mesa_sha1_update(&ctx, &sel->so, sizeof(sel->so)); in si_get_ir_cache_key()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 843 _mesa_sha1_update(&ctx, key, key_size); in draw_get_ir_cache_key() 844 _mesa_sha1_update(&ctx, ir_binary, ir_size); in draw_get_ir_cache_key() 845 _mesa_sha1_update(&ctx, &val_32bit, 4); in draw_get_ir_cache_key()
|