Home
last modified time | relevance | path

Searched refs:batch_line (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Danim_visualization.c77 GPU_BATCH_DISCARD_SAFE(mpath->batch_line); in animviz_free_motionpath_cache()
118 mpath_dst->batch_line = NULL; in animviz_copy_motionpath()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_motion_path.c80 if (!mpath->batch_line) { in mpath_batch_line_get()
81 mpath->batch_line = GPU_batch_create(GPU_PRIM_LINE_STRIP, mpath_vbo_get(mpath), NULL); in mpath_batch_line_get()
83 return mpath->batch_line; in mpath_batch_line_get()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_motion_paths.c212 GPU_BATCH_DISCARD_SAFE(mpath_eval->batch_line); in motionpaths_calc_bake_targets()
509 GPU_BATCH_DISCARD_SAFE(mpath->batch_line); in animviz_calc_motionpaths()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp496 int batch_line = 0; in select_crafting_recipe() local
995 line = batch_line; in select_crafting_recipe()
1012 batch_line = line; in select_crafting_recipe()
1013 chosen = current[batch_line]; in select_crafting_recipe()
1015 line = batch_line; in select_crafting_recipe()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp496 int batch_line = 0; in select_crafting_recipe() local
995 line = batch_line; in select_crafting_recipe()
1012 batch_line = line; in select_crafting_recipe()
1013 chosen = current[batch_line]; in select_crafting_recipe()
1015 line = batch_line; in select_crafting_recipe()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp377 int batch_line)
385 , m_BatchLine(batch_line)
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp377 int batch_line)
385 , m_BatchLine(batch_line)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expedition/
H A Dcard.php224 $batch_line = array(); variable
263 $batch_line[$i]['detail'] = $sub_qty; // array of details
264 $batch_line[$i]['qty'] = $subtotalqty;
265 $batch_line[$i]['ix_l'] = GETPOST($idl, 'int');
319 if (!isset($batch_line[$i]))
357 if ($batch_line[$i]['qty'] > 0)
359 $ret = $object->addline_batch($batch_line[$i], $array_options[$i]);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expedition/
H A Dcard.php235 $batch_line = array(); variable
270 $batch_line[$i]['detail'] = $sub_qty; // array of details
271 $batch_line[$i]['qty'] = $subtotalqty;
272 $batch_line[$i]['ix_l'] = GETPOST($idl, 'int');
324 if (!isset($batch_line[$i])) {
359 if ($batch_line[$i]['qty'] > 0) {
360 $ret = $object->addline_batch($batch_line[$i], $array_options[$i]);
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_action_types.h92 struct GPUBatch *batch_line; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/test/
H A Ddbapi_unit_test.cpp726 const int batch_line = 12345; in BOOST_AUTO_TEST_CASE() local
735 batch_line); in BOOST_AUTO_TEST_CASE()
743 BOOST_CHECK_EQUAL(batch_line, ex.BatchLine()); in BOOST_AUTO_TEST_CASE()
/dports/devel/mercurial/mercurial-6.0/contrib/
H A Dperf.py3916 batch_line = opts.get(b'batch_line')
3919 if batch_line:
3924 if batch_line:
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/reception/
H A Dcard.php252 $batch_line = array(); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/reception/
H A Dcard.php287 $batch_line = array(); variable
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c3403 mpath->batch_line = NULL; in direct_link_motionpath()