Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c156 ins->helper_terminate = true; in mir_analyze_helper_terminate()
Dmidgard_print.c228 if (ins->helper_terminate) in mir_print_instruction()
Dmidgard_emit.c1066 ins->texture.cont = !ins->helper_terminate; in emit_binary_bundle()
1067 ins->texture.last = ins->helper_terminate || ins->helper_execute; in emit_binary_bundle()
Dcompiler.h131 bool helper_terminate; member