Lines Matching refs:ignore
32 enum ir_node_type ignore)
37 return a->equals(b, ignore);
86 enum ir_node_type ignore) const
95 if (!array->equals(other->array, ignore))
98 if (!array_index->equals(other->array_index, ignore))
106 enum ir_node_type ignore) const
115 if (ignore != ir_type_swizzle) {
124 return val->equals(other->val, ignore);
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const
143 if (!possibly_null_equals(coordinate, other->coordinate, ignore))
146 if (!possibly_null_equals(projector, other->projector, ignore))
149 if (!possibly_null_equals(shadow_comparator, other->shadow_comparator, ignore))
152 if (!possibly_null_equals(offset, other->offset, ignore))
155 if (!possibly_null_equals(clamp, other->clamp, ignore))
158 if (!sampler->equals(other->sampler, ignore))
169 if (!lod_info.bias->equals(other->lod_info.bias, ignore))
175 if (!lod_info.lod->equals(other->lod_info.lod, ignore))
179 if (!lod_info.grad.dPdx->equals(other->lod_info.grad.dPdx, ignore) ||
180 !lod_info.grad.dPdy->equals(other->lod_info.grad.dPdy, ignore))
184 if (!lod_info.sample_index->equals(other->lod_info.sample_index, ignore))
188 if (!lod_info.component->equals(other->lod_info.component, ignore))
199 ir_expression::equals(const ir_instruction *ir, enum ir_node_type ignore) const
212 if (!operands[i]->equals(other->operands[i], ignore))