Searched refs:has_compare (Results 1 – 2 of 2) sorted by relevance
3616 bool has_compare = nir_tex_instr_src_index(tex, nir_tex_src_comparator) >= 0; in nir_to_tgsi_lower_txp() local3627 … (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compare)) in nir_to_tgsi_lower_txp()
9414 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false, in visit_tex() local9483 has_compare = true; in visit_tex()9845 if (has_compare) in visit_tex()9903 if (has_compare) { in visit_tex()9920 } else if (has_compare) { in visit_tex()9946 if (has_compare) { in visit_tex()9964 if (has_compare) { in visit_tex()9993 if (has_compare) { in visit_tex()10007 if (has_compare) { in visit_tex()