Lines Matching refs:grid
276 log << tcu::TestLog::Section("pixelGrid", "Multisample pixel grid configuration:")
278 << tcu::TestLog::Message << "Specified grid size = " << pixelGrid.size() << tcu::TestLog::EndMessage;
332 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits)
338 for (deUint32 gridY = 0; gridY < grid.size().y(); ++gridY)
339 for (deUint32 gridX = 0; gridX < grid.size().x(); ++gridX)
347 for (deUint32 sampleNdx = 0; sampleNdx < numSamplesPerPixel(grid); /* no increment */)
357 grid.setSample(gridX, gridY, sampleNdx, location);
1295 log << tcu::TestLog::Message << "FAIL: Expected (0, 0) grid size" << tcu::TestLog::EndMessage;
1490 // Generate grid size combinations
1502 // Will be executed several times, for all possible pixel grid sizes
1506 // Prepare the pixel grid
1552 //! Return true if the test passed the current grid size
1560 //! Return false if the grid is already at (1, 1) size
1788 drawSinglePass(VERTEX_INPUT_VEC4); // sample locations are taken from the pixel grid
1826 drawSinglePass(VERTEX_INPUT_VEC4_VEC4); // sample locations are taken from the pixel grid
2075 // For this test always use the full pixel grid