Searched refs:ooa (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c814 float ooa; local in function:Mach64Composite
875 ooa = 1.0 / (w * h);
876 outf(ONE_OVER_AREA, FVAL(ooa));
881 ooa = -ooa;
882 outf(ONE_OVER_AREA, FVAL(ooa));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c641 LLVMValueRef e, f, ef, ooa; local in function:init_args
678 ooa = LLVMBuildFDiv(b, onef, LLVMBuildFSub(b, e, f, ""), "ooa");
680 ooa = lp_build_broadcast_scalar(&bld, ooa);
684 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos);
687 dxy20 = LLVMBuildFMul(b, dxy20, ooa, "");
688 dxy01 = LLVMBuildFMul(b, dxy01, ooa, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c554 LLVMValueRef e, f, ef, ooa; local in function:init_args
592 ooa = LLVMBuildFDiv(b, onef, LLVMBuildFSub(b, e, f, ""), "ooa");
594 ooa = lp_build_broadcast_scalar(&bld, ooa);
598 polygon_offset = lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos);
603 dxy20 = LLVMBuildFMul(b, dxy20, ooa, "");
604 dxy01 = LLVMBuildFMul(b, dxy01, ooa, "");

Completed in 6 milliseconds