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.cpp742 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
Dsb_bc_parser.cpp747 } 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.c3243 r600_bytecode_add_cfinst(ctx.bc, CF_OP_CALL_FS); in r600_shader_from_tgsi()