Home
last modified time | relevance | path

Searched refs:elk_vs_prog_key (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_debug_recompile.c89 const struct elk_vs_prog_key *old_key, in debug_vs_recompile()
90 const struct elk_vs_prog_key *key) in debug_vs_recompile()
211 debug_vs_recompile(c, log, (const struct elk_vs_prog_key *)old_key, in elk_debug_key_recompile()
212 (const struct elk_vs_prog_key *)key); in elk_debug_key_recompile()
H A Delk_vec4_vs.h36 const struct elk_vs_prog_key *key,
52 const struct elk_vs_prog_key *const key;
H A Delk_compiler.h277 struct elk_vs_prog_key { struct
561 struct elk_vs_prog_key vs;
1479 const struct elk_vs_prog_key *key;
H A Delk_vec4_vs_visitor.cpp96 const struct elk_vs_prog_key *key, in vec4_vs_visitor()
H A Delk_compiler.c193 [MESA_SHADER_VERTEX] = sizeof(struct elk_vs_prog_key), in elk_prog_key_size()
H A Delk_fs_visitor.cpp563 const struct elk_vs_prog_key *vs_key = in emit_urb_writes()
564 (const struct elk_vs_prog_key *) this->key; in emit_urb_writes()
H A Delk_vec4.cpp2555 const struct elk_vs_prog_key *key = params->key; in elk_compile_vs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h45 struct elk_vs_prog_key;
122 struct elk_vs_prog_key *key);
H A Dcrocus_program.c1089 const struct elk_vs_prog_key *key, in crocus_vs_outputs_written()
1157 const struct elk_vs_prog_key *key) in crocus_compile_vs()
1215 struct elk_vs_prog_key key_no_ucp = *key; in crocus_compile_vs()
1277 struct elk_vs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_vs()
2743 struct elk_vs_prog_key key = { KEY_INIT() }; in crocus_create_vs_state()
H A Dcrocus_state.c4682 struct elk_vs_prog_key *key) in crocus_populate_vs_key()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_elk.c92 struct elk_vs_prog_key vs_key = { 0, }; in blorp_compile_vs_elk()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c590 static struct elk_vs_prog_key
594 return (struct elk_vs_prog_key) { in iris_to_elk_vs_key()
1908 struct elk_vs_prog_key elk_key = iris_to_elk_vs_key(screen, key); in iris_compile_vs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c226 struct elk_vs_prog_key *key) in populate_vs_prog_key()