Home
last modified time | relevance | path

Searched refs:bitsA (Results 1 – 7 of 7) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c398 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()
DCompactAlt.c90 uint32 bitsA, in bts_CompactAlt_create() argument
94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); in bts_CompactAlt_create()
DCompactAlt.h87 uint32 bitsA,
DCompactMat.h113 uint32 bitsA,
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp637 …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()
Des3fRboStateQueryTests.cpp221 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/
Des2fRboStateQueryTests.cpp203 int bitsR, bitsG, bitsB, bitsA; in test() member
216 …ColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1); in test()