Home
last modified time | relevance | path

Searched defs:numRegisters (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp57 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
98 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset() local
113 void HLSLBlockEncoder::skipRegisters(unsigned int numRegisters) in skipRegisters()
Dblocklayout.cpp311 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp357 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in getBlockLayoutInfo() local
387 const int numRegisters = isRowMajorMatrix ? type.getSecondarySize() : type.getNominalSize(); in advanceOffset() local