HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 951 - 975 of 3285) sorted by null

<<31323334353637383940>>

  /external/dagger2/
Android.mk 56 # build dagger2 compiler host jar
61 LOCAL_MODULE := dagger2-compiler-host
66 LOCAL_SRC_FILES := $(call all-java-files-under, compiler/src/main/java/)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.h 776 brw_compile_vs(const struct brw_compiler *compiler, void *log_data,
793 brw_compile_tcs(const struct brw_compiler *compiler,
809 brw_compile_tes(const struct brw_compiler *compiler, void *log_data,
826 brw_compile_gs(const struct brw_compiler *compiler, void *log_data,
842 brw_compile_fs(const struct brw_compiler *compiler, void *log_data,
861 brw_compile_cs(const struct brw_compiler *compiler, void *log_data,
brw_tcs.c 39 create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler,
114 nir = brw_preprocess_nir(compiler, nir);
159 const struct brw_compiler *compiler = brw->screen->compiler; local
160 const struct gen_device_info *devinfo = compiler->devinfo;
173 * but the whole compiler assumes one of these exists.
177 nir = create_passthrough_tcs(mem_ctx, compiler, options, key);
208 compiler->scalar_stage[MESA_SHADER_TESS_CTRL]);
248 brw_compile_tcs(compiler, brw, mem_ctx, key, &prog_data, nir, st_index,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 34 #include <google/protobuf/compiler/code_generator.h>
35 #include <google/protobuf/compiler/plugin.h>
45 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
46 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
47 #include <google/protobuf/compiler/csharp/csharp_names.h>
53 namespace compiler { namespace in namespace:google::protobuf
427 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 35 #include <google/protobuf/compiler/java/java_service.h>
37 #include <google/protobuf/compiler/java/java_context.h>
38 #include <google/protobuf/compiler/java/java_doc_comment.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/compiler/java/java_name_resolver.h>
46 namespace compiler { namespace in namespace:google::protobuf
470 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_file.cc 31 #include <google/protobuf/compiler/objectivec/objectivec_file.h>
32 #include <google/protobuf/compiler/objectivec/objectivec_enum.h>
33 #include <google/protobuf/compiler/objectivec/objectivec_extension.h>
34 #include <google/protobuf/compiler/objectivec/objectivec_message.h>
35 #include <google/protobuf/compiler/code_generator.h>
50 namespace compiler { namespace in namespace:google::protobuf
86 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n"
202 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n"
380 } // namespace compiler
objectivec_field.h 36 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
47 namespace compiler { namespace in namespace:google::protobuf
191 } // namespace compiler
  /external/v8/src/ic/
accessor-assembler.h 13 namespace compiler { namespace in namespace:v8::internal
21 typedef compiler::Node Node;
23 explicit AccessorAssembler(compiler::CodeAssemblerState* state)
218 typedef compiler::Node Node;
219 typedef compiler::CodeAssemblerLabel CodeAssemblerLabel;
220 typedef compiler::CodeAssemblerVariable CodeAssemblerVariable;
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
  /external/flatbuffers/tests/MyGame/
InParentNamespace.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
  /external/javassist/src/main/javassist/compiler/ast/
ASTList.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
  /external/javassist/src/main/javassist/expr/
Cast.java 20 import javassist.compiler.*;
21 import javassist.compiler.ast.ASTList;
Instanceof.java 20 import javassist.compiler.*;
21 import javassist.compiler.ast.ASTList;
  /external/libchrome/build/
build_config.h 9 // Compiler:
124 // Compiler detection.
130 #error Please add support for your compiler in build/build_config.h
192 #error Please add support for your compiler in build/build_config.h
196 // The compiler thinks std::string::const_iterator and "const char*" are
199 // The compiler thinks base::string16::const_iterator and "char16*" are
  /external/libmojo/build/
build_config.h 10 // Compiler:
91 // Compiler detection.
97 #error Please add support for your compiler in build/build_config.h
184 #error Please add support for your compiler in build/build_config.h
188 // The compiler thinks std::string::const_iterator and "const char*" are
191 // The compiler thinks base::string16::const_iterator and "char16*" are
  /external/libxml2/
xml2-config.in 18 --cflags print pre-processor and compiler flags
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 169 void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user)
171 struct r300_vertex_program_compiler *c = (struct r300_vertex_program_compiler*)compiler;
radeon_compiler.h 68 * of the compiler
89 * non-aborting assertions in the compiler.
91 * It checks whether \p cond is true. If not, an internal compiler error is
141 void rc_vert_fc(struct radeon_compiler *compiler, void *user);
142 void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user);
166 /* Executes a list of compiler passes given in the parameter 'list'. */
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 32 compiler,
  /external/pdfium/third_party/build/
build_config.h 10 // Compiler:
91 // Compiler detection.
97 #error Please add support for your compiler in build/build_config.h
182 #error Please add support for your compiler in build/build_config.h
186 // The compiler thinks std::string::const_iterator and "const char*" are
189 // The compiler thinks base::string16::const_iterator and "char16*" are
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.h 40 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
146 } // namespace compiler
cpp_primitive_field.h 40 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
122 } // namespace compiler
cpp_string_field.h 40 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
128 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.h 41 #include <google/protobuf/compiler/javanano/javanano_field.h>
45 namespace compiler { namespace in namespace:google::protobuf
122 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 40 #include <google/protobuf/compiler/code_generator.h>
55 namespace compiler { namespace in namespace:google::protobuf
59 // If you create your own protocol compiler binary and you want it to support
168 } // namespace compiler

Completed in 682 milliseconds

<<31323334353637383940>>