Home
last modified time | relevance | path

Searched refs:function_entry (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp227 class function_entry *function; /* Set on TGSI_OPCODE_CAL or TGSI_OPCODE_BGNSUB */
257 class function_entry : public exec_node { class
294 function_entry *current_function;
316 function_entry *get_function_signature(ir_function_signature *sig);
2446 function_entry *
2449 function_entry *entry; in get_function_signature()
2452 entry = (function_entry *)iter.get(); in get_function_signature()
2458 entry = ralloc(mem_ctx, function_entry); in get_function_signature()
2493 function_entry *entry = get_function_signature(sig); in visit()
4869 function_entry *entry = (function_entry *)iter.get(); in get_mesa_program()
/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc657 Matcher<Node*> function_entry = in TARGET_TEST_F() local
665 first_arg, function_entry, context, _, _)); in TARGET_TEST_F()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc472 Node* function_entry = in CallRuntimeN() local
477 first_arg, function_entry, result_size); in CallRuntimeN()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp190 class function_entry : public exec_node { class
228 function_entry *current_function;
2316 function_entry *entry = (function_entry *)iter.get(); in set_branchtargets()