Home
last modified time | relevance | path

Searched defs:fs_compile_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c37 struct fs_compile_context { struct
38 struct ilo_shader *shader;
39 const struct ilo_shader_variant *variant;
41 struct toy_compiler tc;
42 struct toy_tgsi tgsi;
44 int const_cache;
45 int dispatch_mode;
47 struct {
71 fetch_position(struct fs_compile_context *fcc, struct toy_dst dst) in fetch_position() argument