HomeSort by relevance Sort by last modified time
    Searched refs:VertexProgram (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 62 const struct gl_vertex_program *vertProg = ctx->VertexProgram._Current;
94 raster->light_twoside = ctx->VertexProgram._TwoSideEnabled;
201 else if (ctx->VertexProgram.PointSizeEnabled) {
203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled ||
168 ctx->VertexProgram.Current->IsPositionInvariant)) {
234 if (ctx->VertexProgram._Current->IsNVProgram) {
263 machine->Samplers = ctx->VertexProgram._Current->Base.SamplerUnits;
316 struct gl_vertex_program *program = ctx->VertexProgram._Current;
437 if (ctx->VertexProgram.PointSizeEnabled &&
558 if (ctx->VertexProgram._Current) {
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_vb_texmat.c 63 if (!ctx->Texture._TexMatEnabled || ctx->VertexProgram._Current)
t_context.c 66 if (ctx->VertexProgram._MaintainTnlProgram) {
128 const struct gl_vertex_program *vp = ctx->VertexProgram._Current;
173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
t_vb_normals.c 96 if (ctx->VertexProgram._Current ||
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled ||
168 ctx->VertexProgram.Current->IsPositionInvariant)) {
234 if (ctx->VertexProgram._Current->IsNVProgram) {
263 machine->Samplers = ctx->VertexProgram._Current->Base.SamplerUnits;
316 struct gl_vertex_program *program = ctx->VertexProgram._Current;
437 if (ctx->VertexProgram.PointSizeEnabled &&
558 if (ctx->VertexProgram._Current) {
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_vb_texmat.c 63 if (!ctx->Texture._TexMatEnabled || ctx->VertexProgram._Current)
t_context.c 66 if (ctx->VertexProgram._MaintainTnlProgram) {
128 const struct gl_vertex_program *vp = ctx->VertexProgram._Current;
173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
t_vb_normals.c 96 if (ctx->VertexProgram._Current ||
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c 316 if (!ctx->VertexProgram._Current ||
317 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
319 } else if (ctx->VertexProgram._Current->IsNVProgram) {
context.c 602 init_program_limits(ctx, GL_VERTEX_PROGRAM_ARB, &ctx->Const.VertexProgram);
691 (8 * sizeof(ctx->VertexProgram._Current->Base.OutputsWritten)));
699 assert(ctx->Const.VertexProgram.MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS);
993 ctx->VertexProgram._MaintainTnlProgram
995 if (ctx->VertexProgram._MaintainTnlProgram) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c 183 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
184 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
306 if ((ctx->VertexProgram.Enabled && !ctx->VertexProgram._Enabled) ||
  /external/mesa3d/src/mesa/main/
arrayobj.c 316 if (!ctx->VertexProgram._Current ||
317 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
319 } else if (ctx->VertexProgram._Current->IsNVProgram) {
context.c 602 init_program_limits(ctx, GL_VERTEX_PROGRAM_ARB, &ctx->Const.VertexProgram);
691 (8 * sizeof(ctx->VertexProgram._Current->Base.OutputsWritten)));
699 assert(ctx->Const.VertexProgram.MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS);
993 ctx->VertexProgram._MaintainTnlProgram
995 if (ctx->VertexProgram._MaintainTnlProgram) {
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 183 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
184 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
306 if ((ctx->VertexProgram.Enabled && !ctx->VertexProgram._Enabled) ||
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.c 344 ctx->Const.VertexProgram.MaxNativeInstructions = R200_VSF_MAX_INST;
345 ctx->Const.VertexProgram.MaxNativeAttribs = 12;
346 ctx->Const.VertexProgram.MaxNativeTemps = R200_VSF_MAX_TEMPS;
347 ctx->Const.VertexProgram.MaxNativeParameters = R200_VSF_MAX_PARAM;
348 ctx->Const.VertexProgram.MaxNativeAddressRegs = 1;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 344 ctx->Const.VertexProgram.MaxNativeInstructions = R200_VSF_MAX_INST;
345 ctx->Const.VertexProgram.MaxNativeAttribs = 12;
346 ctx->Const.VertexProgram.MaxNativeTemps = R200_VSF_MAX_TEMPS;
347 ctx->Const.VertexProgram.MaxNativeParameters = R200_VSF_MAX_PARAM;
348 ctx->Const.VertexProgram.MaxNativeAddressRegs = 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sf_state.c 238 if (!(ctx->VertexProgram.PointSizeEnabled ||
309 ctx->VertexProgram._TwoSideEnabled,
gen7_sf_state.c 107 ctx->VertexProgram._TwoSideEnabled,
274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated))
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sf_state.c 238 if (!(ctx->VertexProgram.PointSizeEnabled ||
309 ctx->VertexProgram._TwoSideEnabled,
gen7_sf_state.c 107 ctx->VertexProgram._TwoSideEnabled,
274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated))
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))

Completed in 574 milliseconds

12 3 4 5 6