Home
last modified time | relevance | path

Searched refs:BytesPerComponent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize()
112 static const size_t BytesPerComponent = 4u; variable
DOutputASM.cpp303 const BlockMemberInfo memberInfo(static_cast<int>(mCurrentOffset * BytesPerComponent), in encodeType()
304 static_cast<int>(arrayStride * BytesPerComponent), in encodeType()
305 static_cast<int>(matrixStride * BytesPerComponent), in encodeType()
316 return (info.offset / BytesPerComponent) / ComponentsPerRegister; in getBlockRegister()
322 return (info.offset / BytesPerComponent) % ComponentsPerRegister; in getBlockRegisterElement()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp2077 …int regInc = block.dataSize / (glsl::BlockLayoutEncoder::BytesPerComponent * glsl::BlockLayoutEnco… in defineUniformBlock()
2093 …int regInc = block.dataSize / (glsl::BlockLayoutEncoder::BytesPerComponent * glsl::BlockLayoutEnco… in defineUniformBlock()