HomeSort by relevance Sort by last modified time
    Searched refs:per_thread_scratch_space (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_state.c 88 vs->thread2.per_thread_scratch_space =
92 vs->thread2.per_thread_scratch_space = 0;
178 vs->thread2.per_thread_scratch_space,
brw_wm_state.c 138 wm->thread2.per_thread_scratch_space =
142 wm->thread2.per_thread_scratch_space = 0;
230 wm->thread2.per_thread_scratch_space,
brw_structs.h 99 unsigned per_thread_scratch_space:4; member in struct:thread2
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader.c 41 uint8_t per_thread_scratch_space; member in struct:vertex_ff
132 ff->per_thread_scratch_space = (per_thread_scratch_size > 1024) ?
134 ff->per_thread_scratch_size = 1 << (10 + ff->per_thread_scratch_space);
219 dw3 = ff.per_thread_scratch_space <<
311 dw4 = ff.per_thread_scratch_space <<
405 dw3 = ff.per_thread_scratch_space <<
533 dw3 = ff.per_thread_scratch_space <<
614 dw3 = ff.per_thread_scratch_space <<
ilo_state_shader_ps.c 37 uint8_t per_thread_scratch_space; member in struct:pixel_ff
391 ff->per_thread_scratch_space = (info->per_thread_scratch_size > 1024) ?
393 ff->per_thread_scratch_size = 1 << (10 + ff->per_thread_scratch_space);
436 dw3 = ff->per_thread_scratch_space <<
535 dw3 = ff->per_thread_scratch_space <<
600 dw4 = ff->per_thread_scratch_space <<

Completed in 328 milliseconds