Home
last modified time | relevance | path

Searched refs:MatrixRegisterCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp57 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo()
98 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset()
Dblocklayout.cpp311 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo()
349 checkedOffset *= gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h50 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix);
Dutilities.cpp654 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) in MatrixRegisterCount() function