Home
last modified time | relevance | path

Searched refs:urb_allocate (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/assembler/
Dbrw_disasm.c373 static const char * const urb_allocate[2] = { variable
1274 err |= control (file, "urb allocate", urb_allocate, in brw_disasm()
Dgram.y546 %type <integer> urb_swizzle urb_allocate urb_used urb_complete
1820 | URB INTEGER urb_swizzle urb_allocate urb_used urb_complete
1964 urb_allocate: ALLOCATE { $$ = 1; }
/external/mesa3d/src/intel/compiler/
Dbrw_disasm.c557 static const char *const urb_allocate[2] = { variable
1999 err |= control(file, "urb allocate", urb_allocate, in brw_disassemble_inst()
Dbrw_inst.h861 FC(urb_allocate, /* 4+ */ MD(13), MD(13), /* 12+ */ -1, -1, devinfo->gen < 7)