Home
last modified time | relevance | path

Searched refs:per_thread_size (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c358 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
360 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
363 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
442 per_thread_size * thread_count, 4096); in brw_alloc_stage_scratch()
Dbrw_context.h1431 unsigned per_thread_size);