Home | History | Annotate | Download | only in functional

Lines Matching full:uniform

32  *    - uniform
69 // Uniform / constant values for tests.
650 // \note At the moment there is no difference between uniform and const inputs. This saves binary size.
864 op << "uniform " << precName << " " << typeName << " u_in" << inNdx << ";\n";
1094 bool extendedInputTypeCases; // !< test with const and uniform types too
1123 { "uniform", "Uniform matrix input", INPUTTYPE_UNIFORM },
1172 // Matrix-scalar \note For div cases we use uniform input.