Searched refs:wm5 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_state.c | 102 wm->wm5.enable_8_pix = prog_data->dispatch_8; in brw_upload_wm_unit() 103 wm->wm5.enable_16_pix = prog_data->dispatch_16; in brw_upload_wm_unit() 170 wm->wm5.program_uses_depth = prog_data->uses_src_depth; in brw_upload_wm_unit() 171 wm->wm5.program_computes_depth = (fp->info.outputs_written & in brw_upload_wm_unit() 178 wm->wm5.program_computes_depth = 0; in brw_upload_wm_unit() 181 wm->wm5.program_uses_killpixel = in brw_upload_wm_unit() 184 wm->wm5.max_threads = devinfo->max_wm_threads - 1; in brw_upload_wm_unit() 188 wm->wm5.program_uses_killpixel || in brw_upload_wm_unit() 189 wm->wm5.program_computes_depth) { in brw_upload_wm_unit() 190 wm->wm5.thread_dispatch_enable = 1; in brw_upload_wm_unit() [all …]
|
D | brw_state_dump.c | 199 wm->wm5.enable_8_pix ? "8pix" : "", in dump_wm_state() 200 wm->wm5.enable_16_pix ? "16pix" : "", in dump_wm_state() 201 wm->wm5.program_uses_depth ? ", uses depth" : "", in dump_wm_state() 202 wm->wm5.program_computes_depth ? ", computes depth" : "", in dump_wm_state() 203 wm->wm5.program_uses_killpixel ? ", kills" : "", in dump_wm_state() 204 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch", in dump_wm_state() 205 wm->wm5.max_threads + 1); in dump_wm_state()
|
D | brw_structs.h | 564 } wm5; member
|