Searched refs:compiler (Results 101 - 125 of 1382) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dpragma_ps4.c18 #pragma comment(compiler) // expected-warning {{'#pragma comment compiler' ignored}}
19 #pragma comment(compiler, "foo") // expected-warning {{'#pragma comment compiler' ignored}}
20 __pragma(comment(compiler, "foo")) // expected-warning {{'#pragma comment compiler' ignored}}
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension_lite.cc31 #include <google/protobuf/compiler/java/java_extension_lite.h>
33 #include <google/protobuf/compiler/java/java_context.h>
34 #include <google/protobuf/compiler/java/java_doc_comment.h>
35 #include <google/protobuf/compiler/java/java_helpers.h>
36 #include <google/protobuf/compiler/java/java_name_resolver.h>
42 namespace compiler { namespace in namespace:google::protobuf
116 } // namespace compiler
H A Djava_message_builder.h40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
56 namespace compiler { namespace in namespace:google::protobuf
82 } // namespace compiler
/external/pcre/dist2/src/sljit/
H A DsljitNativeX86_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) argument
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
66 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, argument
74 CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size));
75 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
77 compiler->args = args;
78 compiler->flags_saved = 0;
86 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
146 inst = (sljit_u8*)ensure_buf(compiler,
186 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
208 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) argument
274 emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, sljit_s32 a, sljit_sw imma, sljit_s32 b, sljit_sw immb) argument
441 call_with_args(struct sljit_compiler *compiler, sljit_s32 type) argument
479 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) argument
510 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) argument
[all...]
H A DsljitNativeMIPS_common.c2 * Stack-less Just-In-Time compiler
204 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) argument
208 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins));
211 compiler->size++;
212 compiler->delay_slot = delay_slot;
359 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) argument
374 CHECK_PTR(check_sljit_generate_code(compiler));
375 reverse_buf(compiler);
377 code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins));
379 buf = compiler
541 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
597 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
614 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) argument
701 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) argument
742 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) argument
881 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) argument
890 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) argument
897 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1032 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) argument
1082 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1183 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1263 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_s32 size) argument
1292 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1325 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1363 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1402 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1453 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1539 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) argument
1556 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) argument
1577 sljit_emit_label(struct sljit_compiler *compiler) argument
1620 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) argument
1736 sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1857 sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1946 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) argument
2004 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type) argument
2118 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) argument
[all...]
H A DsljitNativePPC_common.c2 * Stack-less Just-In-Time compiler
243 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) argument
245 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins));
248 compiler->size++;
321 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) argument
336 CHECK_PTR(check_sljit_generate_code(compiler));
337 reverse_buf(compiler);
341 compiler->size += (compiler->size & 0x1) + (sizeof(struct sljit_function_context) / sizeof(sljit_ins));
343 compiler
578 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
642 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
655 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) argument
848 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) argument
947 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) argument
1114 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) argument
1121 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1250 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) argument
1300 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1455 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1675 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_s32 size) argument
1716 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1784 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1862 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1879 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1931 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
2016 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) argument
2034 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) argument
2056 sljit_emit_label(struct sljit_compiler *compiler) argument
2135 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) argument
2167 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) argument
2218 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type) argument
2359 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) argument
[all...]
H A DsljitNativeX86_64.c2 * Stack-less Just-In-Time compiler
29 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) argument
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw));
90 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, argument
98 CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size));
99 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
101 compiler->flags_saved = 0;
109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
119 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
129 inst = (sljit_u8*)ensure_buf(compiler,
240 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
256 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) argument
331 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm) argument
346 emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, sljit_s32 a, sljit_sw imma, sljit_s32 b, sljit_sw immb) argument
556 call_with_args(struct sljit_compiler *compiler, sljit_s32 type) argument
592 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) argument
629 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) argument
692 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DBasicTestIterator.java27 import org.apache.xpath.compiler.Compiler;
28 import org.apache.xpath.compiler.OpMap;
66 * @param compiler The Compiler which is creating
69 * opcode list from the compiler.
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) argument
76 super(compiler, opPos, analysis, false);
79 int whatToShow = compiler.getWhatToShow(firstStepPos);
90 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
91 compiler.getStepLocalName(firstStepPos));
93 initPredicateInfo(compiler, firstStepPo
111 BasicTestIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
[all...]
H A DWalkerFactory.java28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.FunctionTable;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
51 * @param compiler non-null reference to compiler object that has processed
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos)
66 int stepType = compiler.getOp(stepOpCodePos);
73 firstWalker = createDefaultWalker(compiler, stepType, lpi, 0);
75 firstWalker.init(compiler, stepOpCodePo
60 loadOneWalker( WalkingIterator lpi, Compiler compiler, int stepOpCodePos) argument
95 loadWalkers( WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) argument
139 diagnoseIterator(String name, int analysis, Compiler compiler) argument
158 newDTMIterator( Compiler compiler, int opPos, boolean isTopLevel) argument
300 getAxisFromStep( Compiler compiler, int stepOpCodePos) argument
400 functionProximateOrContainsProximate(Compiler compiler, int opPos) argument
430 isProximateInnerExpr(Compiler compiler, int opPos) argument
473 mightBeProximate(Compiler compiler, int opPos, int stepType) argument
556 isOptimizableForDescendantIterator( Compiler compiler, int stepOpCodePos, int stepIndex) argument
664 analyze( Compiler compiler, int stepOpCodePos, int stepIndex) argument
819 loadSteps( MatchPatternIterator mpi, Compiler compiler, int stepOpCodePos, int stepIndex) argument
978 createDefaultStepPattern( Compiler compiler, int opPos, MatchPatternIterator mpi, int analysis, StepPattern tail, StepPattern head) argument
1127 analyzePredicate(Compiler compiler, int opPos, int stepType) argument
1164 createDefaultWalker(Compiler compiler, int opPos, WalkingIterator lpi, int analysis) argument
1623 isNaturalDocOrder( Compiler compiler, int stepOpCodePos, int stepIndex, int analysis) argument
[all...]
H A DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
27 import org.apache.xpath.compiler.OpMap;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) argument
55 super(compiler, opPos, analysis);
58 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
H A DSelfIteratorNoPredicate.java25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) argument
50 super(compiler, opPos, analysis, false);
/external/mesa3d/src/compiler/
H A DMakefile.am31 -I$(top_builddir)/src/compiler/glsl\
32 -I$(top_srcdir)/src/compiler/glsl\
33 -I$(top_srcdir)/src/compiler/glsl/glcpp\
34 -I$(top_builddir)/src/compiler/nir \
35 -I$(top_srcdir)/src/compiler/nir \
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc16 #include "tensorflow/compiler/xla/service/llvm_compiler.h"
17 #include "tensorflow/compiler/xla/service/backend.h"
18 #include "tensorflow/compiler/xla/service/cpu/cpu_compiler.h"
19 #include "tensorflow/compiler/xla/service/gpu/gpu_compiler.h"
20 #include "tensorflow/compiler/xla/service/hlo_instruction.h"
21 #include "tensorflow/compiler/xla/service/platform_util.h"
22 #include "tensorflow/compiler/xla/test_helpers.h"
51 void TestCompilerHooks(LLVMCompiler *compiler) { argument
64 // Create HLO module, and run the compiler.
72 compiler
86 TestMultiModuleCompilation(LLVMCompiler *compiler) argument
143 cpu::CpuCompiler compiler; local
148 gpu::GpuCompiler compiler; local
153 cpu::CpuCompiler compiler; local
158 gpu::GpuCompiler compiler; local
[all...]
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_enum.cc33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
41 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
42 #include <google/protobuf/compiler/csharp/csharp_enum.h>
43 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
44 #include <google/protobuf/compiler/csharp/csharp_options.h>
50 namespace compiler { namespace in namespace:google::protobuf
93 } // namespace compiler
H A Dcsharp_generator_unittest.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
44 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
H A Dcsharp_reflection_class.h36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
67 } // namespace compiler
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_ccompiler.py28 compiler = FakeCompiler()
33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
43 compiler = MyCCompiler()
45 compiler.debug_print('xxx')
52 compiler.debug_print('xxx')
59 'not testing if default compiler is not unix')
65 class compiler: class in function:CCompilerTestCase.test_customize_compiler
71 comp = compiler()
/external/v8/
H A DAndroid.v8.mk93 src/compiler-dispatcher/compiler-dispatcher-job.cc \
94 src/compiler-dispatcher/compiler-dispatcher-tracer.cc \
95 src/compiler-dispatcher/compiler-dispatcher.cc \
96 src/compiler-dispatcher/optimizing-compile-dispatcher.cc \
97 src/compiler.cc \
98 src/compiler/access-builder.cc \
99 src/compiler/acces
[all...]
/external/toolchain-utils/android_bench_suite/
H A Dbuild_bench.py35 help='Specify the path to the compiler bin '
97 def set_compiler(compiler):
101 if compiler:
103 if not os.path.isdir(compiler):
104 logging.error('Error while setting compiler: '
105 'Directory %s does not exist!', compiler)
106 raise OSError('Directory %s not exist.' % compiler)
108 # Specify temporary directory for compiler
112 compiler_content = os.path.join(compiler, '.')
114 # Copy compiler t
[all...]
/external/skia/src/sksl/
H A DSkSLMain.cpp66 SkSL::Compiler compiler; local
71 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
72 if (!program || !compiler.toSPIRV(*program, out)) {
73 printf("%s", compiler.errorText().c_str());
82 SkSL::Compiler compiler; local
87 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
88 if (!program || !compiler.toGLSL(*program, out)) {
89 printf("%s", compiler.errorText().c_str());
98 SkSL::Compiler compiler; local
103 std::unique_ptr<SkSL::Program> program = compiler
[all...]
/external/skqp/src/sksl/
H A DSkSLMain.cpp66 SkSL::Compiler compiler; local
71 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
72 if (!program || !compiler.toSPIRV(*program, out)) {
73 printf("%s", compiler.errorText().c_str());
82 SkSL::Compiler compiler; local
87 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings);
88 if (!program || !compiler.toGLSL(*program, out)) {
89 printf("%s", compiler.errorText().c_str());
98 SkSL::Compiler compiler; local
103 std::unique_ptr<SkSL::Program> program = compiler
[all...]
/external/tensorflow/tensorflow/contrib/py2tf/pyct/
H A Dtemplates_test.py23 from tensorflow.contrib.py2tf.pyct import compiler namespace
37 result, _ = compiler.ast_to_object(node)
50 result, _ = compiler.ast_to_object(node)
62 result, _ = compiler.ast_to_object(node)
79 result, _ = compiler.ast_to_object(node)
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c41 #include "compiler/radeon_compiler.h"
88 static void find_output_registers(struct r300_fragment_program_compiler * compiler, argument
94 compiler->OutputColor[0] = shader->info.num_outputs;
95 compiler->OutputColor[1] = shader->info.num_outputs;
96 compiler->OutputColor[2] = shader->info.num_outputs;
97 compiler->OutputColor[3] = shader->info.num_outputs;
98 compiler->OutputDepth = shader->info.num_outputs;
104 compiler->OutputColor[colorbuf_count] = i;
108 compiler->OutputDepth = i;
174 /* Pass texture swizzling to the compiler, som
419 struct r300_fragment_program_compiler compiler; local
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DCastExpr.java16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;
H A DStmnt.java16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;

Completed in 1172 milliseconds

1234567891011>>