Searched refs:inv_det (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | format_srgb.py | 98 inv_det = 1.0 / (sum_aa * sum_bb - sum_ab * sum_ab) 113 solved_a = inv_det * (sum_bb*sum_a - sum_ab*sum_b) 114 solved_b = inv_det * (sum_aa*sum_b - sum_ab*sum_a)
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_offset.c | 70 float inv_det = 1.0f / header->det; in do_offset_tri() local 90 float dzdx = fabsf(a * inv_det); in do_offset_tri() 91 float dzdy = fabsf(b * inv_det); in do_offset_tri()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_sf.c | 53 struct brw_reg inv_det; member 313 c->inv_det = brw_vec1_grf(reg, 0); reg++; in alloc_regs() 350 c->inv_det, in invert_det() 495 brw_MUL(p, c->m1Cx, c->tmp, c->inv_det); in brw_emit_tri_setup() 501 brw_MUL(p, c->m2Cy, c->tmp, c->inv_det); in brw_emit_tri_setup() 572 brw_MUL(p, c->m1Cx, c->tmp, c->inv_det); in brw_emit_line_setup() 575 brw_MUL(p, c->m2Cy, c->tmp, c->inv_det); in brw_emit_line_setup()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 205 LLVMValueRef inv_det, in lp_do_offset_tri() 248 /* dzdx = fabsf(res1 * inv_det), dydx = fabsf(res2 * inv_det)*/ in lp_do_offset_tri() 249 dzdxdzdy = LLVMBuildFMul(b, res12, inv_det, "dzdxdzdy"); in lp_do_offset_tri() 202 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]) lp_do_offset_tri() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12439 const glw::GLdouble inv_det = 1.0 / det; in inverse() local 12441 tcu::Matrix<glw::GLdouble, Size, Size> result = adjugate * inv_det; in inverse()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 45 milliseconds