Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py450 a_sz = 'a@{}'.format(size) variable
454 (('ishl', ('ushr', a_sz, '#b'), b), ('iand', a, ('ishl', mask, b))),
455 (('ishl', ('ishr', a_sz, '#b'), b), ('iand', a, ('ishl', mask, b))),
458 (('ushr', ('ishl', a_sz, '#b'), b), ('iand', a, ('ushr', mask, b))),

Completed in 5 milliseconds