Searched refs:cc (Results 1 - 25 of 1079) sorted by relevance

1234567891011>>

/xsrc/external/mit/glu/dist/
H A DMakefile.am59 src/libnurbs/interface/bezierEval.cc \
60 src/libnurbs/interface/bezierPatch.cc \
61 src/libnurbs/interface/bezierPatchMesh.cc \
62 src/libnurbs/interface/glcurveval.cc \
63 src/libnurbs/interface/glinterface.cc \
64 src/libnurbs/interface/glrenderer.cc \
65 src/libnurbs/interface/glsurfeval.cc \
66 src/libnurbs/interface/incurveeval.cc \
67 src/libnurbs/interface/insurfeval.cc \
68 src/libnurbs/internals/arc.cc \
[all...]
H A DMakefile.in607 src/libnurbs/interface/bezierEval.cc \
608 src/libnurbs/interface/bezierPatch.cc \
609 src/libnurbs/interface/bezierPatchMesh.cc \
610 src/libnurbs/interface/glcurveval.cc \
611 src/libnurbs/interface/glinterface.cc \
612 src/libnurbs/interface/glrenderer.cc \
613 src/libnurbs/interface/glsurfeval.cc \
614 src/libnurbs/interface/incurveeval.cc \
615 src/libnurbs/interface/insurfeval.cc \
616 src/libnurbs/internals/arc.cc \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c533 fxt1_quantize_CHROMA (GLuint *cc, argument
547 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */
555 ((Fx64 *)cc)[1] = hi;
568 cc[1] = lohi;
569 cc[0] = lolo;
574 fxt1_quantize_ALPHA0 (GLuint *cc, argument
608 ((Fx64 *)cc)[1] = hi;
621 cc[1] = lohi;
622 cc[0] = lolo;
627 fxt1_quantize_ALPHA1 (GLuint *cc, argument
784 fxt1_quantize_HI(GLuint * cc,GLubyte input[N_TEXELS][MAX_COMP],GLubyte reord[N_TEXELS][MAX_COMP],GLint n) argument
860 fxt1_quantize_MIXED1(GLuint * cc,GLubyte input[N_TEXELS][MAX_COMP]) argument
998 fxt1_quantize_MIXED0(GLuint * cc,GLubyte input[N_TEXELS][MAX_COMP]) argument
1167 fxt1_quantize(GLuint * cc,const GLubyte * lines[],GLint comps) argument
1382 const GLuint *cc; local in function:fxt1_decode_1HI
1417 const GLuint *cc; local in function:fxt1_decode_1CHROMA
1440 const GLuint *cc; local in function:fxt1_decode_1MIXED
1526 const GLuint *cc; local in function:fxt1_decode_1ALPHA
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c414 fxt1_quantize_CHROMA (uint32_t *cc, argument
428 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */
436 ((Fx64 *)cc)[1] = hi;
449 cc[1] = lohi;
450 cc[0] = lolo;
455 fxt1_quantize_ALPHA0 (uint32_t *cc, argument
489 ((Fx64 *)cc)[1] = hi;
502 cc[1] = lohi;
503 cc[0] = lolo;
508 fxt1_quantize_ALPHA1 (uint32_t *cc, argument
665 fxt1_quantize_HI(uint32_t * cc,uint8_t input[N_TEXELS][MAX_COMP],uint8_t reord[N_TEXELS][MAX_COMP],int32_t n) argument
741 fxt1_quantize_MIXED1(uint32_t * cc,uint8_t input[N_TEXELS][MAX_COMP]) argument
879 fxt1_quantize_MIXED0(uint32_t * cc,uint8_t input[N_TEXELS][MAX_COMP]) argument
1048 fxt1_quantize(uint32_t * cc,const uint8_t * lines[],int32_t comps) argument
1259 const uint32_t *cc; local in function:fxt1_decode_1HI
1294 const uint32_t *cc; local in function:fxt1_decode_1CHROMA
1317 const uint32_t *cc; local in function:fxt1_decode_1MIXED
1403 const uint32_t *cc; local in function:fxt1_decode_1ALPHA
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h39 unsigned invert_setcc_condition(unsigned cc, bool &swap_args);
40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
41 unsigned get_predsetcc_op(unsigned cc, unsigned cmp_type);
42 unsigned get_killcc_op(unsigned cc, unsigned cmp_type);
43 unsigned get_cndcc_op(unsigned cc, unsigned cmp_type);
H A Dsb_peephole.cpp116 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::peephole::optimize_cc_op2
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_typ
213 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::peephole::optimize_CNDcc_op
[all...]
H A Dsb_expr.cpp196 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::expr_handler::fold_setcc
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
892 unsigned cc = alu_cnd_flags & AF_CC_MASK; local in function:r600_sb::expr_handler::evaluate_condition
1150 invert_setcc_condition(unsigned cc,bool & swap_args) argument
1165 get_setcc_op(unsigned cc,unsigned cmp_type,bool int_dst) argument
1211 get_predsetcc_op(unsigned cc,unsigned cmp_type) argument
1247 get_killcc_op(unsigned cc,unsigned cmp_type) argument
1283 get_cndcc_op(unsigned cc,unsigned cmp_type) argument
1312 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::convert_predset_to_set
[all...]
H A Dsb_if_conversion.cpp247 unsigned cc = newpredset->bc.op_ptr->flags & AF_CC_MASK; local in function:r600_sb::if_conversion::run_on
251 cc = invert_setcc_condition(cc, swapargs);
258 unsigned newopcode = get_predsetcc_op(cc, cmptype);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h39 unsigned invert_setcc_condition(unsigned cc, bool &swap_args);
40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
41 unsigned get_predsetcc_op(unsigned cc, unsigned cmp_type);
42 unsigned get_killcc_op(unsigned cc, unsigned cmp_type);
43 unsigned get_cndcc_op(unsigned cc, unsigned cmp_type);
H A Dsb_peephole.cpp116 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::peephole::optimize_cc_op2
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_typ
213 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::peephole::optimize_CNDcc_op
[all...]
H A Dsb_expr.cpp196 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::expr_handler::fold_setcc
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
892 unsigned cc = alu_cnd_flags & AF_CC_MASK; local in function:r600_sb::expr_handler::evaluate_condition
1150 invert_setcc_condition(unsigned cc,bool & swap_args) argument
1165 get_setcc_op(unsigned cc,unsigned cmp_type,bool int_dst) argument
1211 get_predsetcc_op(unsigned cc,unsigned cmp_type) argument
1247 get_killcc_op(unsigned cc,unsigned cmp_type) argument
1283 get_cndcc_op(unsigned cc,unsigned cmp_type) argument
1312 unsigned cc = flags & AF_CC_MASK; local in function:r600_sb::convert_predset_to_set
[all...]
H A Dsb_if_conversion.cpp247 unsigned cc = newpredset->bc.op_ptr->flags & AF_CC_MASK; local in function:r600_sb::if_conversion::run_on
251 cc = invert_setcc_condition(cc, swapargs);
258 unsigned newopcode = get_predsetcc_op(cc, cmptype);
/xsrc/external/mit/xload/dist/
H A Dget_rload.c45 int cc; local in function:GetRLoadPoint
68 cc = read(f, &buf, sizeof(buf));
70 if (cc < WHDRSIZE)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h132 void rc_pair_translate(struct radeon_compiler *cc, void *user);
133 void rc_pair_schedule(struct radeon_compiler *cc, void *user);
134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h132 void rc_pair_translate(struct radeon_compiler *cc, void *user);
133 void rc_pair_schedule(struct radeon_compiler *cc, void *user);
134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c302 bool cc[4] = { false }; local in function:panfrost_make_constant
308 cc[0] = cc[1] = cc[2] = true;
310 cc[3] = true;
320 if (!cc[i]) continue;
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-cross-file.sh16 cc=`sed -n 's|c = .\(.*\).|\1|p' < $cross_file`
30 sed -i -e '/\[binaries\]/a\' -e "rust = ['rustc', '--target=$rust_target', '-C', 'linker=$cc']" "$cross_file"
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dshave.in14 # the tool to wrap (cc, cxx, ar, ranlib, ..)
50 *,cc)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DMakefile.am179 xlaunch/config.cc \
181 xlaunch/main.cc \
191 xlaunch/window/dialog.cc \
193 xlaunch/window/util.cc \
195 xlaunch/window/window.cc \
197 xlaunch/window/wizard.cc \
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dtest_regalloc.cpp38 for (chip_class cc = GFX8; cc < NUM_GFX_VERSIONS; cc = (chip_class)((unsigned)cc + 1)) { variable in typeref:typename:chip_class
43 if (!setup_cs("v1", (chip_class)cc, CHIP_UNKNOWN, subvariant))
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_regs.h89 u_long cc; local in function:realcc
90 __asm__ volatile("rpcc %0" : "=r"(cc) : : "memory");
91 return cc;
/xsrc/external/mit/libXt/dist/src/
H A DComposite.c146 CompositeWidgetClass cc = (CompositeWidgetClass) widget_class; local in function:InheritAllowsChangeManagedSet
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/freetype/dist/builds/unix/
H A Dunix.mk23 include $(OBJ_DIR)/unix-cc.mk
26 include $(BUILD_DIR)/unix-cc.mk
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dshave.m451 dnl substitute cc/cxx
56 CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h46 cc = 1 << 2, enumerator in enum:r600::SfnLog::LogFlag

Completed in 18 milliseconds

1234567891011>>