Home
last modified time | relevance | path

Searched refs:first_inst (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/scripts/
Danalyze_dxp.py62 for first_inst in range(len(_cumulative_profile)):
63 for second_inst in range(len(_cumulative_profile[first_inst])):
64 _cumulative_profile[first_inst][second_inst] += (
65 new_profile[first_inst][second_inst])
/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw(); in lower_64bit_integer_instructions() local
142 void *const mem_ctx = ralloc_parent(first_inst); in lower_64bit_integer_instructions()