HomeSort by relevance Sort by last modified time
    Searched refs:matSize (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 840 int matSize = getDataTypeMatrixNumRows(varType);
841 const char* matSizeName = getIntUniformName(matSize);
842 DataType vecType = getDataTypeFloatVec(matSize);
861 if (matSize >= 2) op << ", ui_one";
862 if (matSize >= 3) op << ", ui_two";
863 if (matSize >= 4) op << ", ui_three";
889 if (matSize >= 2) op << " tmp[1] = ${VEC_TYPE}(coords.yzwx) * 0.5;\n";
890 if (matSize >= 3) op << " tmp[2] = ${VEC_TYPE}(coords.zwxy) * 0.25;\n";
891 if (matSize >= 4) op << " tmp[3] = ${VEC_TYPE}(coords.wxyz) * 0.125;\n";
896 if (matSize >= 2) op << " tmp[ui_one] = ${VEC_TYPE}(coords.yzwx) * 0.5;\n"
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Intermediate.cpp     [all...]

Completed in 77 milliseconds