| /xsrc/external/mit/xload/dist/ |
| get_rload.c | 45 int cc; local 68 cc = read(f, &buf, sizeof(buf)); 70 if (cc < WHDRSIZE)
|
| /xsrc/external/mit/libXt/dist/src/ |
| Composite.c | 146 CompositeWidgetClass cc = (CompositeWidgetClass) widget_class; local 159 XtGetClassExtension(cc->core_class.superclass, 174 new_ext->next_extension = cc->composite_class.extension; 180 cc->composite_class.extension = (XtPointer) new_ext;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| pan_blending.c | 302 bool cc[4] = { false }; local 308 cc[0] = cc[1] = cc[2] = true; 310 cc[3] = true; 320 if (!cc[i]) continue;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_if_conversion.cpp | 247 unsigned cc = newpredset->bc.op_ptr->flags & AF_CC_MASK; local 251 cc = invert_setcc_condition(cc, swapargs); 258 unsigned newopcode = get_predsetcc_op(cc, cmptype);
|
| sb_peephole.cpp | 116 unsigned cc = flags & AF_CC_MASK; local 118 if ((cc != AF_CC_E && cc != AF_CC_NE) || a->pred) 154 if (cc == AF_CC_E) 159 cc = bop.n->bc.op_ptr->flags & AF_CC_MASK; 162 cc = invert_setcc_condition(cc, swap_args); 180 newop = get_predsetcc_op(cc, cmp_type); 183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); 186 newop = get_killcc_op(cc, cmp_type) 213 unsigned cc = flags & AF_CC_MASK; local [all...] |
| sb_ra_coalesce.cpp | 585 ra_chunk *cc = ch[i]; local 587 if (cc->is_fixed()) { 588 if (cc->pin != color) 589 cc = detach_value(cv[i]); 594 color_chunk(cc, color); 595 cc->fix(); 596 cc->set_prealloc();
|
| sb_expr.cpp | 196 unsigned cc = flags & AF_CC_MASK; local 224 if (cv1.f < 0.0f && (cc == AF_CC_GT || cc == AF_CC_NE)) { 227 } else if (cv1.f <= 0.0f && cc == AF_CC_GE) { 232 if (cv1.f > 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) { 235 } else if (cv1.f >= 0.0f && cc == AF_CC_GT) { 240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) { 247 if (cv0.f <= 0.0f && cc == AF_CC_GT) { 250 } else if (cv0.f < 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) 892 unsigned cc = alu_cnd_flags & AF_CC_MASK; local 1312 unsigned cc = flags & AF_CC_MASK; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_debug.h | 46 cc = 1 << 2, enumerator in enum:r600::SfnLog::LogFlag
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_shader_llvm_resources.c | 38 LLVMValueRef cc; local 49 cc = LLVMBuildICmp(builder, LLVMIntULE, index, c_max, ""); 50 index = LLVMBuildSelect(builder, cc, index, c_max, "");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/ |
| ss_tritmp.h | 57 GLfloat cc = ex*fy - ey*fx; local 61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx); 141 if (cc * cc > 1e-16F) { 144 const GLfloat oneOverArea = 1.0F / cc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_if_conversion.cpp | 247 unsigned cc = newpredset->bc.op_ptr->flags & AF_CC_MASK; local 251 cc = invert_setcc_condition(cc, swapargs); 258 unsigned newopcode = get_predsetcc_op(cc, cmptype);
|
| sb_peephole.cpp | 116 unsigned cc = flags & AF_CC_MASK; local 118 if ((cc != AF_CC_E && cc != AF_CC_NE) || a->pred) 154 if (cc == AF_CC_E) 159 cc = bop.n->bc.op_ptr->flags & AF_CC_MASK; 162 cc = invert_setcc_condition(cc, swap_args); 180 newop = get_predsetcc_op(cc, cmp_type); 183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); 186 newop = get_killcc_op(cc, cmp_type) 213 unsigned cc = flags & AF_CC_MASK; local [all...] |
| sb_ra_coalesce.cpp | 585 ra_chunk *cc = ch[i]; local 587 if (cc->is_fixed()) { 588 if (cc->pin != color) 589 cc = detach_value(cv[i]); 594 color_chunk(cc, color); 595 cc->fix(); 596 cc->set_prealloc();
|
| sb_expr.cpp | 196 unsigned cc = flags & AF_CC_MASK; local 224 if (cv1.f < 0.0f && (cc == AF_CC_GT || cc == AF_CC_NE)) { 227 } else if (cv1.f <= 0.0f && cc == AF_CC_GE) { 232 if (cv1.f > 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) { 235 } else if (cv1.f >= 0.0f && cc == AF_CC_GT) { 240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) { 247 if (cv0.f <= 0.0f && cc == AF_CC_GT) { 250 } else if (cv0.f < 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) 892 unsigned cc = alu_cnd_flags & AF_CC_MASK; local 1312 unsigned cc = flags & AF_CC_MASK; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/ |
| ss_tritmp.h | 57 GLfloat cc = ex*fy - ey*fx; local 61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx); 141 if (cc * cc > 1e-16F) { 144 const GLfloat oneOverArea = 1.0F / cc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| t_dd_tritmp.h | 136 GLfloat cc = ex*fy - ey*fx; local 140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); 230 if (cc * cc > 1e-16) { 231 GLfloat ic = 1.0 / cc; 361 GLfloat cc = ex*fy - ey*fx; local 365 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); 463 if (cc * cc > 1e-16) { 468 GLfloat ic = 1.0 / cc; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| t_dd_tritmp.h | 136 GLfloat cc = ex*fy - ey*fx; local 140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); 230 if (cc * cc > 1e-16) { 231 GLfloat ic = 1.0 / cc; 361 GLfloat cc = ex*fy - ey*fx; local 365 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); 463 if (cc * cc > 1e-16) { 468 GLfloat ic = 1.0 / cc; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_mpeg12_bitstream.c | 744 unsigned cc = blk2cc[blk]; local 752 bs->pred_dc[cc] += dct_diff; 755 dst[0] = bs->pred_dc[cc];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_mpeg12_bitstream.c | 744 unsigned cc = blk2cc[blk]; local 752 bs->pred_dc[cc] += dct_diff; 755 dst[0] = bs->pred_dc[cc];
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Tree.c | 762 TreeConstraints cc = TREE_CONSTRAINT(child); local 767 if (newwidth < cc->tree.bbwidth) newwidth = cc->tree.bbwidth; 768 newheight = (Dimension)(newheight + (tree->tree.vpad + cc->tree.bbheight)); 770 if (newheight < cc->tree.bbheight) newheight = cc->tree.bbheight; 771 newwidth = (Dimension)(newwidth + (tree->tree.hpad + cc->tree.bbwidth)); 890 TreeConstraints cc; local 893 cc = TREE_CONSTRAINT(child); 897 newy += tree->tree.vpad + cc->tree.bbheight [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| rnn.c | 136 char *cc; local 139 res = strtoull(c, &cc, 16); 141 res = strtoull(c, &cc, 10); 142 if (*cc) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_emit_nvc0.cpp | 61 void emitCondCode(CondCode cc, int pos); 243 void CodeEmitterNVC0::emitCondCode(CondCode cc, int pos) 247 switch (cc) { 286 if (i->cc == CC_NOT_P) 1245 CondCode cc = i->setCond; local 1248 cc = reverseCondCode(cc); 1250 emitCondCode(cc, 32 + 23); 1292 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_emit_nvc0.cpp | 63 void emitCondCode(CondCode cc, int pos); 245 void CodeEmitterNVC0::emitCondCode(CondCode cc, int pos) 249 switch (cc) { 288 if (i->cc == CC_NOT_P) 1247 CondCode cc = i->setCond; local 1250 cc = reverseCondCode(cc); 1252 emitCondCode(cc, 32 + 23); 1285 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| sfdriver.c | 250 unsigned int cc; local 256 cc = (unsigned int)c; 258 return sfnt_ps_map[cc >> 3] & ( 1 << ( cc & 0x07 ) );
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_regs.h | 89 u_long cc; local 90 __asm__ volatile("rpcc %0" : "=r"(cc) : : "memory"); 91 return cc;
|