Searched refs:position (Results 1 - 25 of 265) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h69 float *position = out->data[pos]; local in function:TAG
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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h75 float *position = out->data[pos]; local in function:TAG
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[
[all...]
/xsrc/external/mit/xmh/dist/
H A Dtsource.c121 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 || positio
119 MsgFromPosition(Toc toc,XawTextPosition position,XawTextScanDirection dir) argument
149 CoerceToLegalPosition(Toc toc,XawTextPosition position) argument
156 Read(Widget w,XawTextPosition position,XawTextBlock * block,int length) argument
229 Scan(Widget w,XawTextPosition position,XawTextScanType sType,XawTextScanDirection dir,int count,Bool include) argument
305 Search(Widget w,XawTextPosition position,XawTextScanDirection direction,XawTextBlock * block) argument
339 TSourceInvalid(Toc toc,XawTextPosition position,int length) argument
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_inc.h11 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_lengt
[all...]
H A Dbackward_references.h30 size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask,
H A Dbackward_references_hq.h28 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/
H A Dlp_setup_tri.c269 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
268 do_triangle_ccw(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean frontfacing) argument
1011 retry_triangle_ccw(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean front) argument
1035 calc_fixed_position(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4]) argument
1106 rotate_fixed_position_01(struct fixed_position * position) argument
1131 rotate_fixed_position_12(struct fixed_position * position) argument
1161 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_cw
1187 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_ccw
1208 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_both
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c212 * \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;
320 bbox.y0 = (MIN3(position
265 do_triangle_ccw(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean frontfacing) argument
981 retry_triangle_ccw(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean front) argument
1005 calc_fixed_position(struct lp_setup_context * setup,struct fixed_position * position,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4]) argument
1075 rotate_fixed_position_01(struct fixed_position * position) argument
1100 rotate_fixed_position_12(struct fixed_position * position) argument
1130 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_cw
1156 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_ccw
1177 PIPE_ALIGN_VAR(16) struct fixed_position position; local in function:triangle_both
[all...]
/xsrc/external/mit/xedit/dist/
H A Dlisp.c122 XawTextPosition position, end; local in function:XeditDoLispEval
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/
H A Dtexfilt.c232 GLfloat * position; local in function:generate_tunnel
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[
[all...]
/xsrc/external/mit/xditview/dist/
H A Dpage.c4 * 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) argument
80 fseek(dw->dvi.tmpFile, position, SEEK_SET);
83 fseek(dw->dvi.file, position, SEEK_SET);
H A DDviChar.h26 int position; member in struct:_dviCharNameHash
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgeartrain.c54 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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
H A Dtri_vs_4_0.h29 dcl_output_siv o0.xyzw, position
/xsrc/external/mit/libFS/dist/src/
H A DFSQXInfo.c112 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/
H A DComposite.c233 register Cardinal position; local in function:CompositeInsertChild
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 in function:CompositeDeleteChild
270 for (position = 0; position < cw->composite.num_children; position
[all...]
/xsrc/external/mit/fstobdf/dist/
H A Dprops.c90 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/
H A DTextSrc.c57 XawTextPosition position; member in struct:__anon911ec4040108
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_UNUSE
1422 XawTextSourceScan(Widget w,XawTextPosition position,int type,int dir,int count,int include) argument
1454 XawTextSourceSearch(Widget w,XawTextPosition position,int dir,XawTextBlock * text) argument
1611 XawTextSourceAddAnchor(Widget w,XawTextPosition position) argument
1682 XawTextSourceFindAnchor(Widget w,XawTextPosition position) argument
1709 XawTextSourceAnchorAndEntity(Widget w,XawTextPosition position,XawTextAnchor ** anchor_return,XawTextEntity ** entity_return) argument
1808 XawTextSourceAddEntity(Widget w,int type,int flags,XtPointer data,XawTextPosition position,Cardinal length,XrmQuark property) argument
2006 _XawTextSourceFindAnchor(Widget w,XawTextPosition position) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_clip.c181 nir_variable **position)
186 *position = var;
204 return *clipvertex || *position;
231 lower_clip_outputs(nir_builder *b, nir_variable *position, argument
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 in function:nir_lower_clip_vs
332 /* find clipvertex/position outputs */
333 if (!find_clipvertex_and_position_outputs(shader, &clipvertex, &position))
179 find_clipvertex_and_position_outputs(nir_shader * shader,nir_variable ** clipvertex,nir_variable ** position) argument
349 lower_clip_in_gs_block(nir_builder * b,nir_block * block,nir_variable * position,nir_variable * clipvertex,nir_variable ** out,unsigned ucp_enables,bool use_clipdist_array,const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) argument
384 nir_variable *position = NULL; local in function:nir_lower_clip_gs
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrc.h119 * 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...]
H A DTextSrcP.h63 XawTextPosition position; member in struct:_XawTextAnchor
186 XawTextPosition position
192 XawTextPosition position
216 XawTextPosition position,
227 XawTextPosition position,
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dbezmesh.c76 GLfloat position[] = local in function:initlights
89 glLightfv(GL_LIGHT0, GL_POSITION, position);
H A Dmovelight.c43 * translate). The light position is reset after the modeling
44 * transformation is called. The eye position does not change.
51 * The scene is then redrawn with the light in a new position.
70 /* Here is where the light position is reset after the modeling
72 * light at a new position in world coordinates. The cube
73 * represents the position of the light.
77 GLfloat position[] = { 0.0, 0.0, 1.5, 1.0 }; local in function:display
85 glLightfv (GL_LIGHT0, GL_POSITION, position);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay_params.h67 OVERLAY_PARAM_CUSTOM(position) \
91 enum overlay_param_position position; member in struct:overlay_params
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay_params.h70 OVERLAY_PARAM_CUSTOM(position) \
95 enum overlay_param_position position; member in struct:overlay_params

Completed in 20 milliseconds

1234567891011