Searched defs:virgl_transform_context (Results 1 – 1 of 1) sorted by relevance
55 struct virgl_transform_context { struct56 struct tgsi_transform_context base;57 struct tgsi_shader_info info;59 bool cull_enabled;60 bool has_precise;61 bool fake_fp64;62 bool is_separable;64 unsigned next_temp;66 unsigned src_temp;68 unsigned writemask_fixup_outs[5];[all …]