Searched refs:svga_compile_key (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.h | 45 struct svga_compile_key struct 195 struct svga_compile_key key; 377 const struct svga_compile_key *); 453 svga_compile_keys_equal(const struct svga_compile_key *a, in svga_compile_keys_equal() 454 const struct svga_compile_key *b) in svga_compile_keys_equal() 480 struct svga_compile_key *key); 484 const struct svga_compile_key *key); 499 const struct svga_compile_key *key, 621 const struct svga_compile_key *key); 627 const struct svga_compile_key *key); [all …]
|
D | svga_tgsi.h | 35 struct svga_compile_key; 68 const struct svga_compile_key *key, 74 const struct svga_compile_key *key, 85 const struct svga_compile_key *key);
|
D | svga_state_gs.c | 54 const struct svga_compile_key *key) in svga_get_compiled_dummy_geometry_shader() 73 make_gs_key(struct svga_context *svga, struct svga_compile_key *key) in make_gs_key() 117 struct svga_compile_key key; in emit_hw_gs()
|
D | svga_state_ts.c | 37 make_tcs_key(struct svga_context *svga, struct svga_compile_key *key) in make_tcs_key() 87 struct svga_compile_key key; in emit_hw_tcs() 154 make_tes_key(struct svga_context *svga, struct svga_compile_key *key) in make_tes_key() 242 struct svga_compile_key key; in emit_hw_tes()
|
D | svga_state_vs.c | 80 const struct svga_compile_key *key) in svga_get_compiled_dummy_vertex_shader() 103 make_vs_key(struct svga_context *svga, struct svga_compile_key *key) in make_vs_key() 217 struct svga_compile_key key; in compile_passthrough_vs() 296 struct svga_compile_key key; in emit_hw_vs()
|
D | svga_state_cs.c | 43 struct svga_compile_key *key) in make_cs_key() 76 struct svga_compile_key key; in emit_hw_cs()
|
D | svga_state_fs.c | 90 const struct svga_compile_key *key) in svga_get_compiled_dummy_fragment_shader() 120 struct svga_compile_key *key) in make_fs_key() 359 struct svga_compile_key key; in emit_hw_fs()
|
D | svga_tgsi.c | 171 const struct svga_compile_key *key, in svga_tgsi_vgpu9_translate() 526 const struct svga_compile_key *key) in svga_tgsi_compile_shader()
|
D | svga_shader.c | 278 struct svga_compile_key *key) in svga_init_shader_key_common() 565 const struct svga_compile_key *key) in svga_search_shader_key() 960 const struct svga_compile_key *key, in svga_compile_shader()
|
D | svga_tgsi_emit.h | 60 struct svga_compile_key key;
|
D | svga_tgsi_vgpu10.c | 204 struct svga_compile_key key; 12834 const struct svga_compile_key *key, in svga_tgsi_vgpu10_translate()
|