Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp884 int coord_mask = (1 << coordinate_type->vector_elements) - 1; in emit_mcs_fetch() local
885 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() local
988 int zero_mask = 0xf & ~coord_mask; in emit_texture()
990 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask), in emit_texture()