Home
last modified time | relevance | path

Searched refs:samplesPerPixel (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_xmp.h277 void SetSampleInfo (uint32 samplesPerPixel,
Ddng_xmp.cpp4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel, in SetSampleInfo() argument
4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel); in SetSampleInfo()
4296 for (uint32 j = 0; j < samplesPerPixel; j++) in SetSampleInfo()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp247 VkSampleCountFlagBits samplesPerPixel (void) const { return m_numSamples; } in samplesPerPixel() function in vkt::pipeline::__anon3a411fb70111::MultisamplePixelGrid
267 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() function
1692 …SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerP… in createSampleDataBufferAndDescriptors()
1796 const deUint32 numSamples = m_pixelGrid->samplesPerPixel(); in testPixelGrid()