Searched defs:bitsA (Results 1 - 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactAlt.c90 uint32 bitsA,
94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA );
86 bts_CompactAlt_create( struct bbs_Context* cpA, struct bts_CompactAlt* ptrA, uint32 widthA, uint32 heightA, uint32 bitsA, uint32 maxRowSizeA, struct bbs_MemSeg* mspA ) argument
H A DCompactMat.c398 uint32 bitsA,
403 if( bitsA < 2 || bitsA > 16 )
411 ptrA->bitsPerValueE = bitsA;
412 ptrA->wordsPerRowE = 6 /*header + 1*/ + ( ( maxRowSizeA * bitsA ) / ( 8 * sizeof( short ) ) );
394 bts_CompactMat_create( struct bbs_Context* cpA, struct bts_CompactMat* ptrA, uint32 widthA, uint32 heightA, uint32 bitsA, uint32 maxRowSizeA, struct bbs_MemSeg* mspA ) argument
/external/deqp/modules/gles2/functional/
H A Des2fRboStateQueryTests.cpp203 int bitsR, bitsG, bitsB, bitsA; member in struct:deqp::gles2::Functional::__anon4310::RboComponentSizeColorCase::ColorFormat
216 checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1);
/external/deqp/modules/gles3/functional/
H A Des3fRboStateQueryTests.cpp221 int bitsR, bitsG, bitsB, bitsA; member in struct:deqp::gles3::Functional::__anon4457::RboComponentSizeColorCase::ColorFormat
259 checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1);
H A Des3fFboStateQueryTests.cpp637 virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) = DE_NULL;
653 int bitsR, bitsG, bitsB, bitsA; member in struct:deqp::gles3::Functional::__anon4423::AttachmentSizeCase::ColorAttachment
664 testColorAttachment(colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].bitsA);
698 void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) argument
709 checkAttachmentComponentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB, bitsA, -1, -1);
743 void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) argument
754 checkAttachmentComponentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB, bitsA, -1, -1);

Completed in 2662 milliseconds