Lines Matching defs:locations
367 //! NDC transformation algorithm for sample locations
371 std::vector<Vec2> locations;
382 locations.push_back(Vec2(-1.0f + 2.0f * (globalX / static_cast<float>(framebufferSize.x())),
386 return locations;
420 //! Generate NDC space standard sample locations at each framebuffer pixel
489 //! Generate NDC space custom sample locations at each framebuffer pixel, based on the given pixel grid
716 MovePtr<MultisamplePixelGrid> pixelGrid; //!< Programmable locations
1257 const std::vector<Vec2> locations = genFramebufferStandardSampleLocations(samples.numCoverageSamples, wd.renderSize);
1258 vertices = generateSubpixelTriangles(wd.renderSize, compareData, locations);
1336 // Query state related to programmable sample locations
1680 checkSampleRequirements(context, params.numColorSamples, params.numDepthStencilSamples, false /* require standard sample locations */);