mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 08:26:10 +00:00
This is to ensure the "Component Packing Enable" bit is set to 0. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
9 lines
126 B
C
9 lines
126 B
C
#ifndef GEN9_RENDER_H
|
|
#define GEN9_RENDER_H
|
|
|
|
#include "gen8_render.h"
|
|
|
|
#define GEN7_3DSTATE_VF GEN6_3D(3, 0, 0x0c)
|
|
|
|
#endif
|