Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c229 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = (I915_MAX_ALU_INSN + in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c300 ctx->Const.Program[MESA_SHADER_VERTEX].MaxNativeInstructions = R200_VSF_MAX_INST; in r200CreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c200 pc->MaxNativeInstructions = in st_init_limits()
294 if (pc->MaxNativeInstructions && in st_init_limits()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c681 ctx->Const.Program[MESA_SHADER_VERTEX].MaxNativeInstructions = 16 * 1024; in brw_initialize_context_constants()
696 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = 1024; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/main/
Darbprogram.c689 *params = limits->MaxNativeInstructions; in _mesa_GetProgramivARB()
Dcontext.c498 prog->MaxNativeInstructions = 0; in init_program_limits()
Dmtypes.h3346 GLuint MaxNativeInstructions; member
/external/mesa3d/src/mesa/swrast/
Ds_context.c706 prog->MaxNativeInstructions = prog->MaxInstructions; in init_program_native_limits()