Searched defs:samplesPerPixel (Results 1 – 3 of 3) sorted by relevance
67 vk::VkSampleCountFlagBits samplesPerPixel (void) const { return m_numSamples; } in samplesPerPixel() function in vkt::pipeline::MultisamplePixelGrid
1220 static deUint32& samplesPerPixel (void* const basePtr) { return *reinterpret_cast<deUint32*> (stati… in samplesPerPixel() function
4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel, in SetSampleInfo()