Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h197 unsigned b_bit_size = nir_alu_type_get_type_size(b); in nir_alu_type_range_contains_type_range() local
200 assert(a_bit_size > 0 && b_bit_size > 0); in nir_alu_type_range_contains_type_range()
202 if (a_base_type == b_base_type && a_bit_size >= b_bit_size) in nir_alu_type_range_contains_type_range()
206 a_bit_size > b_bit_size) in nir_alu_type_range_contains_type_range()
218 (a_bit_size >= 32 || b_bit_size == 8)) in nir_alu_type_range_contains_type_range()
H A Dnir_algebraic.py602 b_bit_size = b if isinstance(b, int) else b.get_bit_size()
604 cmp_result = self.compare_bitsizes(a_bit_size, b_bit_size)
607 error_msg(a_bit_size, b_bit_size)
610 b_bit_size.set_bit_size(a)

Completed in 3 milliseconds