Searched refs:CF_OP_CALL_FS (Results 1 – 7 of 7) sorted by relevance
85 cf_call_fs = CF_OP_CALL_FS,
115 r600_bytecode_add_cfinst(impl->m_bc, CF_OP_CALL_FS); in do_lower()146 else if (impl->m_bc->cf_last->op == CF_OP_CALL_FS) in do_lower()
328 if(!n.dst.empty() || n.is_cf_op(CF_OP_CALL_FS)) { in process_op()
746 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
757 } else if (c->bc.op == CF_OP_CALL_FS) { in prepare_ir()
583 #define CF_OP_CALL_FS 20 macro
3565 r600_bytecode_add_cfinst(ctx.bc, CF_OP_CALL_FS); in r600_shader_from_tgsi()