Searched refs:instructions (Results 1 - 25 of 442) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_optimization.h44 bool do_algebraic(exec_list *instructions);
45 bool do_constant_folding(exec_list *instructions);
46 bool do_constant_variable(exec_list *instructions);
47 bool do_constant_variable_unlinked(exec_list *instructions);
48 bool do_copy_propagation(exec_list *instructions);
49 bool do_copy_propagation_elements(exec_list *instructions);
50 bool do_constant_propagation(exec_list *instructions);
51 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
52 bool do_dead_code_local(exec_list *instructions);
53 bool do_dead_code_unlinked(exec_list *instructions);
[all...]
H A Dir_expression_flattening.h37 void do_expression_flattening(exec_list *instructions,
H A Dir_basic_block.h24 void call_for_basic_blocks(exec_list *instructions,
H A Dir_reader.h31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
H A Dbuiltin_variables.cpp387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, argument
416 instructions->push_tail(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab, argument
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab, argument
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab, argument
493 ir_variable *const var = add_variable(instructions, symtab,
506 generate_100ES_uniforms(exec_list *instructions, argument
531 generate_110_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
646 generate_100ES_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
662 generate_110_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
701 generate_120_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
713 generate_130_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
726 generate_130_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
760 initialize_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
789 generate_100ES_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
809 generate_110_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
854 generate_ARB_draw_buffers_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn, _mesa_glsl_parser_targets target) argument
886 generate_ARB_draw_instanced_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn, _mesa_glsl_parser_targets target) argument
924 generate_ARB_shader_stencil_export_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn) argument
940 generate_AMD_shader_stencil_export_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn) argument
956 generate_120_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
971 generate_fs_clipdistance(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
995 generate_130_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1006 generate_140_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1016 initialize_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1048 _mesa_glsl_initialize_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
[all...]
H A Dlower_noise.cpp64 lower_noise(exec_list *instructions) argument
68 visit_list_elements(&v, instructions);
H A Dopt_dead_code.cpp38 * Do a dead code pass over instructions and everything that instructions
45 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) argument
50 v.run(instructions);
130 do_dead_code_unlinked(exec_list *instructions) argument
134 foreach_iter(exec_list_iterator, iter, *instructions) {
/external/mesa3d/src/glsl/
H A Dir_optimization.h44 bool do_algebraic(exec_list *instructions);
45 bool do_constant_folding(exec_list *instructions);
46 bool do_constant_variable(exec_list *instructions);
47 bool do_constant_variable_unlinked(exec_list *instructions);
48 bool do_copy_propagation(exec_list *instructions);
49 bool do_copy_propagation_elements(exec_list *instructions);
50 bool do_constant_propagation(exec_list *instructions);
51 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
52 bool do_dead_code_local(exec_list *instructions);
53 bool do_dead_code_unlinked(exec_list *instructions);
[all...]
H A Dir_expression_flattening.h37 void do_expression_flattening(exec_list *instructions,
H A Dir_basic_block.h24 void call_for_basic_blocks(exec_list *instructions,
H A Dir_reader.h31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
H A Dbuiltin_variables.cpp387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, argument
416 instructions->push_tail(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab, argument
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab, argument
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab, argument
493 ir_variable *const var = add_variable(instructions, symtab,
506 generate_100ES_uniforms(exec_list *instructions, argument
531 generate_110_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
646 generate_100ES_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
662 generate_110_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
701 generate_120_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
713 generate_130_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
726 generate_130_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
760 initialize_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
789 generate_100ES_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
809 generate_110_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
854 generate_ARB_draw_buffers_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn, _mesa_glsl_parser_targets target) argument
886 generate_ARB_draw_instanced_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn, _mesa_glsl_parser_targets target) argument
924 generate_ARB_shader_stencil_export_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn) argument
940 generate_AMD_shader_stencil_export_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn) argument
956 generate_120_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool add_deprecated) argument
971 generate_fs_clipdistance(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
995 generate_130_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1006 generate_140_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1016 initialize_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1048 _mesa_glsl_initialize_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
[all...]
H A Dlower_noise.cpp64 lower_noise(exec_list *instructions) argument
68 visit_list_elements(&v, instructions);
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeCursor.java17 package com.android.dx.io.instructions;
35 * addresses to switch data payload instructions, whose relative
H A DCodeInput.java17 package com.android.dx.io.instructions;
H A DPackedSwitchPayloadDecodedInstruction.java17 package com.android.dx.io.instructions;
/external/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py24 instructions = list(disassembler.get_instructions(sequence))
25 self.assertEqual(len(instructions), 2)
27 self.assertEqual(instructions[0], (0, 3, '\tjcxz\t-127'))
28 self.assertEqual(instructions[1], (3, 2, '\taddl\t%eax, %edi'))
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java53 private String instructions = null; field in class:Registration
60 * Returns the registration instructions, or <tt>null</tt> if no instructions
61 * have been set. If present, instructions should be displayed to the end-user
64 * @return the registration instructions, or <tt>null</tt> if there are none.
67 return instructions;
71 * Sets the registration instructions.
73 * @param instructions the registration instructions.
75 public void setInstructions(String instructions) { argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java24 private final short[] instructions; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
34 this.instructions = instructions;
56 return instructions;
28 Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Try[] tries, CatchHandler[] catchHandlers) argument
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S2 # rep, repe (repz) and repne (repnz) prefixed string instructions
4 # This test makes sure the bbv plugin counts these instructions properly
14 # Some SSE2 instructions start with 0xf2 or 0xf3
123 # Move instructions
156 # Compare equal instructions
207 # Compare not equal instructions
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part2.stdout.exp1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
882 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1414 Test scalar floating point arithmetic instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
946 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1478 Test scalar floating point arithmetic instructions
/external/elfutils/tests/
H A Drun-show-ciefde.sh41 FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
76 FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 53 2e 08 50 2e 10 48 2e 00 58 2e 10 62 2e 00 63 2e 10 45 2e 00 00 00 00
80 FDE[1]: instructions = 41 0e 08 85 02 42 0d 05 4c 2e 10 00
84 FDE[2]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
88 FDE[3]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
92 FDE[4]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 53 2e 10 4e 2e 00 55 2e 10 00
96 FDE[5]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 5e 2e 10 00 00 00
100 FDE[6]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
104 FDE[7]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
108 FDE[8]: instructions
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.h39 _mesa_find_temp_intervals(const struct prog_instruction *instructions,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A DMakefile.inc20 @echo Python must be installed to regenerate x86 instructions files
23 @echo Python must be installed to regenerate x86 instructions files

Completed in 363 milliseconds

1234567891011>>