Searched refs:coord_mask (Results 1 – 1 of 1) sorted by relevance
884 int coord_mask = (1 << coordinate_type->vector_elements) - 1; in emit_mcs_fetch() local885 int zero_mask = 0xf & ~coord_mask; in emit_mcs_fetch()887 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask), in emit_mcs_fetch()987 int coord_mask = (1 << coord_components) - 1; in emit_texture() local988 int zero_mask = 0xf & ~coord_mask; in emit_texture()990 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask), in emit_texture()