Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h85 cf_call_fs = CF_OP_CALL_FS,
Dsfn_ir_to_assembly.cpp115 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()
/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.cpp746 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
Dsb_bc_parser.cpp757 } else if (c->bc.op == CF_OP_CALL_FS) { in prepare_ir()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h583 #define CF_OP_CALL_FS 20 macro
Dr600_shader.c3565 r600_bytecode_add_cfinst(ctx.bc, CF_OP_CALL_FS); in r600_shader_from_tgsi()