| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbclip.c | 56 const BoxRec *c0, *c1; local in function:fbClipBoxes 76 c0 = (const BoxRec *)(region->data + 1); 77 c1 = c0 + region->data->numRects; 79 if (c0->y2 <= box->y1) { 82 c0->x1, c0->y1, c0->x2, c0->y2, 84 c0 = find_clip_row_for_y(c0, c [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbclip.c | 56 const BoxRec *c0, *c1; local in function:fbClipBoxes 76 c0 = (const BoxRec *)(region->data + 1); 77 c1 = c0 + region->data->numRects; 79 if (c0->y2 <= box->y1) { 82 c0->x1, c0->y1, c0->x2, c0->y2, 84 c0 = find_clip_row_for_y(c0, c [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/tests/ |
| H A D | delay.c | 54 mov.f32f32 r0.x, c0.x 55 mov.f32f32 r0.y, c0.y 59 mov.f32f32 r0.x, c0.x 60 mov.f32f32 r0.y, c0.y 61 mov.f32f32 r0.z, c0.z 65 mov.f32f32 r0.x, c0.x 66 mov.f32f32 r0.y, c0.y 67 (rpt1)add.f r0.x, (r)r0.x, (r)c0.x 70 (rpt1)mov.f32f32 r0.x, c0.x 71 (rpt1)add.f r0.x, (r)r0.x, (r)c0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| H A D | simple.asm | 3 @const(c0.x) 0.0, 0.0, 0.0, 0.0 8 mov.f32f32 r2.x, c0.y 12 add.u r2.x, c0.x, r2.x
|
| H A D | invocationid.asm | 3 @const(c0.x) 0.0, 0.0, 0.0, 0.0
|
| /xsrc/external/mit/freetype/dist/builds/atari/ |
| H A D | deflinejoiner.awk | 65 c0, c1, i, junk, part_str ) 67 c0 = 0 73 part_str = substr( logical_line, c0 + 1 ) 78 part_str = substr( logical_line, c0 + 1, c1 - c0 + 1 ) 81 c0 = c1 + 1 84 part_str = substr( logical_line, c0 + 1 )
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 283 i915_emit_const1f(struct i915_fp_compile * p, float c0) argument 288 if (c0 == 0.0) 290 if (c0 == 1.0) 298 ifs->constants[reg][idx] == c0) { 299 ifs->constants[reg][idx] = c0; 313 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1) argument 318 if (c0 == 0.0) 320 if (c0 == 1.0) 324 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); 326 return swizzle(i915_emit_const1f(p, c0), 351 i915_emit_const4f(struct i915_fp_compile * p,float c0,float c1,float c2,float c3) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 269 i915_emit_const1f(struct i915_fp_compile *p, float c0) argument 274 if (c0 == 0.0) 276 if (c0 == 1.0) 284 ifs->constants[reg][idx] == c0) { 285 ifs->constants[reg][idx] = c0; 299 i915_emit_const2f(struct i915_fp_compile *p, float c0, float c1) argument 304 if (c0 == 0.0) 306 if (c0 == 1.0) 310 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); 312 return swizzle(i915_emit_const1f(p, c0), 337 i915_emit_const4f(struct i915_fp_compile * p,float c0,float c1,float c2,float c3) argument [all...] |
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | display.c | 77 char c0; local in function:_XcursorDefaultParseBool 79 c0 = *v; 80 if (isupper ((int)c0)) 81 c0 = (char) tolower (c0); 82 if (c0 == 't' || c0 == 'y' || c0 == '1') 84 if (c0 == 'f' || c0 [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 1095 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1097 c0 += c0_inc, c1 += c1_inc, c++) { 1101 data.u[c] = op[0]->value.u[c0] + op[1]->value.u[c1]; 1104 data.i[c] = op[0]->value.i[c0] + op[1]->value.i[c1]; 1107 data.f[c] = op[0]->value.f[c0] + op[1]->value.f[c1]; 1110 data.d[c] = op[0]->value.d[c0] + op[1]->value.d[c1]; 1113 data.u64[c] = op[0]->value.u64[c0] + op[1]->value.u64[c1]; 1116 data.i64[c] = op[0]->value.i64[c0] + op[1]->value.i64[c1]; 1126 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1128 c0 1159 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1217 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1248 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1408 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1440 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1465 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1490 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1515 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1589 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1620 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned [all...] |
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 1227 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1229 c0 += c0_inc, c1 += c1_inc, c++) { 1233 data.u[c] = op[0]->value.u[c0] + op[1]->value.u[c1]; 1236 data.i[c] = op[0]->value.i[c0] + op[1]->value.i[c1]; 1239 data.f[c] = op[0]->value.f[c0] + op[1]->value.f[c1]; 1242 data.d[c] = op[0]->value.d[c0] + op[1]->value.d[c1]; 1245 data.u64[c] = op[0]->value.u64[c0] + op[1]->value.u64[c1]; 1248 data.i64[c] = op[0]->value.i64[c0] + op[1]->value.i64[c1]; 1258 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1260 c0 1396 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1469 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1500 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1660 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1692 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1717 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1742 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1767 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1841 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned 1872 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.h | 47 #define SWIZZLE(c0,c1,c2,c3) \ 48 INST_SWIZ(INST_SWIZ_COMP_##c0, \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.h | 131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0); 134 GLfloat c0, GLfloat c1); 140 GLfloat c0, GLfloat c1,
|
| H A D | i915_program.c | 301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0) argument 305 if (c0 == 0.0) 307 if (c0 == 1.0) 315 p->constant[reg][idx] == c0) { 316 p->constant[reg][idx] = c0; 331 i915_emit_const2f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1) argument 335 if (c0 == 0.0) 337 if (c0 == 1.0) 341 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); 343 return swizzle(i915_emit_const1f(p, c0), 370 i915_emit_const4f(struct i915_fragment_program * p,GLfloat c0,GLfloat c1,GLfloat c2,GLfloat c3) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.h | 131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0); 134 GLfloat c0, GLfloat c1); 140 GLfloat c0, GLfloat c1,
|
| H A D | i915_program.c | 301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0) argument 305 if (c0 == 0.0) 307 if (c0 == 1.0) 315 p->constant[reg][idx] == c0) { 316 p->constant[reg][idx] = c0; 331 i915_emit_const2f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1) argument 335 if (c0 == 0.0) 337 if (c0 == 1.0) 341 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); 343 return swizzle(i915_emit_const1f(p, c0), 370 i915_emit_const4f(struct i915_fragment_program * p,GLfloat c0,GLfloat c1,GLfloat c2,GLfloat c3) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_minmax.cpp | 109 for (unsigned i = 0, c0 = 0, c1 = 0; local in function:__anon4524e4d40110::compare_components 111 c0 += a_inc, c1 += b_inc, ++i) { 114 if (a->value.u16[c0] < b->value.u16[c1]) 116 else if (a->value.u16[c0] > b->value.u16[c1]) 122 if (a->value.i16[c0] < b->value.i16[c1]) 124 else if (a->value.i16[c0] > b->value.i16[c1]) 130 if (a->value.u[c0] < b->value.u[c1]) 132 else if (a->value.u[c0] > b->value.u[c1]) 138 if (a->value.i[c0] < b->value.i[c1]) 140 else if (a->value.i[c0] > [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_minmax.cpp | 108 for (unsigned i = 0, c0 = 0, c1 = 0; local in function:__anondb3718010110::compare_components 110 c0 += a_inc, c1 += b_inc, ++i) { 113 if (a->value.u[c0] < b->value.u[c1]) 115 else if (a->value.u[c0] > b->value.u[c1]) 121 if (a->value.i[c0] < b->value.i[c1]) 123 else if (a->value.i[c0] > b->value.i[c1]) 129 if (a->value.f[c0] < b->value.f[c1]) 131 else if (a->value.f[c0] > b->value.f[c1]) 137 if (a->value.d[c0] < b->value.d[c1]) 139 else if (a->value.d[c0] > [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcname.c | 287 char c0, c1; local in function:FcNameBool 289 c0 = *v; 290 c0 = FcToLower (c0); 291 if (c0 == 't' || c0 == 'y' || c0 == '1') 296 if (c0 == 'f' || c0 == 'n' || c0 [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdpy.c | 314 char c0, c1; local in function:XftDefaultParseBool 316 c0 = *v; 317 if (isupper ((int)c0)) 318 c0 = (char)tolower (c0); 319 if (c0 == 't' || c0 == 'y' || c0 == '1') 321 if (c0 == 'f' || c0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.h | 49 #define SWIZZLE(c0,c1,c2,c3) \ 50 INST_SWIZ(INST_SWIZ_COMP_##c0, \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_nir_builder.h | 111 nir_ssa_def *c0 = nir_uge(b, nir_channel(b, pos, 0), x0); local in function:blorp_check_in_bounds 117 nir_iand(b, nir_iand(b, c0, c1), nir_iand(b, c2, c3));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | rasterizer.cpp | 143 float c0 = a + b; local in function:RasterizeLine 147 *(pNewBuffer++) = c0 - c1; 148 *(pNewBuffer++) = c0 - c1; 225 float c0 = a + b; local in function:RasterizeLine 229 *(pNewBuffer++) = c1 - c0; 230 *(pNewBuffer++) = c1 - c0; 231 *(pNewBuffer++) = c0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_zoom.c | 54 GLint c0, c1, r0, r1; local in function:compute_zoomed_bounds 60 * Compute destination columns: [c0, c1) 62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); 64 if (c1 < c0) { 67 c1 = c0; 68 c0 = tmp; 70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); 72 if (c0 == c1) { 93 *x0 = c0; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_zoom.c | 54 GLint c0, c1, r0, r1; local in function:compute_zoomed_bounds 60 * Compute destination columns: [c0, c1) 62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); 64 if (c1 < c0) { 67 c1 = c0; 68 c0 = tmp; 70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); 72 if (c0 == c1) { 93 *x0 = c0; [all...] |