mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
intel/aubinator: drop unused functions
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
65b3fed037
commit
7f3cb7db08
1 changed files with 0 additions and 16 deletions
|
|
@ -78,24 +78,8 @@ uint64_t instruction_bound;
|
|||
|
||||
FILE *outfile;
|
||||
|
||||
static inline uint32_t
|
||||
field(uint32_t value, int start, int end)
|
||||
{
|
||||
uint32_t mask;
|
||||
|
||||
mask = ~0U >> (31 - end + start);
|
||||
|
||||
return (value >> start) & mask;
|
||||
}
|
||||
|
||||
struct brw_instruction;
|
||||
|
||||
static inline int
|
||||
valid_offset(uint32_t offset)
|
||||
{
|
||||
return offset < gtt_end;
|
||||
}
|
||||
|
||||
#define GEN_ENGINE_RENDER 1
|
||||
#define GEN_ENGINE_BLITTER 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue