Searched refs:possibly_null_equals (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_equals.cpp | 31 possibly_null_equals(const ir_instruction *a, const ir_instruction *b, function in typeref:typename:bool 140 if (!possibly_null_equals(coordinate, other->coordinate, ignore)) 143 if (!possibly_null_equals(projector, other->projector, ignore)) 146 if (!possibly_null_equals(shadow_comparator, other->shadow_comparator, ignore)) 149 if (!possibly_null_equals(offset, other->offset, ignore))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_equals.cpp | 31 possibly_null_equals(const ir_instruction *a, const ir_instruction *b, function in typeref:typename:bool 140 if (!possibly_null_equals(coordinate, other->coordinate, ignore)) 143 if (!possibly_null_equals(projector, other->projector, ignore)) 146 if (!possibly_null_equals(shadow_comparator, other->shadow_comparator, ignore)) 149 if (!possibly_null_equals(offset, other->offset, ignore))
|
Completed in 4 milliseconds