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 71 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
72 arrayStride = ComponentsPerRegister * numRegisters;
101 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
102 mCurrentOffset += ComponentsPerRegister * numRegisters;
148 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
149 arrayStride = ComponentsPerRegister * numRegisters;
179 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix);
181 mCurrentOffset += ComponentsPerRegister * (numRegisters - 1);
194 void HLSLBlockEncoder::skipRegisters(unsigned int numRegisters)
196 mCurrentOffset += (numRegisters * ComponentsPerRegister)
    [all...]
blocklayout.h 107 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 647 milliseconds