Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_debug_recompile.c188 const struct elk_cs_prog_key *old_key, in debug_cs_recompile()
189 const struct elk_cs_prog_key *key) in debug_cs_recompile()
231 debug_cs_recompile(c, log, (const struct elk_cs_prog_key *)old_key, in elk_debug_key_recompile()
232 (const struct elk_cs_prog_key *)key); in elk_debug_key_recompile()
H A Delk_compiler.h522 struct elk_cs_prog_key { struct
566 struct elk_cs_prog_key cs;
1626 const struct elk_cs_prog_key *key;
H A Delk_compiler.c198 [MESA_SHADER_COMPUTE] = sizeof(struct elk_cs_prog_key), in elk_prog_key_size()
H A Delk_fs.cpp6920 const struct elk_cs_prog_key *key = params->key; in elk_compile_cs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h43 struct elk_cs_prog_key;
137 struct elk_cs_prog_key *key);
H A Dcrocus_program.c2500 const struct elk_cs_prog_key *key) in crocus_compile_cs()
2571 struct elk_cs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_cs()
2902 struct elk_cs_prog_key key = { KEY_INIT() }; in crocus_create_compute_state()
H A Dcrocus_state.c4861 struct elk_cs_prog_key *key) in crocus_populate_cs_key()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_elk.c153 struct elk_cs_prog_key cs_key; in blorp_compile_cs_elk()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c664 static struct elk_cs_prog_key
668 return (struct elk_cs_prog_key) { in iris_to_elk_cs_key()
2998 struct elk_cs_prog_key elk_key = iris_to_elk_cs_key(screen, key); in iris_compile_cs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c330 struct elk_cs_prog_key *key) in populate_cs_prog_key()