Searched refs:MaxNativeInstructions (Results 1 – 8 of 8) sorted by relevance
234 ctx->Const.VertexProgram.MaxNativeInstructions = (16 * 1024); in brwCreateContext()249 ctx->Const.FragmentProgram.MaxNativeInstructions = (16 * 1024); in brwCreateContext()
242 ctx->Const.FragmentProgram.MaxNativeInstructions = (I915_MAX_ALU_INSN + in i915CreateContext()
344 ctx->Const.VertexProgram.MaxNativeInstructions = R200_VSF_MAX_INST; in r200CreateContext()
184 …pc->MaxNativeInstructions = screen->get_shader_param(screen, sh, PIPE_SHADER_CAP_MAX_INSTRUCTIO… in st_init_limits()
743 *params = limits->MaxNativeInstructions; in _mesa_GetProgramivARB()
516 prog->MaxNativeInstructions = 0; in init_program_limits()
2757 GLuint MaxNativeInstructions; member
708 prog->MaxNativeInstructions = prog->MaxInstructions; in init_program_native_limits()