Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_debug_recompile.c143 const struct elk_gs_prog_key *old_key, in debug_gs_recompile()
144 const struct elk_gs_prog_key *key) in debug_gs_recompile()
223 debug_gs_recompile(c, log, (const struct elk_gs_prog_key *)old_key, in elk_debug_key_recompile()
224 (const struct elk_gs_prog_key *)key); in elk_debug_key_recompile()
H A Delk_compiler.h374 struct elk_gs_prog_key struct
564 struct elk_gs_prog_key gs;
1545 const struct elk_gs_prog_key *key;
H A Delk_shader.h183 struct elk_gs_prog_key key;
H A Delk_compiler.c196 [MESA_SHADER_GEOMETRY] = sizeof(struct elk_gs_prog_key), in elk_prog_key_size()
H A Delk_vec4_gs_visitor.cpp589 const struct elk_gs_prog_key *key = params->key; in elk_compile_gs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h46 struct elk_gs_prog_key;
132 struct elk_gs_prog_key *key);
H A Dcrocus_program.c1659 const struct elk_gs_prog_key *key) in crocus_compile_gs()
1704 struct elk_gs_prog_key key_clean = *key; in crocus_compile_gs()
1767 struct elk_gs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_gs()
2825 struct elk_gs_prog_key key = { KEY_INIT() }; in crocus_create_gs_state()
H A Dcrocus_state.c4751 struct elk_gs_prog_key *key) in crocus_populate_gs_key()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c632 static struct elk_gs_prog_key
636 return (struct elk_gs_prog_key) { in iris_to_elk_gs_key()
2504 struct elk_gs_prog_key elk_key = iris_to_elk_gs_key(screen, key); in iris_compile_gs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c263 struct elk_gs_prog_key *key) in populate_gs_prog_key()