Searched defs:radv_pipeline_key (Results 1 – 1 of 1) sorted by relevance
58 struct radv_pipeline_key { struct59 uint32_t has_multiview_view_index : 1;60 uint32_t optimisations_disabled : 1;61 uint32_t invariant_geom : 1;62 uint32_t use_ngg : 1;64 struct {77 } vs;79 struct {81 } tcs;83 struct {[all …]