Home | History | Annotate | Download | only in functional

Lines Matching defs:in

8  * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
177 // Random values, mostly in range.
198 const void* in = &inputs[0];
202 m_executor->execute((int)inputs.size(), &in, &out);
226 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
286 const void* in = &inputs[0];
290 m_executor->execute((int)inputs.size(), &in, &out);
315 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
368 // Random values, mostly in range.
389 const void* in = &inputs[0];
393 m_executor->execute((int)inputs.size(), &in, &out);
417 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
477 const void* in = &inputs[0];
481 m_executor->execute((int)inputs.size(), &in, &out);
506 in value " << valNdx << ",\n"
544 const int maxDiff = 0; // Values can be represented exactly in mediump.
576 // Convert input values to fp16 and back to make sure they can be represented exactly in mediump.
585 const void* in = &inputs[0];
589 m_executor->execute((int)inputs.size(), &in, &out);
613 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
688 const void* in = &inputs[0];
692 m_executor->execute((int)inputs.size(), &in, &out);
722 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
775 // Random values, mostly in range.
800 const void* in = &inputs[0];
804 m_executor->execute((int)inputs.size(), &in, &out);
834 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
894 const void* in = &inputs[0];
898 m_executor->execute((int)inputs.size(), &in, &out);
931 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
984 // Random values, mostly in range.
1009 const void* in = &inputs[0];
1013 m_executor->execute((int)inputs.size(), &in, &out);
1043 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
1103 const void* in = &inputs[0];
1107 m_executor->execute((int)inputs.size(), &in, &out);
1140 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
1175 // New built-in functions in GLES 3.1
1210 // GLES 3 functions in new shader types.