Searched refs:pixelGrid (Results 1 – 1 of 1) sorted by relevance
265 inline deUint32 numSamplesPerPixel (const MultisamplePixelGrid& pixelGrid) in numSamplesPerPixel() argument267 return static_cast<deUint32>(pixelGrid.samplesPerPixel()); in numSamplesPerPixel()271 inline VkSampleLocationsInfoEXT makeSampleLocationsInfo (const MultisamplePixelGrid& pixelGrid) in makeSampleLocationsInfo() argument277 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() argument303 …<< 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 …]