Searched refs:SubFactor13 (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp4230 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); local
4250 body.emit(assign(SubFactor13, sub(mul(matrix_elt(m, 1, 2), matrix_elt(m, 2, 3)), mul(matrix_elt(m, 2, 2), matrix_elt(m, 1, 3)))));
4387 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); local
4407 body.emit(assign(SubFactor13, sub(mul(matrix_elt(m, 1, 2), matrix_elt(m, 2, 3)), mul(matrix_elt(m, 2, 2), matrix_elt(m, 1, 3)))));
4479 add(sub(mul(matrix_elt(m, 0, 1), SubFactor13),
4484 add(sub(mul(matrix_elt(m, 0, 0), SubFactor13),

Completed in 110 milliseconds