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

  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 100 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; }
105 static const size_t BytesPerComponent = 4u;
OutputASM.cpp 108 const BlockMemberInfo memberInfo(static_cast<int>(mCurrentOffset * BytesPerComponent),
109 static_cast<int>(arrayStride * BytesPerComponent),
110 static_cast<int>(matrixStride * BytesPerComponent),
121 return (info.offset / BytesPerComponent) / ComponentsPerRegister;
127 return (info.offset / BytesPerComponent) % ComponentsPerRegister;
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp     [all...]

Completed in 103 milliseconds