Searched refs:PROGRAM_INPUT (Results 1 – 14 of 14) sorted by relevance
96 newInst[i].SrcReg[1].File = PROGRAM_INPUT; in insert_mvp_dp4_code()164 newInst[0].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()176 newInst[i].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()191 newInst[3].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()322 inst->SrcReg[0].File = PROGRAM_INPUT; in _mesa_append_fog_code()347 inst->SrcReg[1].File = PROGRAM_INPUT; in _mesa_append_fog_code()608 if (inst->SrcReg[j].File == PROGRAM_INPUT && in _mesa_program_fragment_position_to_sysval()
55 case PROGRAM_INPUT: in _mesa_register_file_name()381 case PROGRAM_INPUT: in reg_string()
99 case PROGRAM_INPUT: in get_src_register_pointer()229 if (source->File == PROGRAM_INPUT && in fetch_vector4_deriv()300 inst->SrcReg[0].File == PROGRAM_INPUT && in fetch_texel()
753 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);768 set_src_reg(& $$, PROGRAM_INPUT, $1);
131 case PROGRAM_INPUT: { in ptn_get_src()
1498 PROGRAM_INPUT, in visit()
87 program_input.* and program_output.* cases test PROGRAM_INPUT and
142 case PROGRAM_INPUT: in src_register()298 if (SrcReg->File != PROGRAM_INPUT && in translate_src()
2448 PROGRAM_INPUT, in visit()2643 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && in visit()2647 is_2D = src.file == PROGRAM_INPUT && in visit()2651 is_2D = src.file == PROGRAM_INPUT; in visit()2662 src.file == PROGRAM_INPUT) in visit()5692 case PROGRAM_INPUT: in translate_src()
210 case PROGRAM_INPUT: in t_src_class()256 if(src->File == PROGRAM_INPUT){ in t_src_index()598 if (src[i].File == PROGRAM_INPUT) { in r200_translate_vertex_program()
1455 file = PROGRAM_INPUT; in create_src_register()1481 file = PROGRAM_INPUT; in create_src_register()
115 case PROGRAM_INPUT: in src_vector()
451 return make_ureg(PROGRAM_INPUT, input); in register_input()
2058 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator