Home
last modified time | relevance | path

Searched refs:col0 (Results 176 – 200 of 1692) sorted by relevance

12345678910>>...68

/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcs5_create_table_from_other_tables.result13 CREATE TABLE t3(col0 varchar(45) DEFAULT 'abc') ENGINE=Columnstore AS SELECT * FROM t1_ctas;
17 `col0` varchar(45) DEFAULT 'abc',
21 CREATE TABLE t4(col0 varchar(45)) ENGINE=Columnstore AS SELECT * FROM t1_ctas;
25 `col0` varchar(45) DEFAULT NULL,
56 CREATE TABLE t9(col0 varchar(45), c0 int DEFAULT 10) ENGINE=Columnstore SELECT * FROM t1_ctas;
60 `col0` varchar(45) DEFAULT NULL,
73 CREATE TABLE t11(col0 varchar(45) DEFAULT 'abc') ENGINE=Columnstore AS SELECT * FROM t1_ctas;
77 `col0` varchar(45) DEFAULT 'abc',
81 CREATE TABLE t12(col0 varchar(45)) ENGINE=Columnstore AS SELECT * FROM t1_ctas;
85 `col0` varchar(45) DEFAULT NULL,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcs5_create_table_from_other_tables.result13 CREATE TABLE t3(col0 varchar(45) DEFAULT 'abc') ENGINE=Columnstore AS SELECT * FROM t1_ctas;
17 `col0` varchar(45) DEFAULT 'abc',
21 CREATE TABLE t4(col0 varchar(45)) ENGINE=Columnstore AS SELECT * FROM t1_ctas;
25 `col0` varchar(45) DEFAULT NULL,
56 CREATE TABLE t9(col0 varchar(45), c0 int DEFAULT 10) ENGINE=Columnstore SELECT * FROM t1_ctas;
60 `col0` varchar(45) DEFAULT NULL,
73 CREATE TABLE t11(col0 varchar(45) DEFAULT 'abc') ENGINE=Columnstore AS SELECT * FROM t1_ctas;
77 `col0` varchar(45) DEFAULT 'abc',
81 CREATE TABLE t12(col0 varchar(45)) ENGINE=Columnstore AS SELECT * FROM t1_ctas;
85 `col0` varchar(45) DEFAULT NULL,
[all …]
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dwrap.c18 int col, col0; in FindBreakPos() local
25 col0 = PrevCol(wrappos); in FindBreakPos()
27 c0 = HWtoANK(Moji_lbv(col0)); in FindBreakPos()
29 for ( ; col > bindent; col = col0, col0 = PrevCol(col)) { in FindBreakPos()
32 c0 = HWtoANK(Moji_lbv(col0)); /* ����ʸ�� */ in FindBreakPos()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexConvexAlgorithm.cpp480 btScalar btConvexConvexAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* … in calculateTimeOfImpact() argument
491 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
494 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
511 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
520 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
526 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
527 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
546 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
553 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
559 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx15.cc134 pls->col0( 1 ); in plot1()
136 pls->col0( 2 ); in plot1()
181 pls->col0( 1 ); in plot2()
183 pls->col0( 2 ); in plot2()
206 pls->col0( 1 ); in plot3()
208 pls->col0( 2 ); in plot3()
211 pls->col0( 3 ); in plot3()
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx15.java152 pls.col0( 1 ); in plot1()
154 pls.col0( 2 ); in plot1()
196 pls.col0( 1 ); in plot2()
198 pls.col0( 2 ); in plot2()
221 pls.col0( 1 ); in plot3()
223 pls.col0( 2 ); in plot3()
226 pls.col0( 3 ); in plot3()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx15.cc134 pls->col0( 1 ); in plot1()
136 pls->col0( 2 ); in plot1()
181 pls->col0( 1 ); in plot2()
183 pls->col0( 2 ); in plot2()
206 pls->col0( 1 ); in plot3()
208 pls->col0( 2 ); in plot3()
211 pls->col0( 3 ); in plot3()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/onl/
H A Donl_inverse_4x4.cl8 unsigned int col0 = sel0[col];
20 float pos_part1 = mat4x4[col0+row0*4] * mat4x4[col1+row1*4] * mat4x4[col2+row2*4]; // aei
21 float pos_part2 = mat4x4[col0+row1*4] * mat4x4[col1+row2*4] * mat4x4[col2+row0*4]; // dhc
22 float pos_part3 = mat4x4[col0+row2*4] * mat4x4[col1+row0*4] * mat4x4[col2+row1*4]; // gbf
24 float neg_part1 = mat4x4[col0+row0*4] * mat4x4[col1+row2*4] * mat4x4[col2+row1*4]; // ahf
25 float neg_part2 = mat4x4[col0+row1*4] * mat4x4[col1+row0*4] * mat4x4[col2+row2*4]; // dbi
26 float neg_part3 = mat4x4[col0+row2*4] * mat4x4[col1+row1*4] * mat4x4[col2+row0*4]; // gec
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx15.java152 pls.col0( 1 ); in plot1()
154 pls.col0( 2 ); in plot1()
196 pls.col0( 1 ); in plot2()
198 pls.col0( 2 ); in plot2()
221 pls.col0( 1 ); in plot3()
223 pls.col0( 2 ); in plot3()
226 pls.col0( 3 ); in plot3()
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/misc/
H A Doutput.c75 static int col0 = 0; //2 variable
173 col0 = 1; //2 in out_nl2()
185 if (! col0) return; //2 in print_indent()
191 col0 = 0; //2 in print_indent()
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx18.lua39 pl.col0(1)
45 pl.col0(2)
78 pl.col0(3)
126 pl.col0(1)
132 pl.col0(2)
141 pl.col0(3)
H A Dx16.lua206 pl.col0(1)
208 pl.col0(2)
246 pl.col0(1)
248 pl.col0(2)
283 pl.col0(1)
285 pl.col0(2)
322 pl.col0(1)
324 pl.col0(2)
349 pl.col0(1)
412 pl.col0(1)
[all …]
H A Dx22.lua72 pl.col0(2)
74 pl.col0(1)
124 pl.col0(2)
126 pl.col0(1)
188 pl.col0(2)
193 pl.col0(1)
292 pl.col0(3)
296 pl.col0(1)
299 pl.col0(2)
301 pl.col0(1)
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx18.lua39 pl.col0(1)
45 pl.col0(2)
78 pl.col0(3)
126 pl.col0(1)
132 pl.col0(2)
141 pl.col0(3)
H A Dx16.lua206 pl.col0(1)
208 pl.col0(2)
246 pl.col0(1)
248 pl.col0(2)
283 pl.col0(1)
285 pl.col0(2)
322 pl.col0(1)
324 pl.col0(2)
349 pl.col0(1)
412 pl.col0(1)
[all …]
H A Dx22.lua72 pl.col0(2)
74 pl.col0(1)
124 pl.col0(2)
126 pl.col0(1)
188 pl.col0(2)
193 pl.col0(1)
292 pl.col0(3)
296 pl.col0(1)
299 pl.col0(2)
301 pl.col0(1)
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtp84_vidhrdw.c14 int col0; variable
189 if (col0 != data) in WRITE_HANDLER()
191 col0 = data; in WRITE_HANDLER()
204 int coloffs = ((col0 & 0x18) << 1) + ((col0 & 0x07) << 6); in get_bg_tile_info()
215 int coloffs = ((col0 & 0x18) << 1) + ((col0 & 0x07) << 6); in get_fg_tile_info()
254 int coloffset = ((col0&0x07) << 4); in tp84_draw_sprites()

12345678910>>...68