Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dnvvertparse.c666 srcReg->File = PROGRAM_INPUT; in Parse_SwizzleSrcReg()
760 srcReg->File = PROGRAM_INPUT; in Parse_ScalarSrcReg()
869 if (inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_BiOpInstruction()
870 inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_BiOpInstruction()
930 if ((inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
931 inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
933 (inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
934 inst->SrcReg[2].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
936 (inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
937 inst->SrcReg[2].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
[all …]
Dprogramopt.c97 newInst[i].SrcReg[1].File = PROGRAM_INPUT; in _mesa_insert_mvp_dp4_code()
166 newInst[0].SrcReg[0].File = PROGRAM_INPUT; in _mesa_insert_mvp_mad_code()
178 newInst[i].SrcReg[0].File = PROGRAM_INPUT; in _mesa_insert_mvp_mad_code()
193 newInst[3].SrcReg[0].File = PROGRAM_INPUT; in _mesa_insert_mvp_mad_code()
325 inst->SrcReg[0].File = PROGRAM_INPUT; in _mesa_append_fog_code()
350 inst->SrcReg[1].File = PROGRAM_INPUT; in _mesa_append_fog_code()
620 inst[0].SrcReg[0].File = PROGRAM_INPUT; in _mesa_nop_fragment_program()
664 inst[0].SrcReg[0].File = PROGRAM_INPUT; in _mesa_nop_vertex_program()
Dprog_print.c59 case PROGRAM_INPUT: in _mesa_register_file_name()
370 case PROGRAM_INPUT: in reg_string()
416 case PROGRAM_INPUT: in reg_string()
Dprogram.c776 progB_colorFile = PROGRAM_INPUT; in _mesa_combine_programs()
968 case PROGRAM_INPUT: in _mesa_valid_register_index()
Dprog_parameter.c355 i = _mesa_add_parameter(paramList, PROGRAM_INPUT, name, in _mesa_add_attribute()
Dnvfragparse.c1011 srcReg->File = PROGRAM_INPUT; in Parse_VectorSrc()
1138 srcReg->File = PROGRAM_INPUT; in Parse_ScalarSrcReg()
Dprog_execute.c124 case PROGRAM_INPUT: in get_src_register_pointer()
308 if (source->File == PROGRAM_INPUT && in fetch_vector4_deriv()
398 inst->SrcReg[0].File == PROGRAM_INPUT && in fetch_texel()
Dprogram_parse.y806 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
821 set_src_reg(& $$, PROGRAM_INPUT, $1);
Dir_to_mesa.cpp1543 PROGRAM_INPUT, in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_constval.c54 case PROGRAM_INPUT: in set_active_component()
87 case PROGRAM_INPUT: in get_active_component()
219 set_active_component(&t, PROGRAM_INPUT, i, in calc_wm_input_sizes()
Dbrw_wm_pass0.c175 case PROGRAM_INPUT: in pass0_get_reg()
392 pass0_set_fpreg_value(c, PROGRAM_INPUT, FRAG_ATTRIB_WPOS, 2, in pass0_init_payload()
Dbrw_program.c197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) { in brwProgramStringNotify()
Dbrw_wm_fp.c370 struct prog_dst_register dst = dst_reg(PROGRAM_INPUT, idx); in emit_interp()
908 else if (src.File == PROGRAM_INPUT && in projtex()
1018 if (inst->SrcReg[i].File == PROGRAM_INPUT) { in validate_src_regs()
Dbrw_vs_emit.c316 c->regs[PROGRAM_INPUT][i] = brw_vec8_grf(reg, 0); in brw_vs_alloc_regs()
1136 case PROGRAM_INPUT: in get_reg()
1301 case PROGRAM_INPUT: in get_src_reg()
1529 get_reg(c, PROGRAM_INPUT, VERT_ATTRIB_EDGEFLAG)); in emit_vertex_write()
1817 struct brw_reg reg = c->regs[PROGRAM_INPUT][i]; in brw_vs_rescale_gl_fixed()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c91 inst[0].SrcReg[0].File == PROGRAM_INPUT && in is_passthrough_program()
237 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT; in st_make_drawpix_z_stencil_program()
246 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT; in st_make_drawpix_z_stencil_program()
257 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT; in st_make_drawpix_z_stencil_program()
Dst_atom_pixeltransfer.c165 inst[ic].SrcReg[0].File = PROGRAM_INPUT; in get_pixel_transfer_program()
Dst_mesa_to_tgsi.c231 case PROGRAM_INPUT: in src_register()
367 if (SrcReg->File != PROGRAM_INPUT && in translate_src()
Dst_glsl_to_tgsi.cpp1963 PROGRAM_INPUT, in visit()
3709 coord = st_src_reg(PROGRAM_INPUT, FRAG_ATTRIB_TEX0, glsl_type::vec2_type); in get_pixel_transfer_visitor()
3781 if (src_regs[i].file == PROGRAM_INPUT && in get_pixel_transfer_visitor()
3787 else if (src_regs[i].file == PROGRAM_INPUT) in get_pixel_transfer_visitor()
3837 coord = st_src_reg(PROGRAM_INPUT, FRAG_ATTRIB_TEX0, glsl_type::vec2_type); in get_bitmap_visitor()
3866 if (src_regs[i].file == PROGRAM_INPUT) in get_bitmap_visitor()
4077 case PROGRAM_INPUT: in src_register()
4171 if (src_reg->file != PROGRAM_INPUT && in translate_src()
Dst_cb_bitmap.c143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT; in make_bitmap_fragment_program()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt87 program_input.* and program_output.* cases test PROGRAM_INPUT and
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c212 case PROGRAM_INPUT: in t_src_class()
262 if(src->File == PROGRAM_INPUT){ in t_src_index()
613 if (src[i].File == PROGRAM_INPUT) { in r200_translate_vertex_program()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c98 case PROGRAM_INPUT: in src_vector()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c452 return make_ureg(PROGRAM_INPUT, input); in register_input()
Dmtypes.h1859 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator