HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 101 - 125 of 385) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/glsl/
ast_to_hir.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 275 sglr::pdec::ShaderProgramDeclaration decl; local
277 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
278 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
279 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
280 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType));
282 decl << sglr::pdec::VertexSource(
292 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType));
294 decl << sglr::pdec::Uniform("u_outScale0", glu::TYPE_FLOAT_VEC4);
295 decl << sglr::pdec::Uniform("u_outBias0", glu::TYPE_FLOAT_VEC4);
299 decl << sglr::pdec::Uniform(std::string("u_sampler") + de::toString(ndx), samplerTypes.vec[ndx])
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 47 EXPECT_TRUE(Finder.addDynamicMatcher(decl(), nullptr));
58 TEST(Decl, MatchesDeclarations) {
59 EXPECT_TRUE(notMatches("", decl(usingDecl())));
61 decl(usingDecl())));
379 EXPECT_TRUE(matches("class D{};", decl(hasDeclContext(decl()))));
394 hasDeclContext(decl(hasDeclContext(translationUnitDecl()))))));
693 decl(hasDescendant(typeLoc().bind("x")), has(decl()));
699 auto VD = internal::Matcher<VarDecl>(Name).dynCastTo<Decl>();
    [all...]
  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 514 Declarator decl local
517 tbl.append(varName, decl);
559 Declarator decl local
562 tbl.append(varName, decl);
590 Declarator decl local
592 tbl.append(varName, decl);
MemberResolver.java 333 public CtClass lookupClass(Declarator decl) throws CompileError {
334 return lookupClass(decl.getType(), decl.getArrayDim(),
335 decl.getClassName());
  /external/selinux/libsepol/src/
write.c 1854 avrule_decl_t *decl; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 39 const struct tgsi_full_declaration *decl)
43 switch (decl->Semantic.Name) {
72 const struct tgsi_full_declaration *decl)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 43 /** Either a function definition or any other kind of C decl/def.
basic.rb 102 {@events << ['decl', $t.text]}
123 %w(decl foobar),
125 %w(decl blupp),
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 195 decl = get_cursor(tu, 'C')
198 assert(curs[0].semantic_parent == decl)
203 decl = get_cursor(tu, 'C')
206 assert(curs[0].lexical_parent == decl)
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 342 TypeDeclaration decl = getTypeDeclaration(typeId); local
343 Set<MethodId> methodSet = decl.methods.keySet();
344 if (decl.supertype != null) {
345 checksums[i++] = 31 * decl.supertype.hashCode() + methodSet.hashCode();
  /external/zlib/src/contrib/inflate86/
inffast.S 292 decl %eax
298 decl %eax
523 decl %eax
603 decl %eax /* (1 << op) - 1 */
655 decl out_r
679 decl %eax
697 decl %eax
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl)
789 const unsigned first = decl->Range.First, last = decl->Range.Last;
791 if (decl->Declaration.Semantic) {
792 sn = decl->Semantic.Name;
793 si = decl->Semantic.Index;
796 switch (decl->Declaration.File) {
811 switch (decl->Interp.Interpolate) {
824 if (decl->Interp.Centroid)
852 decl->Declaration.UsageMask << (si * 4)
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 96 virtual SVal getLValueIvar(const ObjCIvarDecl *decl, SVal base);
246 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);
  /external/e2fsprogs/intl/
localealias.c 131 # define libc_freeres_ptr(decl) decl
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 221 llvm::Instruction *decl = DebugInfo.insertDeclare( local
224 indexVar->moveBefore(decl);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 80 instantiations purposes and like). Implemented in decl.c. */
350 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
354 get_global_value_if_present (tree id, tree *decl)
358 *decl = global_value;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
hlebad.s 201 xacquire decl %ecx
202 xacquire lock decl %ecx
203 lock xacquire decl %ecx
204 xrelease decl %ecx
205 xrelease lock decl %ecx
206 lock xrelease decl %ecx
207 xacquire decl (%ecx)
208 xrelease decl (%ecx)
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 131 # define libc_freeres_ptr(decl) decl
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 207 const struct tgsi_full_declaration *decl)
210 switch(decl->Declaration.File) {
214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
226 lp_emit_declaration_soa(bld_base, decl);
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
233 ctx->load_input(ctx, idx, decl);
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++)
    [all...]

Completed in 3146 milliseconds

1 2 3 45 6 7 8 91011>>