Home
last modified time | relevance | path

Searched refs:program_string_id (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c101 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 Dcrocus_disk_cache.c60 prog_key.base.program_string_id = 0; in crocus_disk_cache_compute_key()
H A Dcrocus_context.h923 unsigned program_string_id);
H A Dcrocus_program.c57 .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 Diris_program.c57 .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 Diris_disk_cache.c62 prog_key.base.program_string_id = 0; in iris_disk_cache_compute_key()
H A Diris_context.h225 unsigned program_string_id; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_compiler.h215 unsigned program_string_id; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h200 unsigned program_string_id; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.1.0.rst2839 - iris: bother setting program_string_id...