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 D | elk_debug_recompile.c | 89 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 D | elk_vec4_vs.h | 36 const struct elk_vs_prog_key *key, 52 const struct elk_vs_prog_key *const key;
|
H A D | elk_compiler.h | 277 struct elk_vs_prog_key { struct 561 struct elk_vs_prog_key vs; 1479 const struct elk_vs_prog_key *key;
|
H A D | elk_vec4_vs_visitor.cpp | 96 const struct elk_vs_prog_key *key, in vec4_vs_visitor()
|
H A D | elk_compiler.c | 193 [MESA_SHADER_VERTEX] = sizeof(struct elk_vs_prog_key), in elk_prog_key_size()
|
H A D | elk_fs_visitor.cpp | 563 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 D | elk_vec4.cpp | 2555 const struct elk_vs_prog_key *key = params->key; in elk_compile_vs()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.h | 45 struct elk_vs_prog_key; 122 struct elk_vs_prog_key *key);
|
H A D | crocus_program.c | 1089 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 D | crocus_state.c | 4682 struct elk_vs_prog_key *key) in crocus_populate_vs_key()
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_elk.c | 92 struct elk_vs_prog_key vs_key = { 0, }; in blorp_compile_vs_elk()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 590 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 D | anv_pipeline.c | 226 struct elk_vs_prog_key *key) in populate_vs_prog_key()
|