/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_ubo_reference.cpp | 300 lower_ubo_reference(struct gl_shader *shader, exec_list *instructions) 304 /* Loop over the instructions lowering references, because we take 306 * produce a collection of instructions all of which have cloned 311 visit_list_elements(&v, instructions);
|
lower_vec_index_to_cond_assign.cpp | 128 /* Put all of the new instructions in the IR stream before the old 286 do_vec_index_to_cond_assign(exec_list *instructions) 290 visit_list_elements(&v, instructions);
|
opt_dead_code_local.cpp | 316 do_dead_code_local(exec_list *instructions) 320 call_for_basic_blocks(instructions, dead_code_local_basic_block, &progress);
|
ir.h | 86 * Base class of all IR instructions 606 /** Body of instructions in the function. */ 619 * Helper function to run a list of instructions for constant 767 * Get an iterator for the instructions of the loop body [all...] |
ir_builder.cpp | 34 instructions->push_tail(ir);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.cpp | 33 * Walks the shader instructions generated and creates a set of basic 85 entry->start = (fs_inst *)v->instructions.get_head(); 87 foreach_list(node, &v->instructions) { 112 * instructions. 159 * instructions.
|
brw_fs.h | 350 exec_list instructions; member in class:fs_visitor 408 bool brw_do_channel_expressions(struct exec_list *instructions); 409 bool brw_do_vector_splitting(struct exec_list *instructions);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 273 struct tgsi_full_instruction *instructions; member in struct:lp_build_tgsi_inst_list 302 * LLVM instructions. 337 struct tgsi_full_instruction *instructions; member in struct:lp_build_tgsi_context 341 /** This function allows the user to insert some instructions at the 347 /** This function allows the user to insert some instructions at the end of 349 * instructions to handle the export for the output registers, but it can
|
/external/mesa3d/src/glsl/ |
loop_controls.cpp | 297 set_loop_controls(exec_list *instructions, loop_state *ls) 301 v.run(instructions);
|
lower_clip_distance.cpp | 337 lower_clip_distance(exec_list *instructions) 341 visit_list_elements(&v, instructions);
|
lower_instructions.cpp | 27 * Many GPUs lack native instructions for certain expression operations, and 116 lower_instructions(exec_list *instructions, unsigned what_to_lower) 120 visit_list_elements(&v, instructions);
|
lower_ubo_reference.cpp | 300 lower_ubo_reference(struct gl_shader *shader, exec_list *instructions) 304 /* Loop over the instructions lowering references, because we take 306 * produce a collection of instructions all of which have cloned 311 visit_list_elements(&v, instructions);
|
lower_vec_index_to_cond_assign.cpp | 128 /* Put all of the new instructions in the IR stream before the old 286 do_vec_index_to_cond_assign(exec_list *instructions) 290 visit_list_elements(&v, instructions);
|
opt_dead_code_local.cpp | 316 do_dead_code_local(exec_list *instructions) 320 call_for_basic_blocks(instructions, dead_code_local_basic_block, &progress);
|
ir.h | 86 * Base class of all IR instructions 606 /** Body of instructions in the function. */ 619 * Helper function to run a list of instructions for constant 767 * Get an iterator for the instructions of the loop body [all...] |
ir_builder.cpp | 34 instructions->push_tail(ir);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.cpp | 33 * Walks the shader instructions generated and creates a set of basic 85 entry->start = (fs_inst *)v->instructions.get_head(); 87 foreach_list(node, &v->instructions) { 112 * instructions. 159 * instructions.
|
brw_fs.h | 350 exec_list instructions; member in class:fs_visitor 408 bool brw_do_channel_expressions(struct exec_list *instructions); 409 bool brw_do_vector_splitting(struct exec_list *instructions);
|
/external/smack/src/org/jivesoftware/smackx/search/ |
UserSearch.java | 180 if (eventType == XmlPullParser.START_TAG && parser.getName().equals("instructions")) { 209 private static void buildDataForm(SimpleUserSearch search, String instructions, XmlPullParser parser) throws Exception { 213 dataForm.addInstruction(instructions);
|
/external/llvm/test/MC/Mips/ |
mips-fpu-instructions.s | 3 # for FPU instructions. 5 # FP aritmetic instructions 51 # FP compare instructions 121 # FP convert instructions 138 # FP move instructions
|
/external/chromium_org/v8/src/ |
lithium.cc | 316 LInstruction* first_instr = instructions()->at(first); 317 LInstruction* last_instr = instructions()->at(last); 326 LInstruction* cur = instructions()->at(i);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/ |
NotificationListenerVerifierActivity.java | 182 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); local 183 instructions.setText(stringId); 190 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); local 191 instructions.setText(stringId);
|
/external/chromium_org/courgette/ |
adjustment_method.cc | 596 const InstructionVector& instructions = program->instructions(); local 597 for (size_t i = 0; i < instructions.size(); ++i) { 598 Instruction* instruction = instructions[i];
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 29 instructions and object file constructs such as symbol tables and sections. 35 align, or instructions.
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 31 @ Check the .text section. There should be two "bx lr" instructions.
|