Searched refs:svga_compile_key (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.h | 35 struct svga_compile_key; 68 const struct svga_compile_key *key, 74 const struct svga_compile_key *key,
|
D | svga_shader.h | 44 struct svga_compile_key struct 172 struct svga_compile_key key; 364 svga_compile_keys_equal(const struct svga_compile_key *a, in svga_compile_keys_equal() 365 const struct svga_compile_key *b) in svga_compile_keys_equal() 392 struct svga_compile_key *key); 396 const struct svga_compile_key *key);
|
D | svga_state_gs.c | 54 const struct svga_compile_key *key) in translate_geometry_program() 68 const struct svga_compile_key *key, in compile_gs() 103 make_gs_key(struct svga_context *svga, struct svga_compile_key *key) in make_gs_key() 147 struct svga_compile_key key; in emit_hw_gs()
|
D | svga_state_ts.c | 42 const struct svga_compile_key *key, in compile_tcs() 66 make_tcs_key(struct svga_context *svga, struct svga_compile_key *key) in make_tcs_key() 116 struct svga_compile_key key; in emit_hw_tcs() 192 const struct svga_compile_key *key, in compile_tes() 216 make_tes_key(struct svga_context *svga, struct svga_compile_key *key) in make_tes_key() 333 struct svga_compile_key key; in emit_hw_tes()
|
D | svga_state_vs.c | 76 const struct svga_compile_key *key) in translate_vertex_program() 96 const struct svga_compile_key *key) in get_compiled_dummy_vertex_shader() 122 const struct svga_compile_key *key, in compile_vs() 165 make_vs_key(struct svga_context *svga, struct svga_compile_key *key) in make_vs_key() 279 struct svga_compile_key key; in compile_passthrough_vs() 358 struct svga_compile_key key; in emit_hw_vs()
|
D | svga_state_fs.c | 86 const struct svga_compile_key *key) in translate_fragment_program() 106 const struct svga_compile_key *key) in get_compiled_dummy_shader() 133 const struct svga_compile_key *key, in compile_fs() 185 struct svga_compile_key *key) in make_fs_key() 420 struct svga_compile_key key; in emit_hw_fs()
|
D | svga_tgsi_emit.h | 60 struct svga_compile_key key;
|
D | svga_tgsi.c | 171 const struct svga_compile_key *key, in svga_tgsi_vgpu9_translate()
|
D | svga_shader.c | 234 struct svga_compile_key *key) in svga_init_shader_key_common() 349 const struct svga_compile_key *key) in svga_search_shader_key()
|
D | svga_tgsi_vgpu10.c | 193 struct svga_compile_key key; 10964 const struct svga_compile_key *key, in svga_tgsi_vgpu10_translate()
|