Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp265 inline deUint32 numSamplesPerPixel (const MultisamplePixelGrid& pixelGrid) in numSamplesPerPixel() argument
267 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()
271 inline VkSampleLocationsInfoEXT makeSampleLocationsInfo (const MultisamplePixelGrid& pixelGrid) in makeSampleLocationsInfo() argument
277 pixelGrid.samplesPerPixel(), // VkSampleCountFlagBits sampleLocationsPerPixel; in makeSampleLocationsInfo()
278 …makeExtent2D(pixelGrid.size().x(), pixelGrid.size().y()), // VkExtent2D sampleL… in makeSampleLocationsInfo()
279 pixelGrid.sampleLocationCount(), // uint32_t sampleLocationsCount; in makeSampleLocationsInfo()
280 pixelGrid.sampleLocations(), // const VkSampleLocationEXT* pSampleLocations; in makeSampleLocationsInfo()
299 …viceSampleLocationsPropertiesEXT& sampleLocationsProperties, const MultisamplePixelGrid& pixelGrid) in logPixelGrid() argument
303 …<< tcu::TestLog::Message << "Specified grid size = " << pixelGrid.size() << tcu::TestLog::EndMessa… in logPixelGrid()
305 for (deUint32 gridY = 0; gridY < pixelGrid.size().y(); ++gridY) in logPixelGrid()
[all …]