Lines Matching refs:ComputeShader
55 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::strin… in ComputeShader() function in glcts::ShaderGroupVoteTestCaseBase::ComputeShader
60 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::strin… in ComputeShader() function in glcts::ShaderGroupVoteTestCaseBase::ComputeShader
66 ShaderGroupVoteTestCaseBase::ComputeShader::~ComputeShader() in ~ComputeShader()
74 void ShaderGroupVoteTestCaseBase::ComputeShader::create(deqp::Context& context) in create()
89 void ShaderGroupVoteTestCaseBase::ComputeShader::execute(deqp::Context& context) in execute()
187 void ShaderGroupVoteTestCaseBase::ComputeShader::validate(deqp::Context& context) in validate()
200 bool ShaderGroupVoteTestCaseBase::ComputeShader::validateScreenPixels(deqp::Context& context, tcu::… in validateScreenPixels()
316 m_shaders.push_back(new ComputeShader("availability", specializeShader(1, &shader))); in ShaderGroupVoteAvailabilityTestCase()
355 …new ComputeShader("allInvocationsARB", specializeShader(1, &shaderBase), tcu::IVec4(255, 255, 255,… in ShaderGroupVoteAllInvocationsTestCase()
371 …new ComputeShader("anyInvocationARB", specializeShader(1, &shaderBase), tcu::IVec4(0, 0, 0, 255))); in ShaderGroupVoteAnyInvocationTestCase()
386 …new ComputeShader("allInvocationsEqualARB", specializeShader(1, &shaderBase), tcu::IVec4(255, 255,… in ShaderGroupVoteAllInvocationsEqualTestCase()
391 …new ComputeShader("allInvocationsEqualARB", specializeShader(1, &shaderBase), tcu::IVec4(255, 255,… in ShaderGroupVoteAllInvocationsEqualTestCase()
419 new ComputeShader("allInvocations", specializeShader(1, &shaderBase), tcu::IVec4(0, 0, 0, 255))); in ShaderGroupVoteWithVariablesTestCase()
424 …new ComputeShader("anyInvocation", specializeShader(1, &shaderBase), tcu::IVec4(255, 255, 255, 255… in ShaderGroupVoteWithVariablesTestCase()
429 …new ComputeShader("anyInvocation", specializeShader(1, &shaderBase), tcu::IVec4(255, 255, 255, 255… in ShaderGroupVoteWithVariablesTestCase()