Home | History | Annotate | Download | only in i965

Lines Matching refs:shadow_comparitor

761    if (ir->shadow_comparitor) {
962 if (ir->shadow_comparitor) {
1057 if (ir->shadow_comparitor) {
1298 fs_reg shadow_comparitor;
1299 if (ir->shadow_comparitor) {
1300 ir->shadow_comparitor->accept(this);
1301 shadow_comparitor = this->result;
1333 inst = emit_texture_gen7(ir, dst, coordinate, shadow_comparitor,
1336 inst = emit_texture_gen5(ir, dst, coordinate, shadow_comparitor,
1339 inst = emit_texture_gen4(ir, dst, coordinate, shadow_comparitor,
1351 if (ir->shadow_comparitor)