Searched refs:prog_key (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_disk_cache.c | 58 union brw_any_prog_key prog_key; in crocus_disk_cache_compute_key() local 59 memcpy(&prog_key, orig_prog_key, prog_key_size); in crocus_disk_cache_compute_key() 60 prog_key.base.program_string_id = 0; in crocus_disk_cache_compute_key() 62 uint8_t data[sizeof(prog_key) + sizeof(ish->nir_sha1)]; in crocus_disk_cache_compute_key() 66 memcpy(data + sizeof(ish->nir_sha1), &prog_key, prog_key_size); in crocus_disk_cache_compute_key() 82 const void *prog_key, in crocus_disk_cache_store() argument 93 crocus_disk_cache_compute_key(cache, ish, prog_key, prog_key_size, cache_key); in crocus_disk_cache_store() 134 const void *prog_key, in crocus_disk_cache_retrieve() argument 146 crocus_disk_cache_compute_key(cache, ish, prog_key, key_size, cache_key); in crocus_disk_cache_retrieve() 217 crocus_upload_shader(ice, stage, key_size, prog_key, assembly, in crocus_disk_cache_retrieve()
|
D | crocus_context.h | 890 const void *prog_key, 895 const void *prog_key,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_disk_cache.c | 58 union brw_any_prog_key prog_key; in iris_disk_cache_compute_key() local 59 memcpy(&prog_key, orig_prog_key, prog_key_size); in iris_disk_cache_compute_key() 60 prog_key.base.program_string_id = 0; in iris_disk_cache_compute_key() 62 uint8_t data[sizeof(prog_key) + sizeof(ish->nir_sha1)]; in iris_disk_cache_compute_key() 66 memcpy(data + sizeof(ish->nir_sha1), &prog_key, prog_key_size); in iris_disk_cache_compute_key() 81 const void *prog_key, in iris_disk_cache_store() argument 92 iris_disk_cache_compute_key(cache, ish, prog_key, prog_key_size, cache_key); in iris_disk_cache_store() 149 const void *prog_key, in iris_disk_cache_retrieve() argument 160 iris_disk_cache_compute_key(cache, ish, prog_key, key_size, cache_key); in iris_disk_cache_retrieve() 248 cache_id, key_size, prog_key, assembly); in iris_disk_cache_retrieve()
|
D | iris_context.h | 970 const void *prog_key, 977 const void *prog_key,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 1552 const struct brw_blorp_blit_prog_key *prog_key) in brw_blorp_get_blit_kernel_cs() argument 1556 if (blorp->lookup_shader(batch, prog_key, sizeof(*prog_key), in brw_blorp_get_blit_kernel_cs() 1566 prog_key); in brw_blorp_get_blit_kernel_cs() 1568 blorp_set_cs_dims(nir, prog_key->local_y); in brw_blorp_get_blit_kernel_cs() 1573 prog_key->tex_aux_usage == ISL_AUX_USAGE_MCS; in brw_blorp_get_blit_kernel_cs() 1574 cs_key.base.tex.msaa_16 = prog_key->tex_samples == 16; in brw_blorp_get_blit_kernel_cs() 1575 assert(prog_key->rt_samples == 1); in brw_blorp_get_blit_kernel_cs() 1581 prog_key, sizeof(*prog_key), in brw_blorp_get_blit_kernel_cs()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2219 - intel/blorp/blit: Rename wm_prog_key and prog_key to key
|