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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c168 nir_ssa_def *is_high = nir_fge(b, wrap_params->coords, size); local in function:wrap_clamp
169 wrap_params->use_border_color = nir_ior(b, is_low, is_high);
177 nir_ssa_def *is_high = nir_flt(b, nir_fmul(b, size, nir_imm_float(b, 2.0)), wrap_params->coords); local in function:wrap_mirror_clamp
178 wrap_params->use_border_color = nir_ior(b, is_low, is_high);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c362 is_high(struct ir3_instruction *instr) function in typeref:typename:bool
543 id->cls = size_to_class(id->sz, is_half(id->defn), is_high(id->defn));
775 if (is_high(id->defn)) {
1056 if (is_high(id->defn))

Completed in 3 milliseconds