Home
last modified time | relevance | path

Searched refs:minorColumns (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3599 ExprP<Vec4> minorColumns[3]; in doExpand() local
3603 minorColumns[col] = mat[col < ndx ? col : col + 1]; in doExpand()
3606 columns[col] = vec3(minorColumns[0][col+1], in doExpand()
3607 minorColumns[1][col+1], in doExpand()
3608 minorColumns[2][col+1]); in doExpand()