Searched refs:otherCols (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | product_trmm.cpp | 15 int otherCols = OtherCols==Dynamic?internal::random<int>(1,EIGEN_TEST_MAX_SIZE):OtherCols) in trmm() argument 26 OnTheRight ge_right(cols,otherCols); in trmm() 27 OnTheLeft ge_left(otherCols,rows); in trmm() 70 …T_MAX_SIZE), int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int otherCols = internal::rand… in trmm() argument 72 trmm<Scalar,Mode,TriOrder,OtherOrder,ResOrder,Dynamic>(rows,cols,otherCols); in trmm()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1926 for (int otherCols = 2; otherCols <= 4; otherCols++) in init() local 1928 …== INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, numCols /* rows… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 2114 for (int otherCols = 2; otherCols <= 4; otherCols++) in init() local 2116 …== INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, numCols /* rows… in init()
|