Searched refs:thread0 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_gs_state.c | 51 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()
|
D | brw_clip_state.c | 48 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()
|
D | brw_vs_state.c | 51 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()
|
D | brw_wm_state.c | 95 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()
|
D | brw_sf_state.c | 155 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()
|
D | brw_structs.h | 98 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/ |
D | t0002-13af05ae-pre | 16 [thread0]
|
D | t0002-13af05ae-post | 17 [thread0]
|
/external/opencv3/samples/gpu/ |
D | stereo_multi.cpp | 249 Thread thread0(launchGpuStereoAlg, &launchDatas[0]); in compute() local 252 thread0.wait(); in compute()
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local 495 dump.Add(&thread0); in TEST()
|