Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/elk/
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()
Delk_shader.h182 struct elk_gs_prog_key key;
Delk_compiler.h373 struct elk_gs_prog_key struct
563 struct elk_gs_prog_key gs;
1544 const struct elk_gs_prog_key *key;
Delk_compiler.c198 [MESA_SHADER_GEOMETRY] = sizeof(struct elk_gs_prog_key), in elk_prog_key_size()
Delk_vec4_gs_visitor.cpp589 const struct elk_gs_prog_key *key = params->key; in elk_compile_gs()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h46 struct elk_gs_prog_key;
132 struct elk_gs_prog_key *key);
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()
Dcrocus_state.c4752 struct elk_gs_prog_key *key) in crocus_populate_gs_key()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c633 static struct elk_gs_prog_key
637 return (struct elk_gs_prog_key) { in iris_to_elk_gs_key()
2508 struct elk_gs_prog_key elk_key = iris_to_elk_gs_key(screen, key); in iris_compile_gs()
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_pipeline.c263 struct elk_gs_prog_key *key) in populate_gs_prog_key()