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.c428 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
430 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
433 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
529 per_thread_size * thread_count, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
Dbrw_context.h1372 unsigned per_thread_size);