Searched refs:program_string_id (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 101 unsigned program_string_id) in crocus_find_previous_compile() argument 107 key->program_string_id == program_string_id) { in crocus_find_previous_compile()
|
H A D | crocus_disk_cache.c | 60 prog_key.base.program_string_id = 0; in crocus_disk_cache_compute_key()
|
H A D | crocus_context.h | 923 unsigned program_string_id);
|
H A D | crocus_program.c | 57 .base.program_string_id = ish->program_id, \ 1065 crocus_find_previous_compile(ice, info->stage, key->program_string_id); in crocus_debug_recompile() 1477 .base.program_string_id = tcs ? tcs->program_id : 0, in crocus_update_compiled_tcs()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 57 .prefix.program_string_id = ish->program_id, \ 60 .base.program_string_id = prog_id, \ 63 .base.program_string_id = prog_id, \ 515 BRW_KEY_INIT(screen->devinfo->ver, key->vue.base.program_string_id, in iris_to_brw_vs_key() 525 BRW_KEY_INIT(screen->devinfo->ver, key->vue.base.program_string_id, in iris_to_brw_tcs_key() 539 BRW_KEY_INIT(screen->devinfo->ver, key->vue.base.program_string_id, in iris_to_brw_tes_key() 551 BRW_KEY_INIT(screen->devinfo->ver, key->vue.base.program_string_id, in iris_to_brw_gs_key() 561 BRW_KEY_INIT(screen->devinfo->ver, key->base.program_string_id, in iris_to_brw_fs_key() 585 BRW_KEY_INIT(screen->devinfo->ver, key->base.program_string_id, in iris_to_brw_cs_key() 595 ELK_KEY_INIT(screen->devinfo->ver, key->vue.base.program_string_id, in iris_to_elk_vs_key() [all …]
|
H A D | iris_disk_cache.c | 62 prog_key.base.program_string_id = 0; in iris_disk_cache_compute_key()
|
H A D | iris_context.h | 225 unsigned program_string_id; member
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_compiler.h | 215 unsigned program_string_id; member
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 200 unsigned program_string_id; member
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.1.0.rst | 2839 - iris: bother setting program_string_id...
|