Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs_state.c51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()
54 gs->thread0.kernel_start_pointer = in brw_upload_gs_unit()
57 offsetof(struct brw_gs_unit_state, thread0), in brw_upload_gs_unit()
59 (gs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_gs_unit()
Dbrw_clip_state.c48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()
50 clip->thread0.kernel_start_pointer = in brw_upload_clip_unit()
53 offsetof(struct brw_clip_unit_state, thread0), in brw_upload_clip_unit()
55 (clip->thread0.grf_reg_count << 1)) >> 6; in brw_upload_clip_unit()
Dbrw_vs_state.c51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1; in brw_upload_vs_unit()
52 vs->thread0.kernel_start_pointer = in brw_upload_vs_unit()
55 offsetof(struct brw_vs_unit_state, thread0), in brw_upload_vs_unit()
57 (vs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_vs_unit()
Dbrw_wm_state.c95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks; in brw_upload_wm_unit()
98 wm->thread0.kernel_start_pointer = in brw_upload_wm_unit()
101 offsetof(struct brw_wm_unit_state, thread0), in brw_upload_wm_unit()
103 (wm->thread0.grf_reg_count << 1)) >> 6; in brw_upload_wm_unit()
Dbrw_sf_state.c155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()
156 sf->thread0.kernel_start_pointer = in upload_sf_unit()
159 offsetof(struct brw_sf_unit_state, thread0), in upload_sf_unit()
161 (sf->thread0.grf_reg_count << 1)) >> 6; in upload_sf_unit()
Dbrw_structs.h98 struct thread0 struct
148 struct thread0 thread0; member
403 struct thread0 thread0; member
470 struct thread0 thread0; member
514 struct thread0 thread0; member
549 struct thread0 thread0; member
/external/fio/t/jobs/
Dt0002-13af05ae-pre16 [thread0]
Dt0002-13af05ae-post17 [thread0]
/external/opencv3/samples/gpu/
Dstereo_multi.cpp249 Thread thread0(launchGpuStereoAlg, &launchDatas[0]); in compute() local
252 thread0.wait(); in compute()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local
495 dump.Add(&thread0); in TEST()