Searched refs:DS (Results 76 - 100 of 172) sorted by last modified time

1234567

/external/google-tv-pairing-protocol/cpp/
H A Dconfig.guess1277 DS/*:UNIX_System_V:*:*)
/external/elfutils/0.153/config/
H A Dconfig.guess1245 DS/*:UNIX_System_V:*:*)
/external/e2fsprogs/config/
H A Dconfig.guess1312 DS/*:UNIX_System_V:*:*)
/external/deqp/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp61 (format.order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
H A Des3fFboInvalidateTests.cpp465 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
466 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
578 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
579 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
712 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
713 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
832 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
833 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
934 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
935 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
[all...]
H A Des3fFboMultisampleTests.cpp84 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
85 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
H A Des3fFboStencilbufferTests.cpp267 if (texFmt.order == tcu::TextureFormat::DS)
H A Des3fFramebufferBlitTests.cpp1050 bool depth = texFmt.order == tcu::TextureFormat::D || texFmt.order == tcu::TextureFormat::DS;
1051 bool stencil = texFmt.order == tcu::TextureFormat::S || texFmt.order == tcu::TextureFormat::DS;
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp170 DE_ASSERT(dst.getFormat().order == TextureFormat::S || dst.getFormat().order == TextureFormat::DS);
H A Des31fTextureGatherTests.cpp109 return fmt.order == tcu::TextureFormat::D || fmt.order == tcu::TextureFormat::DS;
H A Des31fTextureLevelStateQueryTests.cpp1193 format.order == tcu::TextureFormat::DS)
1199 if (format.order == tcu::TextureFormat::DS)
1345 format.order == tcu::TextureFormat::DS)
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp77 return (format.order == TextureFormat::D || format.order == TextureFormat::DS) ? SAMPLERTYPE_FLOAT : SAMPLERTYPE_UINT;
103 return (format.order == TextureFormat::D || format.order == TextureFormat::DS) ? SAMPLERTYPE_FETCH_FLOAT : SAMPLERTYPE_FETCH_UINT;
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp149 else if (format.order == TextureFormat::DS)
H A DtcuTexture.cpp144 static const Channel DS[] = { CHANNEL_0, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_1 }; local
163 case TextureFormat::DS: return DS;
185 static const int DS[] = { 0, 3 }; local
204 case TextureFormat::DS: return DS;
254 case TextureFormat::DS: return 2;
466 DE_ASSERT(order == D || order == DS);
471 DE_ASSERT(order == DS);
496 case DS
[all...]
H A DtcuTexture.hpp61 DS, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTextureUtil.cpp253 else if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
279 case TextureFormat::DS: chnMask = BVec4(true, true, true, true); break;
350 case TextureFormat::DS: chnMask = BVec4(true, false, false, true); break;
418 case TextureFormat::DS: chnMask = BVec4(true, false, false, true); break;
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp82 case TextureFormat::DS: format = GL_DEPTH_STENCIL; break;
210 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8;
211 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
335 case GL_DEPTH_STENCIL: return TextureFormat(TextureFormat::DS, mapGLChannelType(dataType, true));
423 case GL_DEPTH32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
424 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
711 if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
747 if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
783 if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
819 if (format.order == TextureFormat::D || format.order == TextureFormat::DS)
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1293 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1312 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1337 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1356 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1375 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1394 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
2260 case TextureFormat::DS:
2968 case tcu::TextureFormat::DS:
3287 bool isSharedDepthStencil = access.raw().getFormat().order == tcu::TextureFormat::DS;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1011 else if (order == tcu::TextureFormat::DS)
/external/cmockery/cmockery_0_1_2/
H A Dconfig.guess1216 DS/*:UNIX_System_V:*:*)
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp321 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
322 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
324 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
326 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
332 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch)
5590 const DeclSpec& DS,
5596 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
5600 DecltypeTL.setNameLoc(DS
5586 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, SourceLocation TildeLoc, const DeclSpec& DS, bool HasTrailingLParen) argument
[all...]
H A DSemaOpenMP.cpp1394 } else if (auto DS = dyn_cast<DeclStmt>(S)) {
1395 if (DS->isSingleDecl()) {
1396 if (auto Var = dyn_cast_or_null<VarDecl>(DS->getSingleDecl())) {
H A DSemaStmt.cpp408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); local
409 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
410 return DS;
767 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
769 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
778 TheDefaultStmt = DS;
1591 if (DeclStmt *DS = dyn_cast_or_null<DeclStmt>(First)) {
1595 for (auto *DI : DS->decls()) {
1733 if (DeclStmt *DS = dyn_cast<DeclStmt>(First)) {
1734 if (!DS
[all...]
H A DSemaTemplateVariadic.cpp691 const DeclSpec &DS = D.getDeclSpec(); local
692 switch (DS.getTypeSpecType()) {
697 QualType T = DS.getRepAsType().get();
705 if (DS.getRepAsExpr() &&
706 DS.getRepAsExpr()->containsUnexpandedParameterPack())
H A DSemaType.cpp702 const DeclSpec &DS = declarator.getDeclSpec(); local
705 DeclLoc = DS.getLocStart();
710 switch (DS.getTypeSpecType()) {
715 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
717 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed)
720 assert(DS.getTypeSpecSign() == DeclSpec::TSS_unsigned &&
726 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
728 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed) {
729 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
730 << DS
1187 BuildQualifiedType(QualType T, SourceLocation Loc, Qualifiers Qs, const DeclSpec *DS) argument
1225 BuildQualifiedType(QualType T, SourceLocation Loc, unsigned CVRA, const DeclSpec *DS) argument
3475 const DeclSpec &DS; member in class:__anon18110::TypeSpecLocFiller
3478 TypeSpecLocFiller(ASTContext &Context, const DeclSpec &DS) argument
[all...]

Completed in 401 milliseconds

1234567