Home | History | Annotate | Download | only in i965

Lines Matching refs:VertexProgram

234    ctx->Const.VertexProgram.MaxNativeInstructions = (16 * 1024);
235 ctx->Const.VertexProgram.MaxAluInstructions = 0;
236 ctx->Const.VertexProgram.MaxTexInstructions = 0;
237 ctx->Const.VertexProgram.MaxTexIndirections = 0;
238 ctx->Const.VertexProgram.MaxNativeAluInstructions = 0;
239 ctx->Const.VertexProgram.MaxNativeTexInstructions = 0;
240 ctx->Const.VertexProgram.MaxNativeTexIndirections = 0;
241 ctx->Const.VertexProgram.MaxNativeAttribs = 16;
242 ctx->Const.VertexProgram.MaxNativeTemps = 256;
243 ctx->Const.VertexProgram.MaxNativeAddressRegs = 1;
244 ctx->Const.VertexProgram.MaxNativeParameters = 1024;
245 ctx->Const.VertexProgram.MaxEnvParams =
246 MIN2(ctx->Const.VertexProgram.MaxNativeParameters,
247 ctx->Const.VertexProgram.MaxEnvParams);
382 ctx->VertexProgram._MaintainTnlProgram = true;