Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_constant_expressions.py10 def op_bit_sizes(op): function
467 ${"UNUSED" if op_bit_sizes(op) is None else ""} unsigned bit_size,
471 % if op_bit_sizes(op) is not None:
473 % for bit_size in op_bit_sizes(op):
518 op_bit_sizes=op_bit_sizes,

Completed in 1 milliseconds