HomeSort by relevance Sort by last modified time
    Searched defs:declarations (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 62 uint declarations[I915_PROGRAM_SIZE]; member in struct:i915_fp_compile
67 uint *decl; /**< Cursor, points into declarations. */
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp 285 std::string declarations = ""; local
290 declarations.append((std::string("in int a_").append(Utilities::itoa(i))).append(";\n"));
296 std::string vs_source = Utilities::replace(vs_template, "DECLARATION_TEMPLATE", declarations);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 166 /* declarations contains the packet header. */
167 GLuint declarations[I915_MAX_DECL_INSN * 3 + 1]; member in struct:i915_fragment_program
177 GLuint *decl; /* Cursor, points into declarations.
  /external/v8/src/ast/
scopes.h 51 // Sloppy block-scoped function declarations to var-bind
87 // declarations. This includes script, module, eval, varblock, and function
135 // block scoped declarations. In that case it is removed from the scope
156 // Declarations
187 // Declarations list.
188 ThreadedList<Declaration>* declarations() { return &decls_; } function in class:v8::internal::Scope
220 // declarations, i.e. a var declaration that has been hoisted from a nested
252 // Inform the scope that the scope may execute declarations nonlinearly.
332 // Does this scope have the potential to execute declarations non-linearly?
392 // the scope where var declarations will be hoisted to in the implementation
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 340 exec_list declarations; member in class:ast_subroutine_list
822 exec_list declarations; member in class:ast_struct_specifier
892 exec_list declarations; member in class:ast_declarator_list
1189 exec_list declarations; member in class:ast_interface_block
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 1116 struct tgsi_full_declaration *declarations; local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 654 Handle<FixedArray> declarations = local
656 if (declarations.is_null()) return SetStackOverflow();
658 globals_builder->constant_pool_entry(), declarations);
768 // Visit declarations within the function scope.
769 VisitDeclarations(closure_scope()->declarations());
863 // Visit declarations and statements.
878 VisitDeclarations(stmt->scope()->declarations());
    [all...]
  /external/v8/src/parsing/
parser-base.h 587 : declarations(4),
592 List<Declaration> declarations; member in struct:v8::internal::ParseFunctionFlags::ParserBase::DeclarationParsingResult
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 28 // Forward declarations.
1950 Handle<FixedArray> declarations() const { return declarations_; } function in class:final
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.2.0-alpha16/
uast-26.2.0-alpha16.jar 
  /external/kotlinc/lib/
kotlin-annotation-processing.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.5/
kotlin-annotation-processing-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.20/
kotlin-annotation-processing-gradle-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/uast/1.0/
uast-java-1.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0/
uast-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha4/
uast-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha5/
uast-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha6/
uast-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha7/
uast-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha9/
uast-26.0.0-alpha9.jar 

Completed in 387 milliseconds

1 23 4 5 6 7 8 9