Searched refs:samplesPerPixel (Results 1 – 3 of 3) sorted by relevance
277 void SetSampleInfo (uint32 samplesPerPixel,
4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel, in SetSampleInfo() argument4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel); in SetSampleInfo()4296 for (uint32 j = 0; j < samplesPerPixel; j++) in SetSampleInfo()
247 VkSampleCountFlagBits samplesPerPixel (void) const { return m_numSamples; } in samplesPerPixel() function in vkt::pipeline::__anon3a411fb70111::MultisamplePixelGrid267 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()277 pixelGrid.samplesPerPixel(), // VkSampleCountFlagBits sampleLocationsPerPixel; in makeSampleLocationsInfo()1316 static deUint32& samplesPerPixel (void* const basePtr) { return *reinterpret_cast<deUint32*> (stati… in samplesPerPixel() function1692 …SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerP… in createSampleDataBufferAndDescriptors()1796 const deUint32 numSamples = m_pixelGrid->samplesPerPixel(); in testPixelGrid()