i965: Lower the 4x8 pack/unpack operations
Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
@@ -83,7 +83,11 @@ brw_lower_packing_builtins(struct brw_context *brw,
|
||||
int ops = LOWER_PACK_SNORM_2x16
|
||||
| LOWER_UNPACK_SNORM_2x16
|
||||
| LOWER_PACK_UNORM_2x16
|
||||
| LOWER_UNPACK_UNORM_2x16;
|
||||
| LOWER_UNPACK_UNORM_2x16
|
||||
| LOWER_PACK_SNORM_4x8
|
||||
| LOWER_UNPACK_SNORM_4x8
|
||||
| LOWER_PACK_UNORM_4x8
|
||||
| LOWER_UNPACK_UNORM_4x8;
|
||||
|
||||
if (brw->intel.gen >= 7) {
|
||||
/* Gen7 introduced the f32to16 and f16to32 instructions, which can be
|
||||
|
||||
Reference in New Issue
Block a user