/external/mesa3d/src/mesa/program/ |
D | nvvertparse.c | 666 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 …]
|
D | programopt.c | 97 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()
|
D | prog_print.c | 59 case PROGRAM_INPUT: in _mesa_register_file_name() 370 case PROGRAM_INPUT: in reg_string() 416 case PROGRAM_INPUT: in reg_string()
|
D | program.c | 776 progB_colorFile = PROGRAM_INPUT; in _mesa_combine_programs() 968 case PROGRAM_INPUT: in _mesa_valid_register_index()
|
D | prog_parameter.c | 355 i = _mesa_add_parameter(paramList, PROGRAM_INPUT, name, in _mesa_add_attribute()
|
D | nvfragparse.c | 1011 srcReg->File = PROGRAM_INPUT; in Parse_VectorSrc() 1138 srcReg->File = PROGRAM_INPUT; in Parse_ScalarSrcReg()
|
D | prog_execute.c | 124 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()
|
D | program_parse.y | 806 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding); 821 set_src_reg(& $$, PROGRAM_INPUT, $1);
|
D | ir_to_mesa.cpp | 1543 PROGRAM_INPUT, in visit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs_constval.c | 54 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()
|
D | brw_wm_pass0.c | 175 case PROGRAM_INPUT: in pass0_get_reg() 392 pass0_set_fpreg_value(c, PROGRAM_INPUT, FRAG_ATTRIB_WPOS, 2, in pass0_init_payload()
|
D | brw_program.c | 197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) { in brwProgramStringNotify()
|
D | brw_wm_fp.c | 370 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()
|
D | brw_vs_emit.c | 316 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/ |
D | st_cb_drawpixels.c | 91 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()
|
D | st_atom_pixeltransfer.c | 165 inst[ic].SrcReg[0].File = PROGRAM_INPUT; in get_pixel_transfer_program()
|
D | st_mesa_to_tgsi.c | 231 case PROGRAM_INPUT: in src_register() 367 if (SrcReg->File != PROGRAM_INPUT && in translate_src()
|
D | st_glsl_to_tgsi.cpp | 1963 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()
|
D | st_cb_bitmap.c | 143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT; in make_bitmap_fragment_program()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 87 program_input.* and program_output.* cases test PROGRAM_INPUT and
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 212 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/ |
D | i915_fragprog.c | 98 case PROGRAM_INPUT: in src_vector()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 452 return make_ureg(PROGRAM_INPUT, input); in register_input()
|
D | mtypes.h | 1859 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator
|