Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4687 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _determinant_mat4() local
4707 …body.emit(assign(SubFactor11, sub(mul(matrix_elt(m, 1, 1), matrix_elt(m, 3, 3)), mul(matrix_elt(m,… in _determinant_mat4()
4844 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _inverse_mat4() local
4864 …body.emit(assign(SubFactor11, sub(mul(matrix_elt(m, 1, 1), matrix_elt(m, 3, 3)), mul(matrix_elt(m,… in _inverse_mat4()
4927 add(sub(mul(matrix_elt(m, 0, 0), SubFactor11), in _inverse_mat4()