Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c4206 uint32_t per_thread_scratch_value; local
4212 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 11;
4217 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 12;
4222 per_thread_scratch_value = stage_state->per_thread_scratch / 1024 - 1;
4225 vfe.PerThreadScratchSpace = per_thread_scratch_value;