Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c73 brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key, in brw_vs_outputs_written()
113 struct brw_vs_prog_key *key) in brw_codegen_vs_prog()
230 key, sizeof(struct brw_vs_prog_key), in brw_codegen_vs_prog()
255 struct brw_vs_prog_key *key) in brw_vs_populate_key()
307 struct brw_vs_prog_key key; in brw_upload_vs_prog()
334 struct brw_vs_prog_key *key, in brw_vs_populate_default_key()
354 struct brw_vs_prog_key key; in brw_vs_precompile()
Dbrw_vs.h47 struct brw_vs_prog_key *key);
50 struct brw_vs_prog_key *key,
Dbrw_disk_cache.c312 struct brw_vs_prog_key vs_key; in brw_disk_cache_write_render_programs()
Dbrw_context.h144 struct brw_vs_prog_key;
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_vs.h36 const struct brw_vs_prog_key *key,
54 const struct brw_vs_prog_key *const key;
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_visitor.cpp102 const struct brw_vs_prog_key *key, in vec4_vs_visitor()
Dbrw_nir.h176 const struct brw_vs_prog_key *vs_key,
Dbrw_compiler.h295 struct brw_vs_prog_key { struct
543 struct brw_vs_prog_key vs;
1511 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.cpp759 const struct brw_vs_prog_key *vs_key = in emit_urb_writes()
760 (const struct brw_vs_prog_key *) this->key; in emit_urb_writes()
Dbrw_vec4.cpp2893 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.c1107 const struct brw_vs_prog_key *key, in crocus_vs_outputs_written()
1177 const struct brw_vs_prog_key *key) in crocus_compile_vs()
1230 struct brw_vs_prog_key key_no_ucp = *key; in crocus_compile_vs()
1289 struct brw_vs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_vs()
2746 struct brw_vs_prog_key key = { KEY_INIT() }; in crocus_create_vs_state()
Dcrocus_state.c4682 struct brw_vs_prog_key *key) in crocus_populate_vs_key()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c278 struct brw_vs_prog_key vs_key = { 0, }; in blorp_compile_vs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c98 static struct brw_vs_prog_key
102 return (struct brw_vs_prog_key) { in iris_to_brw_vs_key()
1346 struct brw_vs_prog_key brw_key = iris_to_brw_vs_key(devinfo, key); in iris_compile_vs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c425 struct brw_vs_prog_key *key) in populate_vs_prog_key()