Home
last modified time | relevance | path

Searched refs:i965_asm (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/tools/tests/
H A Drun-test.py19 parser.add_argument('--i965_asm',
20 help='path to i965_asm binary')
22 help='name of the hardware generation (as understood by i965_asm)')
30 i965_asm = split_args(wrapper) + [args.i965_asm] variable
32 i965_asm = [args.i965_asm] variable
41 command = i965_asm + [

Completed in 0 milliseconds