Home
last modified time | relevance | path

Searched refs:numRegisters (Results 51 – 75 of 124) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpInterpreter.cpp134 int32_t numRegisters = header->numRegisters; in InterpretCode() local
141 if (!registers.growByUninitialized(numRegisters)) { in InterpretCode()
145 for (size_t i = 0; i < (size_t) numRegisters; i++) in InterpretCode()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DMaterial.cpp94 numRegisters = 0; in CommonInit()
399 for ( i = EXP_REG_NUM_PREDEFINED ; i < numRegisters ; i++ ) { in GetExpressionConstant()
404 if ( numRegisters == MAX_EXPRESSION_REGISTERS ) { in GetExpressionConstant()
411 numRegisters++; in GetExpressionConstant()
422 if ( numRegisters == MAX_EXPRESSION_REGISTERS ) { in GetExpressionTemporary()
427 pd->registerIsTemporary[numRegisters] = true; in GetExpressionTemporary()
428 numRegisters++; in GetExpressionTemporary()
429 return numRegisters - 1; in GetExpressionTemporary()
1797 for ( i = 0 ; i < numRegisters ; i++ ) { in ParseMaterial()
2306 if ( numRegisters ) { in Parse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dblocklayout.cpp276 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
278 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
310 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
311 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A Dblocklayout.cpp275 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
277 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
309 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
310 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.cpp276 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
278 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
310 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
311 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.cpp275 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
277 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
309 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
310 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.cpp276 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
278 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
310 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
311 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.cpp276 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
278 static_cast<int>(getTypeBaseAlignment(type, isRowMajorMatrix) * numRegisters); in getBlockLayoutInfo()
310 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
311 mCurrentOffset += matrixStride * numRegisters; in advanceOffset()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DblocklayoutHLSL.h40 void skipRegisters(unsigned int numRegisters);

12345