Home
last modified time | relevance | path

Searched refs:colLoc (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DOverlayRendererGL.cpp387 GLint colLoc = renderSystem->ShaderGetCol(); in Render() local
411 glVertexAttribPointer(colLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(VERTEX), in Render()
417 glEnableVertexAttribArray(colLoc); in Render()
423 glDisableVertexAttribArray(colLoc); in Render()
435 GLint colLoc = renderSystem->GUIShaderGetCol(); in Render() local
460 glEnableVertexAttribArray(colLoc); in Render()
466 glDisableVertexAttribArray(colLoc); in Render()
599 GLint colLoc = renderSystem->GUIShaderGetCol(); in Render() local
609 glVertexAttribPointer(colLoc, 4, GL_FLOAT, 0, 0, col); in Render()
613 glEnableVertexAttribArray(colLoc); in Render()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIFontTTFGL.cpp126 GLint colLoc = renderSystem->ShaderGetCol(); in LastEnd() local
134 glEnableVertexAttribArray(colLoc); in LastEnd()
163 glVertexAttribPointer(colLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(SVertex), in LastEnd()
180 GLint colLoc = renderSystem->GUIShaderGetCol(); in LastEnd()
189 glEnableVertexAttribArray(colLoc); in LastEnd()
212 …glVertexAttribPointer(colLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(SVertex), (char*)vertices + of… in LastEnd()
265 …glVertexAttribPointer(colLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(SVertex), (GLvoid *) (charact… in LastEnd()
284 glDisableVertexAttribArray(colLoc); in LastEnd()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dtype_rules.cpp465 const QueryLoc& colLoc = colExpr->get_loc(); in RULE_REWRITE_POST() local
467 if (!TypeOps::is_equal(tm, *colType, *rtm.EMPTY_TYPE, colLoc) && in RULE_REWRITE_POST()
468 TypeOps::is_subtype(tm, *colType, *rtm.UNTYPED_ATOMIC_TYPE_STAR, colLoc)) in RULE_REWRITE_POST()
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh-comm.cc89 if (domain.colLoc() == 0) { in CommRecv()
92 if (domain.colLoc() == (domain.tp()-1)) { in CommRecv()
389 if (domain.colLoc() == 0) { in CommSend()
392 if (domain.colLoc() == (domain.tp()-1)) { in CommSend()
881 if (domain.colLoc() == 0) { in CommSBN()
884 if (domain.colLoc() == (domain.tp()-1)) { in CommSBN()
1295 if (domain.colLoc() == 0) { in CommSyncPosVel()
1298 if (domain.colLoc() == (domain.tp()-1)) { in CommSyncPosVel()
1714 if (domain.colLoc() == 0) { in CommMonoQ()
1717 if (domain.colLoc() == (domain.tp()-1)) { in CommMonoQ()
H A Dlulesh_tuple.h154 Domain(Int_t numRanks, Index_t colLoc,
393 Index_t& colLoc() { return m_colLoc; } in colLoc() function
H A Dlulesh-init.cc21 Domain::Domain(Int_t numRanks, Index_t colLoc, in Domain() argument
61 m_colLoc = colLoc ; in Domain()
H A Dlulesh.h165 Domain(Int_t numRanks, Index_t colLoc,
565 Index_t& colLoc() { return m_colLoc; } in colLoc() function
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-comm.cpp132 if (domain.colLoc() == 0) in CommRecv()
136 if (domain.colLoc() == (domain.tp() - 1)) in CommRecv()
466 if (domain.colLoc() == 0) in CommSend()
470 if (domain.colLoc() == (domain.tp() - 1)) in CommSend()
1043 if (domain.colLoc() == 0) in CommSBN()
1047 if (domain.colLoc() == (domain.tp() - 1)) in CommSBN()
1540 if (domain.colLoc() == 0) in CommSyncPosVel()
1544 if (domain.colLoc() == (domain.tp() - 1)) in CommSyncPosVel()
2042 if (domain.colLoc() == 0) in CommMonoQ()
2046 if (domain.colLoc() == (domain.tp() - 1)) in CommMonoQ()
H A Dlulesh_tuple.hpp130 Domain(Int_t numRanks, Index_t colLoc,
369 Index_t& colLoc() { return m_colLoc ; } in colLoc() function in Domain
H A Dlulesh.hpp204 Domain(Int_t numRanks, Index_t colLoc,
475 Index_t& colLoc() { return m_colLoc; } in colLoc() function in slamLulesh::Domain
H A Dlulesh-init.cpp28 Domain::Domain(Int_t numRanks, Index_t colLoc, in Domain() argument
66 m_colLoc = colLoc; in Domain()
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-comm.cc84 if (domain.colLoc() == 0) { in CommRecv()
87 if (domain.colLoc() == (domain.tp()-1)) { in CommRecv()
384 if (domain.colLoc() == 0) { in CommSend()
387 if (domain.colLoc() == (domain.tp()-1)) { in CommSend()
876 if (domain.colLoc() == 0) { in CommSBN()
879 if (domain.colLoc() == (domain.tp()-1)) { in CommSBN()
1290 if (domain.colLoc() == 0) { in CommSyncPosVel()
1293 if (domain.colLoc() == (domain.tp()-1)) { in CommSyncPosVel()
1709 if (domain.colLoc() == 0) { in CommMonoQ()
1712 if (domain.colLoc() == (domain.tp()-1)) { in CommMonoQ()
H A Dlulesh_tuple.h134 Domain(Int_t numRanks, Index_t colLoc,
373 Index_t& colLoc() { return m_colLoc ; } in colLoc() function
H A Dlulesh.h132 Domain(Int_t numRanks, Index_t colLoc,
389 Index_t& colLoc() { return m_colLoc; } in colLoc() function
H A Dlulesh-init.cc16 Domain::Domain(Int_t numRanks, Index_t colLoc, in Domain() argument
54 m_colLoc = colLoc ; in Domain()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-comm.cc84 if (domain.colLoc() == 0) { in CommRecv()
87 if (domain.colLoc() == (domain.tp()-1)) { in CommRecv()
384 if (domain.colLoc() == 0) { in CommSend()
387 if (domain.colLoc() == (domain.tp()-1)) { in CommSend()
876 if (domain.colLoc() == 0) { in CommSBN()
879 if (domain.colLoc() == (domain.tp()-1)) { in CommSBN()
1290 if (domain.colLoc() == 0) { in CommSyncPosVel()
1293 if (domain.colLoc() == (domain.tp()-1)) { in CommSyncPosVel()
1709 if (domain.colLoc() == 0) { in CommMonoQ()
1712 if (domain.colLoc() == (domain.tp()-1)) { in CommMonoQ()
H A Dlulesh_tuple.h134 Domain(Int_t numRanks, Index_t colLoc,
373 Index_t& colLoc() { return m_colLoc ; } in colLoc() function
H A Dlulesh.h139 Index_t colLoc,
395 Index_t& colLoc() { return m_colLoc ; } in colLoc() function
H A Dlulesh-init.cc22 Index_t colLoc, in Domain() argument
60 m_colLoc = colLoc ; in Domain()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dtable.py650 colLabels=None, colColours=None, colLoc='center', argument
809 loc=colLoc)
H A Dpyplot.py3175 colLoc='center', loc='bottom', bbox=None, edges='closed', argument
3181 colColours=colColours, colLoc=colLoc, loc=loc, bbox=bbox,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dtable.py591 colLabels=None, colColours=None, colLoc='center', argument
686 loc=colLoc)
/dports/editors/nedit/nedit-5.7/Microline/XmL/
H A DGrid.c7925 int rowLoc, colLoc, prevRowLoc, prevColLoc; in Traverse() local
8172 colLoc = 0; in Traverse()
8175 colLoc = 2; in Traverse()
8177 colLoc = 1; in Traverse()
8178 if (prevColLoc != 0 && colLoc == 0) in Traverse()
8180 else if (prevColLoc != 2 && colLoc == 2) in Traverse()