Lines Matching refs:sl
714 const struct vk_sample_locations_state *sl)
716 if (sl != NULL) {
717 assert(sl->per_pixel == samples);
718 assert(sl->grid_size.width == 1);
719 assert(sl->grid_size.height == 1);
721 sl = vk_standard_sample_locations_state(samples);
738 INTEL_SAMPLE_POS_1X_ARRAY(ms.Sample, sl->locations);
741 INTEL_SAMPLE_POS_2X_ARRAY(ms.Sample, sl->locations);
744 INTEL_SAMPLE_POS_4X_ARRAY(ms.Sample, sl->locations);
747 INTEL_SAMPLE_POS_8X_ARRAY(ms.Sample, sl->locations);
759 const struct vk_sample_locations_state *sl)
761 assert(sl == NULL || sl->grid_size.width == 1);
762 assert(sl == NULL || sl->grid_size.height == 1);
788 if (sl && sl->per_pixel == i) {
789 INTEL_SAMPLE_POS_1X_ARRAY(sp._1xSample, sl->locations);
795 if (sl && sl->per_pixel == i) {
796 INTEL_SAMPLE_POS_2X_ARRAY(sp._2xSample, sl->locations);
802 if (sl && sl->per_pixel == i) {
803 INTEL_SAMPLE_POS_4X_ARRAY(sp._4xSample, sl->locations);
809 if (sl && sl->per_pixel == i) {
810 INTEL_SAMPLE_POS_8X_ARRAY(sp._8xSample, sl->locations);
817 if (sl && sl->per_pixel == i) {
818 INTEL_SAMPLE_POS_16X_ARRAY(sp._16xSample, sl->locations);