Home | History | Annotate | Download | only in main

Lines Matching defs:cf

1249    ir_rvalue *cf = get_source(p, SRC_PREVIOUS, 0);
1254 p->emit(assign(spec_result, cf));
1269 cf = new(p->mem_ctx) ir_dereference_variable(spec_result);
1273 cf = emit_fog_instructions(p, cf);
1278 p->emit(assign(frag_color, cf));