Lines Matching defs:SAMPLE
49 SAMPLE = 4,
83 case SAMPLE:
810 if (!m_params.includeSampleDecoration && interpolationType == Interpolation::SAMPLE)
833 render(sampleImage[i], &framesArray[SAMPLE], "vert_sample", "frag_sample", SAMPLE, useSampleRateShading);
838 if (!m_params.includeSampleDecoration && resNdx == SAMPLE)
852 if (!m_params.includeSampleDecoration && refNdx == SAMPLE)
865 (resNdx == SMOOTH && refNdx == SAMPLE) ||
866 (resNdx == SAMPLE && refNdx == SMOOTH) ||
867 (resNdx == CENTROID && refNdx == SAMPLE) ||
868 (resNdx == SAMPLE && refNdx == CENTROID)))
880 (resNdx == SMOOTH && refNdx == SAMPLE) ||
881 (resNdx == SAMPLE && refNdx == SMOOTH) ||
882 (resNdx == CENTROID && refNdx == SAMPLE) ||
883 (resNdx == SAMPLE && refNdx == CENTROID) ))