Searched defs:fs_compile_context (Results 1 – 1 of 1) sorted by relevance
37 struct fs_compile_context { struct38 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