Searched refs:MaxNativeInstructions (Results 1 – 8 of 8) sorted by relevance
236 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = (I915_MAX_ALU_INSN + in i915CreateContext()
297 ctx->Const.Program[MESA_SHADER_VERTEX].MaxNativeInstructions = R200_VSF_MAX_INST; in r200CreateContext()
681 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()
198 pc->MaxNativeInstructions = in st_init_limits()359 if (pc->MaxNativeInstructions && in st_init_limits()
703 prog->MaxNativeInstructions = prog->MaxInstructions; in init_program_native_limits()
896 *params = limits->MaxNativeInstructions; in get_program_iv()
413 prog->MaxNativeInstructions = 0; in init_program_limits()
3728 GLuint MaxNativeInstructions; member