Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp528 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
529 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp525 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
526 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp2105 …const tcu::Vec2 offsetDirection = (isXMajor) ? (tcu::Vec2(0.0f, -1.0f)) : (tcu::Vec2(-1.0f, 0.0f)); in verifySinglesampleWideLineGroupInterpolation() local
2106 const tcu::Vec2 offset = offsetDirection * offsetLength; in verifySinglesampleWideLineGroupInterpolation()