Home
last modified time | relevance | path

Searched refs:MaxNativeInstructions (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c234 ctx->Const.VertexProgram.MaxNativeInstructions = (16 * 1024); in brwCreateContext()
249 ctx->Const.FragmentProgram.MaxNativeInstructions = (16 * 1024); in brwCreateContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c242 ctx->Const.FragmentProgram.MaxNativeInstructions = (I915_MAX_ALU_INSN + in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c344 ctx->Const.VertexProgram.MaxNativeInstructions = R200_VSF_MAX_INST; in r200CreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c184 …pc->MaxNativeInstructions = screen->get_shader_param(screen, sh, PIPE_SHADER_CAP_MAX_INSTRUCTIO… in st_init_limits()
/external/mesa3d/src/mesa/main/
Darbprogram.c743 *params = limits->MaxNativeInstructions; in _mesa_GetProgramivARB()
Dcontext.c516 prog->MaxNativeInstructions = 0; in init_program_limits()
Dmtypes.h2757 GLuint MaxNativeInstructions; member
/external/mesa3d/src/mesa/swrast/
Ds_context.c708 prog->MaxNativeInstructions = prog->MaxInstructions; in init_program_native_limits()