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