Searched refs:is_high (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_samplers.c | 168 nir_ssa_def *is_high = nir_fge(b, wrap_params->coords, size); in wrap_clamp() local 169 wrap_params->use_border_color = nir_ior(b, is_low, is_high); in wrap_clamp() 177 nir_ssa_def *is_high = nir_flt(b, nir_fmul(b, size, nir_imm_float(b, 2.0)), wrap_params->coords); in wrap_mirror_clamp() local 178 wrap_params->use_border_color = nir_ior(b, is_low, is_high); in wrap_mirror_clamp()
|
/third_party/backends/backend/ |
H A D | mustek_usb_low.h | 385 static SANE_Status usb_low_set_io_3 (ma1017 * chip, SANE_Bool is_high);
|
H A D | mustek_usb_low.c | 2034 usb_low_set_io_3 (ma1017 * chip, SANE_Bool is_high) in usb_low_set_io_3() argument 2053 if (is_high) in usb_low_set_io_3()
|
Completed in 7 milliseconds