mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-14 19:40:39 +02:00
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:
parent
321555fb41
commit
96220111dd
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue