/third_party/mesa3d/src/gallium/drivers/iris/ |
H A 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() 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() 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, assembl in iris_disk_cache_retrieve() 78 iris_disk_cache_store(struct disk_cache *cache, const struct iris_uncompiled_shader *ish, const struct iris_compiled_shader *shader, const void *prog_key, uint32_t prog_key_size) iris_disk_cache_store() argument 145 iris_disk_cache_retrieve(struct iris_screen *screen, struct u_upload_mgr *uploader, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, const void *prog_key, uint32_t key_size) iris_disk_cache_retrieve() argument [all...] |
H A D | iris_context.h | 970 const void *prog_key, 977 const void *prog_key,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A 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() 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() 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, assembl in crocus_disk_cache_retrieve() 78 crocus_disk_cache_store(struct disk_cache *cache, const struct crocus_uncompiled_shader *ish, const struct crocus_compiled_shader *shader, void *map, const void *prog_key, uint32_t prog_key_size) crocus_disk_cache_store() argument 132 crocus_disk_cache_retrieve(struct crocus_context *ice, const struct crocus_uncompiled_shader *ish, const void *prog_key, uint32_t key_size) crocus_disk_cache_retrieve() argument [all...] |
H A D | crocus_context.h | 890 const void *prog_key, 895 const void *prog_key,
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 1552 const struct brw_blorp_blit_prog_key *prog_key) in brw_blorp_get_blit_kernel_cs() 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() 1550 brw_blorp_get_blit_kernel_cs(struct blorp_batch *batch, struct blorp_params *params, const struct brw_blorp_blit_prog_key *prog_key) brw_blorp_get_blit_kernel_cs() argument [all...] |