Home
last modified time | relevance | path

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

/external/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()
116 const struct brw_vs_prog_key *key) in brw_vs_debug_recompile()
121 const struct brw_vs_prog_key *old_key = in brw_vs_debug_recompile()
158 struct brw_vs_prog_key *key) in brw_codegen_vs_prog()
256 key, sizeof(struct brw_vs_prog_key), in brw_codegen_vs_prog()
281 struct brw_vs_prog_key *key) in brw_vs_populate_key()
334 struct brw_vs_prog_key key; in brw_upload_vs_prog()
363 struct brw_vs_prog_key key; in brw_vs_precompile()
Dbrw_vs.h43 brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
51 struct brw_vs_prog_key *key);
Dbrw_disk_cache.c332 struct brw_vs_prog_key vs_key; in brw_disk_cache_write_render_programs()
Dbrw_program_cache.c86 return ((struct brw_vs_prog_key *) key)->program_string_id; in get_program_string_id()
Dbrw_context.h140 struct brw_vs_prog_key;
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_vs.h36 const struct brw_vs_prog_key *key,
55 const struct brw_vs_prog_key *const key;
Dbrw_fs_visitor.cpp470 const struct brw_vs_prog_key *key = in setup_uniform_clipplane_values()
471 (const struct brw_vs_prog_key *) this->key; in setup_uniform_clipplane_values()
499 const struct brw_vs_prog_key *key = in compute_clip_distance()
500 (const struct brw_vs_prog_key *) this->key; in compute_clip_distance()
555 const struct brw_vs_prog_key *vs_key = in emit_urb_writes()
556 (const struct brw_vs_prog_key *) this->key; in emit_urb_writes()
857 key_tex = &((const brw_vs_prog_key *) key)->tex; in init()
Dbrw_compiler.h206 struct brw_vs_prog_key { struct
406 struct brw_vs_prog_key vs;
1122 const struct brw_vs_prog_key *key,
Dbrw_vec4_vs_visitor.cpp171 const struct brw_vs_prog_key *key, in vec4_vs_visitor()
Dbrw_compiler.c193 sizeof(struct brw_vs_prog_key), in brw_prog_key_size()
Dbrw_vec4.cpp2773 const struct brw_vs_prog_key *key, in brw_compile_vs()
/external/mesa3d/src/intel/blorp/
Dblorp.c224 struct brw_vs_prog_key vs_key = { 0, }; in blorp_compile_vs()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c276 struct brw_vs_prog_key *key) in populate_vs_prog_key()
505 struct brw_vs_prog_key key; in anv_pipeline_compile_vs()