Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp49 pred->set_cf_type(cf_alu_push_before); in IfInstruction()
Dsfn_defines.h46 cf_alu_push_before = CF_OP_ALU_PUSH_BEFORE, enumerator
Dsfn_shader_base.cpp478 pred->set_cf_type(cf_alu_push_before); in emit_if_start()
Dsfn_ir_to_assembly.cpp340 case cf_alu_push_before: type = CF_OP_ALU_PUSH_BEFORE; break; in visit()