Home
last modified time | relevance | path

Searched refs:elk_tcs_prog_key (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_debug_recompile.c110 const struct elk_tcs_prog_key *old_key, in debug_tcs_recompile()
111 const struct elk_tcs_prog_key *key) in debug_tcs_recompile()
215 debug_tcs_recompile(c, log, (const struct elk_tcs_prog_key *)old_key, in elk_debug_key_recompile()
216 (const struct elk_tcs_prog_key *)key); in elk_debug_key_recompile()
H A Delk_vec4_tcs.h45 const struct elk_tcs_prog_key *key,
76 const struct elk_tcs_prog_key *key;
H A Delk_compiler.h322 struct elk_tcs_prog_key struct
344 elk_tcs_prog_key_input_vertices(const struct elk_tcs_prog_key *key) in elk_tcs_prog_key_input_vertices() argument
562 struct elk_tcs_prog_key tcs;
1502 const struct elk_tcs_prog_key *key;
H A Delk_fs_thread_payload.cpp47 struct elk_tcs_prog_key *tcs_key = (struct elk_tcs_prog_key *) v.key; in elk_tcs_thread_payload()
H A Delk_vec4_tcs.cpp41 const struct elk_tcs_prog_key *key, in vec4_tcs_visitor()
360 const struct elk_tcs_prog_key *key = params->key; in elk_compile_tcs()
H A Delk_nir.h267 const struct elk_tcs_prog_key *key);
H A Delk_compiler.c194 [MESA_SHADER_TESS_CTRL] = sizeof(struct elk_tcs_prog_key), in elk_prog_key_size()
H A Delk_nir.c1820 const struct elk_tcs_prog_key *key) in elk_nir_create_passthrough_tcs()
H A Delk_fs_nir.cpp2637 struct elk_tcs_prog_key *tcs_key = (struct elk_tcs_prog_key *) s.key; in get_tcs_multi_patch_icp_handle()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h41 struct elk_tcs_prog_key;
124 struct elk_tcs_prog_key *key);
H A Dcrocus_program.c1382 const struct elk_tcs_prog_key *key) in crocus_compile_tcs()
1415 struct elk_tcs_prog_key key_clean = *key; in crocus_compile_tcs()
1475 struct elk_tcs_prog_key key = { in crocus_update_compiled_tcs()
2763 struct elk_tcs_prog_key key = { in crocus_create_tcs_state()
H A Dcrocus_state.c4719 struct elk_tcs_prog_key *key) in crocus_populate_tcs_key()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c605 static struct elk_tcs_prog_key
609 return (struct elk_tcs_prog_key) { in iris_to_elk_tcs_key()
2070 struct elk_tcs_prog_key elk_key = iris_to_elk_tcs_key(screen, key); in iris_compile_tcs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c241 struct elk_tcs_prog_key *key) in populate_tcs_prog_key()