Searched refs:adj_0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 6102 ir_variable *adj_0 = body.make_temp(btype == glsl_type::float_type ? glsl_type::vec4_type : glsl_type::dvec4_type, "adj_0"); local in function:builtin_builder::_determinant_mat4 6104 body.emit(assign(adj_0, 6109 body.emit(assign(adj_0, neg( 6114 body.emit(assign(adj_0, 6119 body.emit(assign(adj_0, neg( 6125 body.emit(ret(dot(array_ref(m, 0), adj_0)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 5607 ir_variable *adj_0 = body.make_temp(btype == glsl_type::float_type ? glsl_type::vec4_type : glsl_type::dvec4_type, "adj_0"); local in function:builtin_builder::_determinant_mat4 5609 body.emit(assign(adj_0, 5614 body.emit(assign(adj_0, neg( 5619 body.emit(assign(adj_0, 5624 body.emit(assign(adj_0, neg( 5630 body.emit(ret(dot(array_ref(m, 0), adj_0)));
|
Completed in 78 milliseconds