Lines Matching refs:GET_SWZ
107 const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp); in get_src_arg_mask()
133 src_comp = GET_SWZ(mov->SrcReg[0].Swizzle, comp); in get_dst_mask_for_mov()
150 return GET_SWZ(swz,0) <= SWIZZLE_W && in is_swizzle_regular()
151 GET_SWZ(swz,1) <= SWIZZLE_W && in is_swizzle_regular()
152 GET_SWZ(swz,2) <= SWIZZLE_W && in is_swizzle_regular()
153 GET_SWZ(swz,3) <= SWIZZLE_W; in is_swizzle_regular()
277 const GLuint swz = GET_SWZ(inst->SrcReg[j].Swizzle, comp); in _mesa_remove_dead_code_global()
525 GET_SWZ(inst2->SrcReg[arg].Swizzle, comp); in _mesa_remove_extra_move_use()
526 const GLuint s = GET_SWZ(mov->SrcReg[0].Swizzle, inst2_swz); in _mesa_remove_extra_move_use()
652 const GLuint src_comp = GET_SWZ(mov->SrcReg[0].Swizzle, dst_comp); in _mesa_merge_mov_into_inst()
670 arg_comp = GET_SWZ(arg_swz, src_comp); in _mesa_merge_mov_into_inst()