Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp196 inline tcu::Vec2 computeGridCellWeights (float cellWidth, float cellHeight, int x, int y) in computeGridCellWeights() function
327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y); in execute()