Home
last modified time | relevance | path

Searched defs:need_temp (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp682 bool need_temp = comp > 0 || !intr->dest.is_ssa; in load_input_hw() local
764 bool need_temp = start_comp > 0 || !intr->dest.is_ssa; in load_interpolated_input_hw() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c529 boolean need_temp = FALSE; in submit_op2() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc3108 ArchOpcode opcode, bool need_temp) { in VisitExtAddPairwise()