i965: Add _default_ name changes to test_eu_compact.c.
authorVinson Lee <vlee@freedesktop.org>
Tue, 3 Jun 2014 06:38:05 +0000 (23:38 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 3 Jun 2014 06:44:21 +0000 (23:44 -0700)
commitdad22cc590a118c25c963c59784f6904c181bb58
tree33395ffe631c6559b21e85784853a6791da9e809
parent328e9593173bc69352e1707f119a7aca9d540cf9
i965: Add _default_ name changes to test_eu_compact.c.

These were missed in commit e374809819d82f2e3e946fe809c4d46061ddc5b5.

Fixes 'make check'.

  CC       test_eu_compact.o
test_eu_compact.c: In function ‘gen_f0_0_MOV_GRF_GRF’:
test_eu_compact.c:222:4: error: implicit declaration of function ‘brw_set_predicate_control’ [-Werror=implicit-function-declaration]
    brw_set_predicate_control(p, true);
    ^
test_eu_compact.c: In function ‘run_tests’:
test_eu_compact.c:270:6: error: implicit declaration of function ‘brw_set_access_mode’ [-Werror=implicit-function-declaration]
      brw_set_access_mode(p, BRW_ALIGN_16);
      ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/drivers/dri/i965/test_eu_compact.c