Lines Matching refs:deqp
50 void renderQuad(deqp::Context& context);
51 void executeComputeShader(deqp::Context& context);
61 void use(deqp::Context& context);
74 void test(deqp::Context& context);
88 ShaderBallotBaseTestCase(deqp::Context& context, const char* name, const char* description)
96 static bool validateScreenPixels(deqp::Context& context, tcu::Vec4 desiredColor, tcu::Vec4 ignoredColor);
97 static bool validateScreenPixelsSameColor(deqp::Context& context, tcu::Vec4 ignoredColor);
107 ShaderBallotAvailabilityTestCase(deqp::Context& context);
120 ShaderBallotBitmasksTestCase(deqp::Context& context);
139 ShaderBallotFunctionBallotTestCase(deqp::Context& context);
152 ShaderBallotFunctionReadTestCase(deqp::Context& context);
159 class ShaderBallotTests : public deqp::TestCaseGroup
162 ShaderBallotTests(deqp::Context& context);