Searched defs:instructions (Results 1 - 25 of 208) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
H A Dinspector-wrappers-test-utils.js27 function instructions(params) { function
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_noise.cpp64 lower_noise(exec_list *instructions) argument
68 visit_list_elements(&v, instructions);
H A Dir_builder.h79 exec_list *instructions; member in class:ir_builder::ir_factory
H A Dir_hierarchical_visitor.cpp289 ir_hierarchical_visitor::run(exec_list *instructions) argument
291 visit_list_elements(this, instructions);
H A Dopt_noop_swizzle.cpp78 do_noop_swizzle(exec_list *instructions) argument
81 visit_list_elements(&v, instructions);
H A Dopt_swizzle_swizzle.cpp90 do_swizzle_swizzle(exec_list *instructions) argument
94 v.run(instructions);
H A Dhir_field_selection.cpp32 exec_list *instructions,
39 op = expr->subexpressions[0]->hir(instructions, state);
31 _mesa_ast_field_selection_to_hir(const ast_expression *expr, exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
H A Dir_basic_block.cpp52 void call_for_basic_blocks(exec_list *instructions, argument
61 foreach_iter(exec_list_iterator, iter, *instructions) {
89 * maximal BBs between the instructions that precede main()
90 * and the body of main(). Perhaps those instructions ought
H A Dir_expression_flattening.cpp57 do_expression_flattening(exec_list *instructions, argument
62 foreach_iter(exec_list_iterator, iter, *instructions) {
H A Dlower_texture_projection.cpp92 do_lower_texture_projection(exec_list *instructions) argument
96 visit_list_elements(&v, instructions);
H A Dlower_vec_index_to_swizzle.cpp168 do_vec_index_to_swizzle(exec_list *instructions) argument
172 v.run(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) {
H A Dopt_if_simplification.cpp50 /* We only care about the top level "if" instructions, so don't
61 do_if_simplification(exec_list *instructions) argument
65 v.run(instructions);
H A Dopt_redundant_jumps.cpp49 /* We only care about the top level instructions, so don't descend
118 optimize_redundant_jumps(exec_list *instructions) argument
122 v.run(instructions);
/external/mesa3d/src/glsl/
H A Dlower_noise.cpp64 lower_noise(exec_list *instructions) argument
68 visit_list_elements(&v, instructions);
H A Dir_builder.h79 exec_list *instructions; member in class:ir_builder::ir_factory
H A Dir_hierarchical_visitor.cpp289 ir_hierarchical_visitor::run(exec_list *instructions) argument
291 visit_list_elements(this, instructions);
H A Dopt_noop_swizzle.cpp78 do_noop_swizzle(exec_list *instructions) argument
81 visit_list_elements(&v, instructions);
H A Dopt_swizzle_swizzle.cpp90 do_swizzle_swizzle(exec_list *instructions) argument
94 v.run(instructions);
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeInput.java17 package com.android.dx.io.instructions;
H A DAddressMap.java17 package com.android.dx.io.instructions;
H A DBaseCodeCursor.java17 package com.android.dx.io.instructions;
H A DCodeCursor.java17 package com.android.dx.io.instructions;
35 * addresses to switch data payload instructions, whose relative
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dbasicblock.h38 // Basic blocks are essentially nothing more than a set of instructions.
39 std::vector<Instruction*> instructions; member in struct:sandbox::BasicBlock
43 // is measured in number of BPF instructions.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp104 brw_do_cubemap_normalize(exec_list *instructions) argument
108 visit_list_elements(&v, instructions);

Completed in 267 milliseconds

123456789