HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_add_state_reference (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/program/
prog_parameter.h 165 _mesa_add_state_reference(struct gl_program_parameter_list *paramList,
prog_parameter_layout.c 199 _mesa_add_state_reference(layout, p->StateIndexes);
programopt.c 69 mvpRef[i] = _mesa_add_state_reference(vprog->Base.Parameters,
138 mvpRef[i] = _mesa_add_state_reference(vprog->Base.Parameters,
288 = _mesa_add_state_reference(fprog->Base.Parameters, fogPStateOpt);
291 = _mesa_add_state_reference(fprog->Base.Parameters, fogColorState);
prog_parameter.c 396 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, function
ir_to_mesa.cpp 726 int index = _mesa_add_state_reference(this->prog->Parameters,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 181 scale_p = _mesa_add_state_reference(params, scale_state);
182 bias_p = _mesa_add_state_reference(params, bias_state);
st_mesa_to_tgsi.c 793 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters,
    [all...]
st_glsl_to_tgsi.cpp 1072 int index = _mesa_add_state_reference(this->prog->Parameters,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 189 _mesa_add_state_reference(prog->Parameters,
brw_wm_fp.c 521 idx = _mesa_add_state_reference( paramList, tokens );
brw_fs.cpp 576 int index = _mesa_add_state_reference(this->fp->Base.Parameters,
893 * To be called after the last _mesa_add_state_reference() call, to
    [all...]
brw_fs_visitor.cpp     [all...]
brw_vec4_visitor.cpp 570 int index = _mesa_add_state_reference(this->vp->Base.Parameters,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 471 vp->fogpidx = _mesa_add_state_reference(paramList, tokens);
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 431 idx = _mesa_add_state_reference( p->program->Base.Parameters, tokens );
    [all...]

Completed in 2947 milliseconds