Home
last modified time | relevance | path

Searched refs:sat_mask (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c557 saturate_src(nir_builder *b, nir_tex_instr *tex, unsigned sat_mask) in saturate_src() argument
583 if ((1 << j) & sat_mask) { in saturate_src()
719 unsigned sat_mask = 0; in nir_lower_tex_block() local
722 sat_mask |= (1 << 2); /* .z */ in nir_lower_tex_block()
724 sat_mask |= (1 << 1); /* .y */ in nir_lower_tex_block()
726 sat_mask |= (1 << 0); /* .x */ in nir_lower_tex_block()
731 if (lower_txp || sat_mask) { in nir_lower_tex_block()
763 if (sat_mask) { in nir_lower_tex_block()
764 saturate_src(b, tex, sat_mask); in nir_lower_tex_block()