Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp220 class MultisamplePixelGrid class
223 MultisamplePixelGrid (const tcu::UVec2& gridSize, const VkSampleCountFlagBits numSamples) in MultisamplePixelGrid() function in vkt::pipeline::__anon0919ed2e0111::MultisamplePixelGrid
265 inline deUint32 numSamplesPerPixel (const MultisamplePixelGrid& pixelGrid) in numSamplesPerPixel()
271 inline VkSampleLocationsInfoEXT makeSampleLocationsInfo (const MultisamplePixelGrid& pixelGrid) in makeSampleLocationsInfo()
299 …viceSampleLocationsPropertiesEXT& sampleLocationsProperties, const MultisamplePixelGrid& pixelGrid) in logPixelGrid()
357 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUi… in fillSampleLocationsRandom()
389 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits) in fillSampleLocationsPacked()
526 std::vector<Vec2> genFramebufferSampleLocations (const MultisamplePixelGrid& pixelGrid, const UVec2… in genFramebufferSampleLocations()
1500 …m_pixelGrid = MovePtr<MultisamplePixelGrid>(new MultisamplePixelGrid(currentGridSize(), m_params.n… in iterate()
1717 MovePtr<MultisamplePixelGrid> m_pixelGrid;
[all …]