Searched refs:cf_type (Results 1 – 3 of 3) sorted by relevance
96 if ((cf->cf_type == EXEC) || (cf->cf_type == EXEC_END)) { in shader_resolve()171 if ((cf->cf_type == EXEC) || (cf->cf_type == EXEC_END)) { in ir2_shader_assemble()192 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type) in ir2_cf_create() argument195 DEBUG_MSG("%d", cf_type); in ir2_cf_create()197 cf->cf_type = cf_type; in ir2_cf_create()212 instr->opc = cf->cf_type; in cf_emit()214 switch (cf->cf_type) { in cf_emit()
97 instr_cf_opc_t cf_type; member128 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type);
1144 ctx->cf->cf_type = EXEC_END; in compile_instructions()