OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minormatrices
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuMatrix.hpp
179
const T
minorMatrices
[4][3*3] =
203
return + mat(0,0) * determinant(Matrix<T, 3, 3>(
minorMatrices
[0]))
204
- mat(0,1) * determinant(Matrix<T, 3, 3>(
minorMatrices
[1]))
205
+ mat(0,2) * determinant(Matrix<T, 3, 3>(
minorMatrices
[2]))
206
- mat(0,3) * determinant(Matrix<T, 3, 3>(
minorMatrices
[3]));
/external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp
688
const float
minorMatrices
[4][3*3] =
712
return + mat(0,0) * determinant(tcu::Mat3(
minorMatrices
[0]))
713
- mat(0,1) * determinant(tcu::Mat3(
minorMatrices
[1]))
714
+ mat(0,2) * determinant(tcu::Mat3(
minorMatrices
[2]))
715
- mat(0,3) * determinant(tcu::Mat3(
minorMatrices
[3]));
[
all
...]
Completed in 84 milliseconds