OSDN Git Service

i965: Rename brw_inst's functions that access the register type
authorMatt Turner <mattst88@gmail.com>
Wed, 26 Jul 2017 21:25:54 +0000 (14:25 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 21 Aug 2017 21:05:23 +0000 (14:05 -0700)
commit9fb8323328684bd7fe4e8c71c7415f51acf25e5b
treed81bec8f936d11a6bee1cebe1c0b7e4276db2527
parent3e379af492f0f4c05061b8251e7cf18ed438056c
i965: Rename brw_inst's functions that access the register type

Put hw_ in the name so that it's clear these are the hardware encodings.

Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/intel/compiler/brw_disasm.c
src/intel/compiler/brw_eu_compact.c
src/intel/compiler/brw_eu_emit.c
src/intel/compiler/brw_eu_validate.c
src/intel/compiler/brw_inst.h
src/intel/compiler/brw_reg_type.h
src/intel/compiler/test_eu_validate.cpp