HomeSort by relevance Sort by last modified time
    Searched refs:numRegisters (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/common/
blocklayout.cpp 119 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
120 arrayStride = ComponentsPerRegister * numRegisters;
149 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
150 mCurrentOffset += ComponentsPerRegister * numRegisters;
197 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
198 arrayStride = ComponentsPerRegister * numRegisters;
228 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
230 mCurrentOffset += ComponentsPerRegister * (numRegisters - 1);
243 void HLSLBlockEncoder::skipRegisters(unsigned int numRegisters)
245 mCurrentOffset += (numRegisters * ComponentsPerRegister)
    [all...]
blocklayout.h 89 void skipRegisters(unsigned int numRegisters);
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 570 const size_t numRegisters = GetNumRegistersInSet(regSet);
573 for (regIndex = 0; regIndex < numRegisters; ++regIndex)

Completed in 103 milliseconds