Home
last modified time | relevance | path

Searched refs:FIELD1 (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dattrib.c725 #define TEST_AND_CALL2(FIELD1, FIELD2, CALL) do { \ argument
726 if (ctx->FIELD1 != attr->FIELD1 || ctx->FIELD2 != attr->FIELD2) \
727 _mesa_##CALL(attr->FIELD1, attr->FIELD2); \