Home
last modified time | relevance | path

Searched refs:_mesa_sha1_update (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/freedreno/common/
Dfreedreno_uuid.c50 _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/
Dgen_uuid.c46 _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/
Dradv_pipeline_cache.c127 _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()
Dradv_descriptor_set.c452 _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/
Ddisk_cache.h126 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note)); in disk_cache_get_function_identifier()
130 _mesa_sha1_update(ctx, &timestamp, sizeof(timestamp)); in disk_cache_get_function_identifier()
Dmesa-sha1.c36 _mesa_sha1_update(&ctx, data, size); in _mesa_sha1_compute()
Dmesa-sha1.h43 _mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, size_t size) in _mesa_sha1_update() function
Ddisk_cache.c442 _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/
Du_live_shader_cache.c103 _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/
Dir3_disk_cache.c93 _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/
Dnir_load_libclc.c125 _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/
Danv_pipeline.c633 _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 …]
Danv_descriptor_set.c646 #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()
Danv_device.c247 _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/
Dbrw_program_binary.c54 _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/
Dv3dv_pipeline.c52 _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()
Dv3dv_device.c421 _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/
Detnaviv_disk_cache.c75 _mesa_sha1_update(&ctx, blob.data, blob.size); in etna_disk_cache_init_shader_key()
/external/mesa3d/src/intel/perf/
Dgen_perf.c831 _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/
Dlp_screen.c815 _mesa_sha1_update(&ctx, &gallivm_perf, sizeof(gallivm_perf)); in lp_disk_cache_create()
Dlp_state_cs.c697 _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()
Dlp_state_fs.c3463 _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/
Dshader_query.cpp537 _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/
Dsi_state_shaders.c97 _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/
Ddraw_llvm.c843 _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()

12