Home
last modified time | relevance | path

Searched refs:need_temp (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp682 bool need_temp = comp > 0 || !intr->dest.is_ssa; in load_input_hw() local
685 if (need_temp) { in load_input_hw()
764 bool need_temp = start_comp > 0 || !intr->dest.is_ssa; in load_interpolated_input_hw() local
766 auto dst = need_temp ? vf.temp_vec4(pin_chan) : vf.dest_vec4(intr->dest, pin_chan); in load_interpolated_input_hw()
777 if (need_temp) { in load_interpolated_input_hw()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c529 boolean need_temp = FALSE; in submit_op2() local
538 need_temp = TRUE; in submit_op2()
543 need_temp = TRUE; in submit_op2()
545 if (need_temp) { in submit_op2()
555 if (need_temp) in submit_op2()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc3108 ArchOpcode opcode, bool need_temp) { in VisitExtAddPairwise()
3114 if (need_temp) { in VisitExtAddPairwise()
3107 VisitExtAddPairwise(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool need_temp) VisitExtAddPairwise() argument

Completed in 18 milliseconds