Searched refs:brw_prog_key_size (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_binary.c | 166 blob_copy_bytes(reader, &prog_key, brw_prog_key_size(stage)); in deserialize_gen_program() 182 brw_upload_cache(&brw->cache, cache_id, &prog_key, brw_prog_key_size(stage), in deserialize_gen_program() 260 brw_prog_key_size(stage), &offset, &prog_data, in serialize_gen_part() 272 blob_write_bytes(writer, &key, brw_prog_key_size(stage)); in serialize_gen_part()
|
D | brw_disk_cache.c | 67 _mesa_sha1_compute(key, brw_prog_key_size(stage), sha1); in gen_shader_sha1() 214 brw_upload_cache(&brw->cache, cache_id, &prog_key, brw_prog_key_size(stage), in read_and_upload()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 246 brw_prog_key_size(gl_shader_stage stage) in brw_prog_key_size() function
|
D | brw_compiler.h | 1397 brw_prog_key_size(gl_shader_stage stage);
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 669 _mesa_sha1_update(&ctx, &stages[s].key, brw_prog_key_size(s)); in anv_pipeline_hash_graphics()
|