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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c92 unsigned coord_mask; local in function:match_aero_minification_shader
106 coord_mask = 0;
119 coord_mask |= 1 << (tex->coord[0].u.index*2 + tex->coord[0].swizzle/2);
121 if (coord_mask != 0xf) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp889 int coord_mask = (1 << coordinate_type->vector_elements) - 1; local in function:brw::vec4_visitor::emit_mcs_fetch
890 int zero_mask = 0xf & ~coord_mask;
892 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask),
992 int coord_mask = (1 << coord_components) - 1; local in function:brw::vec4_visitor::emit_texture
993 int zero_mask = 0xf & ~coord_mask;
995 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask),
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp805 int coord_mask = (1 << coordinate_type->vector_elements) - 1; local in function:brw::vec4_visitor::emit_mcs_fetch
806 int zero_mask = 0xf & ~coord_mask;
808 emit(MOV(dst_reg(MRF, param_base, coordinate_type, coord_mask),
906 int coord_mask = (1 << coord_components) - 1; local in function:brw::vec4_visitor::emit_texture
907 int zero_mask = 0xf & ~coord_mask;
909 emit(MOV(dst_reg(MRF, param_base, coordinate.type, coord_mask),

Completed in 7 milliseconds