Searched defs:prog_key (Results 1 - 3 of 3) sorted by relevance
/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 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...] |
/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 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...] |
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 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...] |
Completed in 7 milliseconds