Searched refs:res12 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 220 LLVMValueRef max, max_value, res12; local in function:lp_do_offset_tri 228 /* (res12) = cross(e,f).xy */ 250 res12 = LLVMBuildFSub(b, dyzzx01_dzxyz20, dzx01_dyz20, "res12"); 253 dzdxdzdy = LLVMBuildFMul(b, res12, inv_det, "dzdxdzdy");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 219 LLVMValueRef max, max_value, res12; local in function:lp_do_offset_tri 227 /* (res12) = cross(e,f).xy */ 249 res12 = LLVMBuildFSub(b, dyzzx01_dzxyz20, dzx01_dyz20, "res12"); 252 dzdxdzdy = LLVMBuildFMul(b, res12, inv_det, "dzdxdzdy");
|
Completed in 6 milliseconds