Home
last modified time | relevance | path

Searched refs:brw_vs_prog_key (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c99 const struct brw_vs_prog_key *old_key, in debug_vs_recompile()
100 const struct brw_vs_prog_key *key) in debug_vs_recompile()
222 debug_vs_recompile(c, log, (const struct brw_vs_prog_key *)old_key, in brw_debug_key_recompile()
223 (const struct brw_vs_prog_key *)key); in brw_debug_key_recompile()
Dbrw_vec4_vs.h36 const struct brw_vs_prog_key *key,
53 const struct brw_vs_prog_key *const key;
Dbrw_vec4_vs_visitor.cpp96 const struct brw_vs_prog_key *key, in vec4_vs_visitor()
Dbrw_nir.h174 const struct brw_vs_prog_key *vs_key,
Dbrw_compiler.h303 struct brw_vs_prog_key { struct
572 struct brw_vs_prog_key vs;
1582 const struct brw_vs_prog_key *key;
Dbrw_nir_analyze_ubo_ranges.c200 const struct brw_vs_prog_key *vs_key, in brw_nir_analyze_ubo_ranges()
Dbrw_compiler.c264 [MESA_SHADER_VERTEX] = sizeof(struct brw_vs_prog_key), in brw_prog_key_size()
Dbrw_fs_visitor.cpp764 const struct brw_vs_prog_key *vs_key = in emit_urb_writes()
765 (const struct brw_vs_prog_key *) this->key; in emit_urb_writes()
Dbrw_vec4.cpp2539 const struct brw_vs_prog_key *key = params->key; in brw_compile_vs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h46 struct brw_vs_prog_key;
123 struct brw_vs_prog_key *key);
Dcrocus_program.c1112 const struct brw_vs_prog_key *key, in crocus_vs_outputs_written()
1182 const struct brw_vs_prog_key *key) in crocus_compile_vs()
1238 struct brw_vs_prog_key key_no_ucp = *key; in crocus_compile_vs()
1297 struct brw_vs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_vs()
2775 struct brw_vs_prog_key key = { KEY_INIT() }; in crocus_create_vs_state()
Dcrocus_state.c4687 struct brw_vs_prog_key *key) in crocus_populate_vs_key()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c286 struct brw_vs_prog_key vs_key = { 0, }; in blorp_compile_vs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c100 static struct brw_vs_prog_key
104 return (struct brw_vs_prog_key) { in iris_to_brw_vs_key()
1351 struct brw_vs_prog_key brw_key = iris_to_brw_vs_key(screen, key); in iris_compile_vs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c318 struct brw_vs_prog_key *key) in populate_vs_prog_key()