Home
last modified time | relevance | path

Searched refs:svga_vs_compile_key (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vs.c46 static INLINE int compare_vs_keys( const struct svga_vs_compile_key *a, in compare_vs_keys()
47 const struct svga_vs_compile_key *b ) in compare_vs_keys()
55 const struct svga_vs_compile_key *key ) in search_vs_key()
103 const struct svga_vs_compile_key *key, in compile_vs()
158 make_vs_key(struct svga_context *svga, struct svga_vs_compile_key *key) in make_vs_key()
180 struct svga_vs_compile_key key; in emit_hw_vs()
Dsvga_tgsi.h47 struct svga_vs_compile_key struct
77 struct svga_vs_compile_key vkey;
136 static INLINE unsigned svga_vs_key_size( const struct svga_vs_compile_key *key ) in svga_vs_key_size()
152 const struct svga_vs_compile_key *vkey );
Dsvga_state_constants.c323 const struct svga_vs_compile_key *key; in emit_vs_consts()
Dsvga_tgsi.c365 const struct svga_vs_compile_key *vkey ) in svga_translate_vertex_program()