Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_state.c79 vs->thread2.per_thread_scratch_space = in brw_upload_vs_unit()
83 vs->thread2.per_thread_scratch_space = 0; in brw_upload_vs_unit()
162 vs->thread2.per_thread_scratch_space, in brw_upload_vs_unit()
Dbrw_wm_state.c121 wm->thread2.per_thread_scratch_space = in brw_upload_wm_unit()
125 wm->thread2.per_thread_scratch_space = 0; in brw_upload_wm_unit()
231 wm->thread2.per_thread_scratch_space, in brw_upload_wm_unit()
Dbrw_structs.h125 GLuint per_thread_scratch_space:4; member