Searched refs:wm5 (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_wm_state.c | 152 wm->wm5.program_uses_depth = (fp->Base.InputsRead & 154 wm->wm5.program_computes_depth = (fp->Base.OutputsWritten & 161 wm->wm5.program_computes_depth = 0; 164 wm->wm5.program_uses_killpixel = fp->UsesKill || ctx->Color.AlphaEnabled; 177 wm->wm5.enable_8_pix = 1; 179 wm->wm5.enable_16_pix = 1; 182 if (!wm->wm5.enable_8_pix) 183 wm->wm5.enable_16_pix = 1; 185 wm->wm5.max_threads = brw->max_wm_threads - 1; 189 wm->wm5 [all...] |
H A D | brw_state_dump.c | 160 batch_out(brw, name, offset, 5, "wm5: %s%s%s%s%s%s, %d threads\n", 161 wm->wm5.enable_8_pix ? "8pix" : "", 162 wm->wm5.enable_16_pix ? "16pix" : "", 163 wm->wm5.program_uses_depth ? ", uses depth" : "", 164 wm->wm5.program_computes_depth ? ", computes depth" : "", 165 wm->wm5.program_uses_killpixel ? ", kills" : "", 166 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch", 167 wm->wm5.max_threads + 1);
|
H A D | brw_structs.h | 590 } wm5; member in struct:brw_wm_unit_state
|
Completed in 262 milliseconds