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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 102 wm->wm5.enable_8_pix = prog_data->dispatch_8;
103 wm->wm5.enable_16_pix = prog_data->dispatch_16;
170 wm->wm5.program_uses_depth = prog_data->uses_src_depth;
171 wm->wm5.program_computes_depth = (fp->info.outputs_written &
178 wm->wm5.program_computes_depth = 0;
181 wm->wm5.program_uses_killpixel =
184 wm->wm5.max_threads = devinfo->max_wm_threads - 1;
188 wm->wm5.program_uses_killpixel ||
189 wm->wm5.program_computes_depth) {
190 wm->wm5.thread_dispatch_enable = 1
    [all...]
brw_state_dump.c 198 batch_out(brw, name, offset, 5, "wm5: %s%s%s%s%s%s, %d threads\n",
199 wm->wm5.enable_8_pix ? "8pix" : "",
200 wm->wm5.enable_16_pix ? "16pix" : "",
201 wm->wm5.program_uses_depth ? ", uses depth" : "",
202 wm->wm5.program_computes_depth ? ", computes depth" : "",
203 wm->wm5.program_uses_killpixel ? ", kills" : "",
204 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch",
205 wm->wm5.max_threads + 1);
brw_structs.h 564 } wm5; member in struct:brw_wm_unit_state

Completed in 48 milliseconds