Searched refs:svga_compile_key (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.h | 44 struct svga_compile_key struct 136 struct svga_compile_key key; 238 svga_compile_keys_equal(const struct svga_compile_key *a, in svga_compile_keys_equal() 239 const struct svga_compile_key *b) in svga_compile_keys_equal() 265 struct svga_compile_key *key); 269 const struct svga_compile_key *key);
|
D | svga_tgsi.h | 35 struct svga_compile_key; 68 const struct svga_compile_key *key, unsigned unit); 73 const struct svga_compile_key *key,
|
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() 119 const struct svga_compile_key *key, in compile_vs() 162 make_vs_key(struct svga_context *svga, struct svga_compile_key *key) in make_vs_key() 266 struct svga_compile_key key; in compile_passthrough_vs() 345 struct svga_compile_key key; in emit_hw_vs()
|
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() 176 struct svga_compile_key key; in emit_hw_gs()
|
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() 129 const struct svga_compile_key *key, in compile_fs() 181 struct svga_compile_key *key) in make_fs_key() 409 struct svga_compile_key key; in emit_hw_fs()
|
D | svga_shader.c | 192 struct svga_compile_key *key) in svga_init_shader_key_common() 263 const struct svga_compile_key *key) in svga_search_shader_key()
|
D | svga_tgsi.c | 171 const struct svga_compile_key *key, unsigned unit) in svga_tgsi_vgpu9_translate()
|
D | svga_tgsi_emit.h | 60 struct svga_compile_key key;
|
D | svga_tgsi_vgpu10.c | 98 struct svga_compile_key key; 6487 const struct svga_compile_key *key, in svga_tgsi_vgpu10_translate()
|