Searched refs:bitsA (Results 1 – 7 of 7) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 398 uint32 bitsA, in bts_CompactMat_create() argument 403 if( bitsA < 2 || bitsA > 16 ) in bts_CompactMat_create() 411 ptrA->bitsPerValueE = bitsA; in bts_CompactMat_create() 412 ptrA->wordsPerRowE = 6 /*header + 1*/ + ( ( maxRowSizeA * bitsA ) / ( 8 * sizeof( short ) ) ); in bts_CompactMat_create()
|
D | CompactAlt.c | 90 uint32 bitsA, in bts_CompactAlt_create() argument 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); in bts_CompactAlt_create()
|
D | CompactAlt.h | 87 uint32 bitsA,
|
D | CompactMat.h | 113 uint32 bitsA,
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 637 …m internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) = DE_NULL; 653 int bitsR, bitsG, bitsB, bitsA; in test() member 664 …ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].bitsA); in test() 698 …ment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) in testColorAttachment() argument 709 …nentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB, bitsA, -1, -1); in testColorAttachment() 743 …ment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) in testColorAttachment() argument 754 …nentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB, bitsA, -1, -1); in testColorAttachment()
|
D | es3fRboStateQueryTests.cpp | 221 int bitsR, bitsG, bitsB, bitsA; in test() member 259 …ColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1); in test()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRboStateQueryTests.cpp | 203 int bitsR, bitsG, bitsB, bitsA; in test() member 216 …ColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1); in test()
|