Searched refs:FIELD1 (Results 1 – 1 of 1) sorted by relevance
725 #define TEST_AND_CALL2(FIELD1, FIELD2, CALL) do { \ argument726 if (ctx->FIELD1 != attr->FIELD1 || ctx->FIELD2 != attr->FIELD2) \727 _mesa_##CALL(attr->FIELD1, attr->FIELD2); \