Searched refs:prog_key (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 58 union elk_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()
|
H A D | crocus_context.h | 891 const void *prog_key, 896 const void *prog_key,
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_disk_cache.c | 60 union brw_any_prog_key prog_key; in iris_disk_cache_compute_key() local 61 memcpy(&prog_key, orig_prog_key, prog_key_size); in iris_disk_cache_compute_key() 62 prog_key.base.program_string_id = 0; in iris_disk_cache_compute_key() 64 uint8_t data[sizeof(prog_key) + sizeof(ish->nir_sha1)]; in iris_disk_cache_compute_key() 68 memcpy(data + sizeof(ish->nir_sha1), &prog_key, prog_key_size); in iris_disk_cache_compute_key() 83 const void *prog_key, in iris_disk_cache_store() argument 96 iris_disk_cache_compute_key(cache, ish, prog_key, prog_key_size, cache_key); in iris_disk_cache_store() 179 const void *prog_key, in iris_disk_cache_retrieve() argument 190 iris_disk_cache_compute_key(cache, ish, prog_key, key_size, cache_key); in iris_disk_cache_retrieve() 306 cache_id, key_size, prog_key, assembly); in iris_disk_cache_retrieve()
|
H A D | iris_program_cache.c | 433 union brw_any_prog_key prog_key; in iris_ensure_indirect_generation_shader() local 434 memset(&prog_key, 0, sizeof(prog_key)); in iris_ensure_indirect_generation_shader() 451 .key = &prog_key.wm, in iris_ensure_indirect_generation_shader() 458 union elk_any_prog_key prog_key; in iris_ensure_indirect_generation_shader() local 459 memset(&prog_key, 0, sizeof(prog_key)); in iris_ensure_indirect_generation_shader() 476 .key = &prog_key.wm, in iris_ensure_indirect_generation_shader()
|
H A D | iris_context.h | 1364 const void *prog_key, 1371 const void *prog_key,
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 1533 const struct blorp_blit_prog_key *prog_key) in blorp_get_blit_kernel_cs() argument 1537 if (blorp->lookup_shader(batch, prog_key, sizeof(*prog_key), in blorp_get_blit_kernel_cs() 1544 prog_key); in blorp_get_blit_kernel_cs() 1546 blorp_set_cs_dims(nir, prog_key->local_y); in blorp_get_blit_kernel_cs() 1548 assert(prog_key->rt_samples == 1); in blorp_get_blit_kernel_cs() 1555 prog_key, sizeof(*prog_key), in blorp_get_blit_kernel_cs()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 21.3.0.rst | 2219 - intel/blorp/blit: Rename wm_prog_key and prog_key to key
|