i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Dec 2017 01:03:32 +0000 (17:03 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 31 Dec 2017 04:30:34 +0000 (20:30 -0800)
commita1afef8de0118a5952e21fec7e017c905a59637f
treeccb64c03c180f8d85b375278b5d60d9bdd516abb
parentea0bbe82019458f3c0482a2d13614fdd06041ee3
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.

These are the same, we don't need a separate opcode enum per backend.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/compiler/brw_eu_defines.h
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_shader.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4_generator.cpp
src/intel/compiler/brw_vec4_nir.cpp