Searched defs:inv_det (Results 1 – 14 of 14) sorted by relevance
70 float inv_det = 1.0f / header->det; in do_offset_tri() local
85 float inv_det = typename genType::value_type(1) / det; local
369 const float inv_det = 1.0f / det; in Invert2x2() local
52 struct brw_reg inv_det; member
215 let inv_det = { in inverse() localVariable
441 let inv_det = DVec3::splat(det.recip()); in inverse() localVariable
225 let inv_det = { in inverse() localVariable
441 let inv_det = Vec3A::splat(det.recip()); in inverse() localVariable
448 let inv_det = Vec3A::splat(det.recip()); in inverse() localVariable
207 LLVMValueRef inv_det, in lp_do_offset_tri()
463 let inv_det = Vec3A::splat(det.recip()); in inverse() localVariable
443 let inv_det = Vec3A::splat(det.recip()); in inverse() localVariable
437 let inv_det = Vec3::splat(det.recip()); in inverse() localVariable
12433 const glw::GLdouble inv_det = 1.0 / det; in inverse() local