Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.h54 struct svga_fs_compile_key struct
78 struct svga_fs_compile_key fkey; argument
141 static INLINE unsigned svga_fs_key_size( const struct svga_fs_compile_key *key ) in svga_fs_key_size()
148 const struct svga_fs_compile_key *fkey );
Dsvga_state_fs.c42 static INLINE int compare_fs_keys( const struct svga_fs_compile_key *a, in compare_fs_keys()
43 const struct svga_fs_compile_key *b ) in compare_fs_keys()
56 const struct svga_fs_compile_key *key ) in search_fs_key()
105 const struct svga_fs_compile_key *key, in compile_fs()
166 struct svga_fs_compile_key *key) in make_fs_key()
257 struct svga_fs_compile_key key; in emit_hw_fs()
Dsvga_state_constants.c276 const struct svga_fs_compile_key *key = &result->key.fkey; in emit_fs_consts()
Dsvga_tgsi.c347 const struct svga_fs_compile_key *fkey ) in svga_translate_fragment_program()