HomeSort by relevance Sort by last modified time
    Searched defs:Semantic (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 71 struct tgsi_declaration_semantic Semantic;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 71 struct tgsi_declaration_semantic Semantic;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 45 LPCSTR Semantic;
111 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
215 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
308 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
d3d10effect.h 79 LPCSTR Semantic;
172 STDMETHOD_(struct ID3D10EffectType *, GetMemberTypeBySemantic)(THIS_ LPCSTR semantic) PURE;
190 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
224 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
263 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
310 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
357 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
400 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
438 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE;
478 STDMETHOD_(struct ID3D10EffectVariable *, GetMemberBySemantic)(THIS_ LPCSTR semantic) PURE
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 492 Expr *Semantic = *it;
493 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
494 Semantic = OVE->getSourceExpr();
495 Visit(Semantic);
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 311 const fltSemantics &Semantic =
315 convertToFpType(Semantic);
319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 348 // Otherwise, look at the semantic context of the declaration. The
788 // routine actually returns the semantic outer context, which may
792 // name lookup should continue searching in this semantic context when
826 // TranslationUnit, while the semantic context is the namespace N.
841 DeclContext *Semantic = DC;
842 while (!Semantic->isFileContext())
843 Semantic = Semantic->getParent();
849 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
850 Lexical->Encloses(Semantic))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */
166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */
166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */

Completed in 414 milliseconds