HomeSort by: relevance | last modified time | path
    Searched refs:position (Results 1 - 25 of 228) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 75 float *position = out->data[pos]; local
94 float *clipvertex = position;
102 out->clip_pos[i] = position[i];
109 if (!(-0.50 * position[0] + position[3] >= 0)) mask |= (1<<0);
110 if (!( 0.50 * position[0] + position[3] >= 0)) mask |= (1<<1);
111 if (!(-0.50 * position[1] + position[3] >= 0)) mask |= (1<<2);
112 if (!( 0.50 * position[1] + position[3] >= 0)) mask |= (1<<3)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 69 float *position = out->data[pos]; local
88 float *clipvertex = position;
96 out->clip_pos[i] = position[i];
103 if (!(-0.50 * position[0] + position[3] >= 0)) mask |= (1<<0);
104 if (!( 0.50 * position[0] + position[3] >= 0)) mask |= (1<<1);
105 if (!(-0.50 * position[1] + position[3] >= 0)) mask |= (1<<2);
106 if (!( 0.50 * position[1] + position[3] >= 0)) mask |= (1<<3)
    [all...]
  /xsrc/external/mit/xmh/dist/
tsource.c 121 XawTextPosition position,
126 if (position > toc->lastPos) position = toc->lastPos;
127 if (dir == XawsdLeft) position--;
132 if (toc->msgs[m]->position > position)
138 if (msg->position > position)
142 if (position < msg->position || position > msg->position + msg->length
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
backward_references_inc.h 11 size_t num_bytes, size_t position,
23 const size_t pos_end = position + num_bytes;
25 position + num_bytes - FN(StoreLookahead)() + 1 : position;
30 size_t apply_random_heuristics = position + random_heuristics_window_size;
40 while (position + FN(HashTypeLength)() < pos_end) {
41 size_t max_length = pos_end - position;
42 size_t max_distance = BROTLI_MIN(size_t, position, max_backward_limit);
44 position + position_offset, max_backward_limit);
51 ringbuffer, ringbuffer_mask, dist_cache, position, max_length
70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, local
    [all...]
backward_references.h 30 size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask,
backward_references_hq.h 28 size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask,
35 size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask,
60 /* Node position that provides next distance for distance cache. */
67 /* Computes the shortest path of commands from position to at most
68 position + num_bytes.
82 size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 64 /* Position and area in fixed point coordinates */
269 struct fixed_position* position,
289 assert(position->area > 0);
319 bbox.x0 = MIN3(position->x[0], position->x[1], position->x[2]) >> FIXED_ORDER;
320 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER;
323 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER
1161 PIPE_ALIGN_VAR(16) struct fixed_position position; local
1187 PIPE_ALIGN_VAR(16) struct fixed_position position; local
1208 PIPE_ALIGN_VAR(16) struct fixed_position position; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 64 /* Position and area in fixed point coordinates */
212 * \param tx, ty the tile position in tiles, not pixels
266 struct fixed_position* position,
286 assert(position->area > 0);
316 bbox.x0 = MIN3(position->x[0], position->x[1], position->x[2]) >> FIXED_ORDER;
317 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER
1130 PIPE_ALIGN_VAR(16) struct fixed_position position; local
1156 PIPE_ALIGN_VAR(16) struct fixed_position position; local
1177 PIPE_ALIGN_VAR(16) struct fixed_position position; local
    [all...]
  /xsrc/external/mit/xedit/dist/
lisp.c 122 XawTextPosition position, end; local
126 position = XawTextGetInsertionPoint(textwindow);
127 --position;
128 while (position >= 0) {
129 (void)XawTextSourceRead(src, position, &block, 1);
132 --position;
134 end = position + 1;
137 while (position >= 0) {
138 (void)XawTextSourceRead(src, position, &block, 1);
145 --position;
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/tests/
texfilt.c 232 GLfloat * position; local
236 position = realloc( *pos_data, sizeof( GLfloat ) * num_segs * 4 * 4 );
239 *pos_data = position;
243 position[0] = 2.5 * sinf( angle );
244 position[1] = 2.5 * cosf( angle );
245 position[2] = (i & 1) ? far_distance : near_distance;
246 position[3] = 1.0f;
248 position[4] = position[0];
249 position[5] = position[1]
    [all...]
  /xsrc/external/mit/xditview/dist/
page.c 4 * map page numbers to file position
60 m->position = ftell(dw->dvi.tmpFile);
62 m->position = ftell(dw->dvi.file);
72 return m->position;
76 FileSeek(DviWidget dw, long position)
80 fseek(dw->dvi.tmpFile, position, SEEK_SET);
83 fseek(dw->dvi.file, position, SEEK_SET);
DviChar.h 26 int position; member in struct:_dviCharNameHash
  /xsrc/external/mit/mesa-demos/dist/src/demos/
geartrain.c 54 TDA position; member in struct:AXLE
76 TDA position; member in struct:GEAR
207 LoadTriplet (a[axle_count - 1].position);
463 D = sqrt (pow (g1.position[0] - g2.position[0], 2) + pow (g1.position[1] - g2.position[1], 2) + pow (g1.position[2] - g2.position[2], 2));
464 alpha = acos ((g2.position[0] - g1.position[0]) / D)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
tri_vs_4_0.h 15 // POSITION 0 xyzw 0 NONE float xyzw
29 dcl_output_siv o0.xyzw, position
  /xsrc/external/mit/xterm/dist/vttests/
setpos.pl 32 # Exercise CSI 3/13 t which set/get the window position.
50 -a test position/report for middle and four corners
52 -p Y,X use this position rather than $default_y,$default_x
54 -x report xwininfo's position for \$WINDOWID
  /xsrc/external/mit/libFS/dist/src/
FSQXInfo.c 112 offset_data[j].name.position = local_po.name.position;
114 offset_data[j].value.position = local_po.value.position;
  /xsrc/external/mit/libXt/dist/src/
Composite.c 233 register Cardinal position; local
242 position = (*(cw->composite.insert_position)) (w);
244 position = cw->composite.num_children;
253 /* Ripple children up one space from "position" */
254 for (i = cw->composite.num_children; i > position; i--) {
257 children[position] = w;
264 register Cardinal position; local
270 for (position = 0; position < cw->composite.num_children; position++)
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
extra.css 82 position: absolute;
99 position: relative;
104 position: absolute;
152 position: absolute;
170 position: relative;
175 position: absolute;
  /xsrc/external/mit/fstobdf/dist/
props.c 90 name = (char *) propData + property->name.position;
111 fwrite(propData + property->name.position, 1, property->name.length,
115 value = property->value.position;
  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 57 XawTextPosition position; member in struct:__anon5791
405 * pos - position of the text to retrieve
413 * The character position following the retrieved text.
449 * position - position to start scanning
454 * the position that is returned
461 Scan(Widget w _X_UNUSED, XawTextPosition position _X_UNUSED, XawTextScanType type _X_UNUSED,
473 * position - position to start searching
482 Search(Widget w _X_UNUSED, XawTextPosition position _X_UNUSED, XawTextScanDirection dir _X_UNUSED
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_clip.c 33 * from UCP[n] + CLIPVERTEX or POSITION. Additionally, an optional pass
181 nir_variable **position)
186 *position = var;
204 return *clipvertex || *position;
231 lower_clip_outputs(nir_builder *b, nir_variable *position,
241 cv = nir_load_var(b, clipvertex ? clipvertex : position);
251 assert(position);
252 cv = find_output(b->shader, position->data.driver_location);
311 nir_variable *position = NULL; local
332 /* find clipvertex/position outputs *
384 nir_variable *position = NULL; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay_params.h 70 OVERLAY_PARAM_CUSTOM(position) \
95 enum overlay_param_position position; member in struct:overlay_params
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay_params.h 67 OVERLAY_PARAM_CUSTOM(position) \
91 enum overlay_param_position position; member in struct:overlay_params
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrc.h 119 * pos - position of the text to retrieve
167 * position - position to start scanning
172 * the position that is returned.
178 * The position of the text
183 XawTextPosition position,
203 * position - position to start scanning
211 * The position of the text we are searching for or XawTextSearchError
216 XawTextPosition position,
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
bezmesh.c 76 GLfloat position[] = local
89 glLightfv(GL_LIGHT0, GL_POSITION, position);

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 910