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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_constant_expressions.py3 from nir_opcodes import type_has_size, type_size, type_sizes, type_base_type
27 elif type_base_type(type_) == 'bool':
32 return type_base_type(type_)[0] + str(type_size(type_))
395 % if op.name != "fquantize2f16" and type_base_type(output_type) == "float":
442 % if op.name != "fquantize2f16" and type_base_type(output_type) == "float":
513 type_base_type=type_base_type,
H A Dnir_opcodes.py139 def type_base_type(type_): function
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_constant_expressions.py5 from nir_opcodes import type_has_size, type_size, type_sizes, type_base_type
29 elif type_base_type(type_) == 'bool':
34 return type_base_type(type_)[0] + str(type_size(type_))
H A Dnir_opcodes.py132 def type_base_type(type_): function

Completed in 8 milliseconds