Searched defs:inv_det (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c69 float inv_det = 1.0f / header->det; local
89 float dzdx = fabsf(a * inv_det);
90 float dzdy = fabsf(b * inv_det);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c69 float inv_det = 1.0f / header->det; local
89 float dzdx = fabsf(a * inv_det);
90 float dzdy = fabsf(b * inv_det);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h83 struct brw_reg inv_det; member in struct:brw_sf_compile
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h83 struct brw_reg inv_det; member in struct:brw_sf_compile
/external/opencv/cv/src/
H A Dcvposit.cpp297 float inv_det; local
310 inv_det = 1 / det;
319 b[k] = (p00 * a0 + p01 * a1 + p02 * a2) * inv_det;
320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
321 b[2 * n + k] = (p02 * a0 + p12 * a1 + p22 * a2) * inv_det;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c240 LLVMValueRef inv_det,
283 /* dzdx = fabsf(res1 * inv_det), dydx = fabsf(res2 * inv_det)*/
285 dzdxdzdy = LLVMBuildFMul(b, res12, inv_det, "dzdxdzdy");
237 lp_do_offset_tri(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, LLVMValueRef inv_det, LLVMValueRef dxyz01, LLVMValueRef dxyz20, LLVMValueRef attribv[3]) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c240 LLVMValueRef inv_det,
283 /* dzdx = fabsf(res1 * inv_det), dydx = fabsf(res2 * inv_det)*/
285 dzdxdzdy = LLVMBuildFMul(b, res12, inv_det, "dzdxdzdy");
237 lp_do_offset_tri(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, LLVMValueRef inv_det, LLVMValueRef dxyz01, LLVMValueRef dxyz20, LLVMValueRef attribv[3]) argument

Completed in 176 milliseconds