Home
last modified time | relevance | path

Searched refs:CF_OP_CALL_FS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_liveness.cpp328 if(!n.dst.empty() || n.is_cf_op(CF_OP_CALL_FS)) { in process_op()
Dsb_ra_init.cpp741 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
Dsb_bc_parser.cpp689 } else if (c->bc.op == CF_OP_CALL_FS) { in prepare_ir()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h582 #define CF_OP_CALL_FS 20 macro
Dr600_shader.c3036 r600_bytecode_add_cfinst(ctx.bc, CF_OP_CALL_FS); in r600_shader_from_tgsi()
3654 …LU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op == CF_OP_CALL_FS || ctx.bc->cf_… in r600_shader_from_tgsi()