HomeSort by relevance Sort by last modified time
    Searched refs:RasterizationArguments (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/common/
tcuRasterizationVerifier.hpp 95 struct RasterizationArguments
116 * by RasterizationArguments. Triangles should not be z-clipped.
122 bool verifyTriangleGroupRasterization (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, VerificationMode mode = VERIFICATIONMODE_STRICT);
127 * by RasterizationArguments. Lines should not be z-clipped.
133 bool verifyLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
138 * by RasterizationArguments and by clipping the lines with a (-1, -1), (1, 1)
146 bool verifyClippedTriangulatedLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
151 * by RasterizationArguments. Points should not be z-clipped.
157 bool verifyPointGroupRasterization (const tcu::Surface& surface, const PointSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
168 bool verifyTriangleGroupInterpolation (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log)
    [all...]
tcuRasterizationVerifier.cpp 255 tcu::IVec3 convertRGB8ToNativeFormat (const tcu::RGBA& color, const RasterizationArguments& args)
654 bool verifyTriangleGroupInterpolationWithInterpolator (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, const Interpolator& interpolator)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 51 using tcu::RasterizationArguments;
266 RasterizationArguments args;
363 RasterizationArguments args;
465 RasterizationArguments args;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 58 using tcu::RasterizationArguments;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 53 using tcu::RasterizationArguments;
468 RasterizationArguments args;
593 RasterizationArguments args;
734 RasterizationArguments args;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 55 using tcu::RasterizationArguments;
453 RasterizationArguments args;
    [all...]

Completed in 643 milliseconds