Home
last modified time | relevance | path

Searched refs:samplesPerPixel (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.hpp67 vk::VkSampleCountFlagBits samplesPerPixel (void) const { return m_numSamples; }
92 pixelGrid.samplesPerPixel(), // VkSampleCountFlagBits sampleLocationsPerPixel;
H A DvktPipelineSampleLocationsUtil.cpp57 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp257 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()
1317 static deUint32& samplesPerPixel (void* const basePtr) { return *reinterpret_cast<deUint32*> (static_cast<deUint8*>(basePtr) + 4 * sizeof(deUint32)); } in samplesPerPixel() function
1368 << " uint samplesPerPixel;\n" in declareSampleDataSSBO()
1408 << " uint index = (fragCoord.y * sb_data.renderSize.x + fragCoord.x) * sb_data.samplesPerPixel + gl_SampleID;\n" in addProgramsVerifyLocationGeometry()
1456 << " uint index = (fragCoord.y * sb_data.renderSize.x + fragCoord.x) * sb_data.samplesPerPixel + gl_SampleID;\n" in addProgramsVerifyInterpolation()
1706 SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerPixel(); in createSampleDataBufferAndDescriptors()
1810 const deUint32 numSamples = m_pixelGrid->samplesPerPixel(); in testPixelGrid()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp492 return ndcTransformEachSampleInPixel(framebufferSize, pixelGrid.samplesPerPixel(), AccessMultisamplePixelGrid(&pixelGrid)); in getSampleLocations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.hpp67 vk::VkSampleCountFlagBits samplesPerPixel (void) const { return m_numSamples; }
92 pixelGrid.samplesPerPixel(), // VkSampleCountFlagBits sampleLocationsPerPixel;
H A DvktPipelineSampleLocationsUtil.cpp57 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp256 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()
1297 static deUint32& samplesPerPixel (void* const basePtr) { return *reinterpret_cast<deUint32*> (static_cast<deUint8*>(basePtr) + 4 * sizeof(deUint32)); } in samplesPerPixel() function
1348 << " uint samplesPerPixel;\n" in declareSampleDataSSBO()
1388 << " uint index = (fragCoord.y * sb_data.renderSize.x + fragCoord.x) * sb_data.samplesPerPixel + gl_SampleID;\n" in addProgramsVerifyLocationGeometry()
1436 << " uint index = (fragCoord.y * sb_data.renderSize.x + fragCoord.x) * sb_data.samplesPerPixel + gl_SampleID;\n" in addProgramsVerifyInterpolation()
1682 SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerPixel(); in createSampleDataBufferAndDescriptors()
1786 const deUint32 numSamples = m_pixelGrid->samplesPerPixel(); in testPixelGrid()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp490 return ndcTransformEachSampleInPixel(framebufferSize, pixelGrid.samplesPerPixel(), AccessMultisamplePixelGrid(&pixelGrid)); in getSampleLocations()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.h277 void SetSampleInfo (uint32 samplesPerPixel,
H A 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()
/third_party/backends/backend/
H A Depsonds.c2476 SANE_Int samplesPerPixel, in swapPixel1()
2479 SANE_Int pixelBits = bitsPerSample * samplesPerPixel; in swapPixel1()
2496 SANE_Int samplesPerPixel, in swapPixel8()
2499 SANE_Int pixelBytes = samplesPerPixel * bitsPerSample / 8; in swapPixel8()
2516 SANE_Int samplesPerPixel, in swapPixel()
2520 swapPixel1(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixel, bytesPerRow); in swapPixel()
2522 swapPixel8(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixel, bytesPerRow); in swapPixel()
2470 swapPixel1(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel1() argument
2490 swapPixel8(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel8() argument
2510 swapPixel(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel() argument

Completed in 39 milliseconds