Home
last modified time | relevance | path

Searched refs:cf_alu (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_alu.cpp44 m_cf_type(cf_alu) in AluInstruction()
57 m_cf_type(cf_alu) in AluInstruction()
Dsfn_defines.h45 cf_alu = CF_OP_ALU, enumerator
Dsfn_ir_to_assembly.cpp339 case cf_alu: type = CF_OP_ALU; break; in visit()
502 new_pred.set_cf_type(cf_alu); in visit()