Home
last modified time | relevance | path

Searched refs:oPts (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/DecTree/
H A DPruneTree.py243 oPts = [
250 tPts = oPts + [[0, 1, 1, 0], [0, 1, 1, 0]]
252 tree = ID3.ID3Boot(oPts, attrs=range(3), nPossibleVals=[2] * 4)
254 err, _ = CrossValidate.CrossValidate(tree, oPts)
259 newTree, frac2 = PruneTree(tree, oPts, tPts)
271 oPts = [
286 tPts = oPts
288 tree = ID3.ID3Boot(oPts, attrs=range(len(oPts[0]) - 1), nPossibleVals=[2] * len(oPts[0]))
290 err, _ = CrossValidate.CrossValidate(tree, oPts)
295 newTree, frac2 = PruneTree(tree, oPts, tPts)
H A DUnitTestPrune.py24 oPts = [
31 tPts = oPts + [[0, 1, 1, 0], [0, 1, 1, 0]]
32 tree = ID3.ID3Boot(oPts, attrs=range(3), nPossibleVals=[2] * 4)
33 err, badEx = CrossValidate.CrossValidate(tree, oPts)
41 newTree, err = PruneTree.PruneTree(tree, [], oPts)
/dports/math/pdal/PDAL-2.3.0/test/unit/
H A DLazPerfTest.cpp175 char oPts[3][42]; in TEST() local
177 auto cb2 = [&pts, &oPts, &id](char *buf, size_t bufsize) in TEST()
179 memcpy(oPts[id++], buf, bufsize); in TEST()
182 EXPECT_EQ(memcmp(pts[0], oPts[0], 42), 0); in TEST()
183 EXPECT_EQ(memcmp(pts[0], oPts[0], 42), 0); in TEST()
184 EXPECT_EQ(memcmp(pts[2], oPts[2], 42), 0); in TEST()
185 memset(oPts[0], 0, 42); in TEST()
186 memset(oPts[1], 0, 42); in TEST()
187 memset(oPts[2], 0, 42); in TEST()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_tube.c44 Array a = NULL, oPts = NULL, nPts = NULL, nQuads = NULL, nNrms = NULL; in TubeRegular() local
51 oPts = (Array) DXGetComponentValue(f, "positions"); in TubeRegular()
52 if (!oPts) in TubeRegular()
69 if (! DXGetArrayInfo(oPts, &npoints, NULL, NULL, NULL, NULL)) in TubeRegular()
75 if (! DXTypeCheck(oPts, TYPE_FLOAT, CATEGORY_REAL, 1, 3)) in TubeRegular()
77 oPts = CvtPositions(f); in TubeRegular()
78 if (! oPts) in TubeRegular()
82 DXReference((Object)oPts); in TubeRegular()
84 points = (Point *)DXGetArrayData(oPts); in TubeRegular()
377 DXDelete((Object)oPts); in TubeRegular()
[all …]
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/relnotes/
H A D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1307 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1308 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1309 dst = tx->regs.oPts; in _tx_dst_param()
2284 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3786 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3787 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3788 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3789 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()

12