Searched refs:negation_exists (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_fs_combine_constants.cpp | 231 negation_exists(nir_const_value v, unsigned bit_size, in negation_exists() function 367 if (negation_exists(v, bit_size, float_only)) in calculate_masks() 372 if (negation_exists(v, bit_size, integer_only)) in calculate_masks()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_opt_combine_constants.cpp | 219 negation_exists(nir_const_value v, unsigned bit_size, in negation_exists() function 355 if (negation_exists(v, bit_size, float_only)) in calculate_masks() 360 if (negation_exists(v, bit_size, integer_only)) in calculate_masks()
|