Searched refs:MaxNativeInstructions (Results 1 – 8 of 8) sorted by relevance
234 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = (I915_MAX_ALU_INSN + in i915CreateContext()
296 ctx->Const.Program[MESA_SHADER_VERTEX].MaxNativeInstructions = R200_VSF_MAX_INST; in r200CreateContext()
638 ctx->Const.Program[MESA_SHADER_VERTEX].MaxNativeInstructions = 16 * 1024; in brw_initialize_context_constants()653 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = 1024; in brw_initialize_context_constants()
703 prog->MaxNativeInstructions = prog->MaxInstructions; in init_program_native_limits()
198 pc->MaxNativeInstructions = in st_init_limits()315 if (pc->MaxNativeInstructions && in st_init_limits()
894 *params = limits->MaxNativeInstructions; in get_program_iv()
500 prog->MaxNativeInstructions = 0; in init_program_limits()
3652 GLuint MaxNativeInstructions; member