Lines Matching full:uniform
278 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
306 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
337 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
371 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
396 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
424 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
455 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
489 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
514 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
542 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
573 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
607 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
629 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
656 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid uniform value");
1215 "uniform highp vec4 u_uniform;\n"
1222 "uniform highp int u_uniform;\n"
1497 "uniform highp float uniformNameWithLength23;\n"
1498 "uniform highp vec2 uniformVec2;\n"
1499 "uniform highp mat4 uniformMat4;\n"
1557 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1578 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1589 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1692 frag << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[ndx].declaration << " uniformValue" << uniformTypes[ndx].postDeclaration << ";\n";
1745 "uniform longlongUniformBlockName {highp vec2 vector2;} longlongUniformInstanceName;\n"
1746 "uniform shortUniformBlockName {highp vec2 vector2;highp vec4 vector4;} shortUniformInstanceName;\n"
1753 "uniform longlongUniformBlockName {highp vec2 vector2;} longlongUniformInstanceName;\n"
1817 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform block index");
1861 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform indices");
2979 "uniform highp float floatUniform;\n"
2980 "uniform highp vec2 float2Uniform;\n"
2981 "uniform highp vec3 float3Uniform;\n"
2982 "uniform highp vec4 float4Uniform;\n"
3050 "uniform highp int intUniform;\n"
3051 "uniform highp ivec2 int2Uniform;\n"
3052 "uniform highp ivec3 int3Uniform;\n"
3053 "uniform
3121 "uniform highp uint uintUniform;\n"
3122 "uniform highp uvec2 uint2Uniform;\n"
3123 "uniform highp uvec3 uint3Uniform;\n"
3124 "uniform highp uvec4 uint4Uniform;\n"
3193 "uniform bool boolUniform;\n"
3194 "uniform bvec2 bool2Uniform;\n"
3195 "uniform bvec3 bool3Uniform;\n"
3196 "uniform bvec4 bool4Uniform;\n"
3290 "uniform highp sampler2D uniformSampler;\n"
3340 "uniform highp float arrayUniform[5];"
3341 "uniform highp vec2 array2Uniform[5];"
3342 "uniform highp vec3 array3Uniform[5];"
3343 "uniform highp vec4 array4Uniform[5];"
3452 "uniform highp mat2 mat2Uniform;"
3453 "uniform highp mat3 mat3Uniform;"
3454 "uniform highp mat4 mat4Uniform;"
3684 // uniform values