OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsA
(Results
1 - 7
of
7
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.h
87
uint32
bitsA
,
CompactMat.h
113
uint32
bitsA
,
CompactAlt.c
90
uint32
bitsA
,
94
bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA,
bitsA
, maxRowSizeA, mspA );
CompactMat.c
398
uint32
bitsA
,
403
if(
bitsA
< 2 ||
bitsA
> 16 )
411
ptrA->bitsPerValueE =
bitsA
;
412
ptrA->wordsPerRowE = 6 /*header + 1*/ + ( ( maxRowSizeA *
bitsA
) / ( 8 * sizeof( short ) ) );
/external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp
203
int bitsR, bitsG, bitsB,
bitsA
;
216
checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].
bitsA
, -1, -1);
/external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp
637
virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint
bitsA
) = DE_NULL;
653
int bitsR, bitsG, bitsB,
bitsA
;
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
)
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
)
754
checkAttachmentComponentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB,
bitsA
, -1, -1);
[
all
...]
es3fRboStateQueryTests.cpp
221
int bitsR, bitsG, bitsB,
bitsA
;
259
checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].
bitsA
, -1, -1);
Completed in 564 milliseconds