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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs_state.c 51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) /
54 gs->thread0.kernel_start_pointer =
57 offsetof(struct brw_gs_unit_state, thread0),
59 (gs->thread0.grf_reg_count << 1)) >> 6;
brw_clip_state.c 48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) /
50 clip->thread0.kernel_start_pointer =
53 offsetof(struct brw_clip_unit_state, thread0),
55 (clip->thread0.grf_reg_count << 1)) >> 6;
brw_vs_state.c 51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1;
52 vs->thread0.kernel_start_pointer =
55 offsetof(struct brw_vs_unit_state, thread0),
57 (vs->thread0.grf_reg_count << 1)) >> 6;
brw_sf_state.c 155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
156 sf->thread0.kernel_start_pointer =
159 offsetof(struct brw_sf_unit_state, thread0),
161 (sf->thread0.grf_reg_count << 1)) >> 6;
brw_wm_state.c 95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks;
98 wm->thread0.kernel_start_pointer =
101 offsetof(struct brw_wm_unit_state, thread0),
103 (wm->thread0.grf_reg_count << 1)) >> 6;
brw_structs.h 98 struct thread0 struct
148 struct thread0 thread0; member in struct:brw_clip_unit_state
403 struct thread0 thread0; member in struct:brw_sf_unit_state
470 struct thread0 thread0; member in struct:brw_gs_unit_state
514 struct thread0 thread0; member in struct:brw_vs_unit_state
549 struct thread0 thread0 member in struct:brw_wm_unit_state
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) /
54 gs->thread0.kernel_start_pointer =
57 offsetof(struct brw_gs_unit_state, thread0),
59 (gs->thread0.grf_reg_count << 1)) >> 6;
brw_clip_state.c 48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) /
50 clip->thread0.kernel_start_pointer =
53 offsetof(struct brw_clip_unit_state, thread0),
55 (clip->thread0.grf_reg_count << 1)) >> 6;
brw_vs_state.c 51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1;
52 vs->thread0.kernel_start_pointer =
55 offsetof(struct brw_vs_unit_state, thread0),
57 (vs->thread0.grf_reg_count << 1)) >> 6;
brw_sf_state.c 155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
156 sf->thread0.kernel_start_pointer =
159 offsetof(struct brw_sf_unit_state, thread0),
161 (sf->thread0.grf_reg_count << 1)) >> 6;
brw_wm_state.c 95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks;
98 wm->thread0.kernel_start_pointer =
101 offsetof(struct brw_wm_unit_state, thread0),
103 (wm->thread0.grf_reg_count << 1)) >> 6;
brw_structs.h 98 struct thread0 struct
148 struct thread0 thread0; member in struct:brw_clip_unit_state
403 struct thread0 thread0; member in struct:brw_sf_unit_state
470 struct thread0 thread0; member in struct:brw_gs_unit_state
514 struct thread0 thread0; member in struct:brw_vs_unit_state
549 struct thread0 thread0 member in struct:brw_wm_unit_state
    [all...]
  /external/strace/test/
childthread.c 25 pthread_t thread0; local
36 i = pthread_create(&thread0, NULL, start0, NULL);
leaderkill.c 31 pthread_t thread0; local
45 i = pthread_create(&thread0, NULL, start0, NULL);
  /external/lldb/test/benchmarks/disassembly/
TestDoAttachThenDisassembly.py 2 inferior and traverses the stack for thread0 to arrive at frame with function
47 # Set thread0 as the selected thread, followed by the 'MainLoop' frame
49 thread0 = process.GetThreadAtIndex(0)
50 process.SetSelectedThread(thread0)
53 for f in thread0:
57 thread0.SetSelectedFrame(i)

Completed in 717 milliseconds