| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_setup_analysis.c | 112 float at, float bt) 115 float t = at * v[0][1] + bt; 130 float as, bs, at, bt; local 132 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt); 133 assert(test_interps(v1, as, bs, at, bt)); 211 * rectangles by introducing new vertices at vA, vB, vC and vD, and 248 float at, bt; local 275 * introduce vertices at will. 278 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt); 282 if (!test_interps(v, as, bs, at, bt) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| range.hpp | 141 at(size_type i) { function in class:clover::detail::basic_range 149 at(size_type i) const { function in class:clover::detail::basic_range
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_builder.h | 83 at(bblock_t *block, exec_node *cursor) const function in class:brw::vec4_builder 92 * Construct a vec4_builder appending instructions at the end of the 99 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); 591 * swizzle, abs, negate, and at least some parts of the register
|
| brw_fs_builder.h | 87 at(bblock_t *block, exec_node *cursor) const function in class:brw::fs_builder 96 * Construct an fs_builder appending instructions at the end of the 103 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ |
| range.hpp | 141 at(size_type i) { function in class:clover::detail::basic_range 149 at(size_type i) const { function in class:clover::detail::basic_range
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_fs_builder.h | 87 at(bblock_t *block, exec_node *cursor) const function in class:brw::fs_builder 96 * Construct an fs_builder appending instructions at the end of the 103 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel);
|
| brw_vec4_builder.h | 83 at(bblock_t *block, exec_node *cursor) const function in class:brw::vec4_builder 92 * Construct a vec4_builder appending instructions at the end of the 99 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); 579 * swizzle, abs, negate, and at least some parts of the register
|
| /xsrc/external/mit/libXmu/dist/src/ |
| Clip.c | 518 XmuScanline *at; local 523 at = area->scanline; 524 while (at) 526 if (XmuValidScanline(at)) 528 at = at->next; 720 * Adds a copy of the append list at the end of the segment list 1566 XmuScanline *pr, *at; local 1579 at = area->scanline->next; 1588 at = pr->next [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_gmem.c | 188 * plus this CP_EVENT_WRITE at the end in it's own IB.. 567 struct fd_autotune *at = &batch->ctx->autotune; local 577 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_start)); 586 struct fd_autotune *at = &batch->ctx->autotune; local 596 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_end)); 603 OUT_RELOC(ring, results_ptr(at, fence));
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| stex3d.c | 172 #define at(rx,ry,rz) ( rx * q[0] + ry * q[1] + rz * q[2] ) macro 181 u = at(rx0, ry0, rz0); 183 v = at(rx1, ry0, rz0); 187 u = at(rx0, ry1, rz0); 189 v = at(rx1, ry1, rz0); 192 c = lerp(sy, a, b); /* interpolate in y at lo x */ 195 u = at(rx0, ry0, rz1); 197 v = at(rx1, ry0, rz1); 201 u = at(rx0, ry1, rz1); 203 v = at(rx1, ry1, rz1) [all...] |
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrcrtc.c | 310 int al, ar, at, ab; local 314 if (!cursor_bounds(a, &al, &ar, &at, &ab)) 321 ct = max(at, bt); 863 * Destroy a Crtc at shutdown 1048 * Set the size of the gamma table at server startup time
|
| /xsrc/external/mit/xtrans/dist/ |
| Xtranssock.c | 452 * proceed at glacial speed. 739 const char *at = ""; local 748 at = "@"; 754 if ((ssize_t)(strlen(at) + strlen(upath) + strlen(port)) > maxlen) 756 snprintf(path, sizeof(s.sun_path), "%s%s%s", at, upath, port); 1044 * on some systems (hpux at least), so we will just do it manually, instead
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.c | 412 * note that for rho_per_quad case could reduce math (at some shuffle 1367 * Compute width, height, depth at mipmap level 'ilevel' 1775 * the same face, but not so great at edges, I believe the max error 1786 LLVMValueRef as, at, ar, face, face_s, face_t; local 1813 at = lp_build_abs(&bld->coord_bld, t); 1825 as_ge_at = lp_build_cmp(coord_bld, PIPE_FUNC_GREATER, as, at); 1826 maxasat = lp_build_max(coord_bld, as, at);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.c | 287 * note that for rho_per_quad case could reduce math (at some shuffle 1230 * Compute width, height, depth at mipmap level 'ilevel' 1638 * the same face, but not so great at edges, I believe the max error 1649 LLVMValueRef as, at, ar, face, face_s, face_t; local 1676 at = lp_build_abs(&bld->coord_bld, t); 1688 as_ge_at = lp_build_cmp(coord_bld, PIPE_FUNC_GREATER, as, at); 1689 maxasat = lp_build_max(coord_bld, as, at); 1885 * size mul which happens very early completely here and do it at the 1888 * since the error can get quite big otherwise at edges. 1889 * (With no_rho_approx max error is sqrt(2) at edges, same as it i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_bc.h | 985 bc.at(pos) = v; 1000 uint32_t at(unsigned dw_id) { return bc.at(dw_id); } function in class:r600_sb::bytecode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_bc.h | 946 bc.at(pos) = v; 961 uint32_t at(unsigned dw_id) { return bc.at(dw_id); } function in class:r600_sb::bytecode
|
| /xsrc/external/mit/xterm/dist/ |
| util.c | 115 * We will modify the 'n' cells beginning at the current position. 220 * at the top of the screen, then we will shift full lines scrolled out 1096 * Write a string onto the screen at the current cursor position. 1212 * inserts n blank lines at the cursor's position. Lines above the 1304 * at the cursor's position, lines added at bottom margin are blank. 1426 * Insert n blanks at the cursor's position, no wraparound 1509 * Deletes n chars at the cursor's position, no wraparound. 2227 int firstchar, /* char pos on screen to start copying at */ 2250 int firstline, /* line on screen to start copying at */ 5879 char *at, buf[128]; local [all...] |