Searched refs:pipe_mask (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c317 iris_resource_for_aspect(struct pipe_resource *p_res, unsigned pipe_mask) argument
319 if (pipe_mask == PIPE_MASK_S) {
329 pipe_format_for_aspect(enum pipe_format format, unsigned pipe_mask) argument
331 if (pipe_mask == PIPE_MASK_S) {
333 } else if (pipe_mask == PIPE_MASK_Z) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_dvo.c463 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
470 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
476 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
H A Di830_crt.c548 i830_output->pipe_mask = (1 << 0);
550 i830_output->pipe_mask = ((1 << 0) | (1 << 1));
H A Di830_hdmi.c356 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
H A Di830.h254 int pipe_mask; member in struct:_I830OutputPrivateRec
H A Di830_lvds.c1472 intel_output->pipe_mask = (1 << 1);
H A Di830_tv.c1993 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
H A Di830_driver.c694 if (intel_output->pipe_mask & (1 << intel_crtc->pipe))
H A Di830_sdvo.c2302 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c346 struct pipe_resource *p_res, unsigned pipe_mask)
348 if (pipe_mask == PIPE_MASK_S) {
358 pipe_format_for_aspect(enum pipe_format format, unsigned pipe_mask) argument
360 if (pipe_mask == PIPE_MASK_S) {
362 } else if (pipe_mask == PIPE_MASK_Z) {
345 crocus_resource_for_aspect(const struct intel_device_info * devinfo,struct pipe_resource * p_res,unsigned pipe_mask) argument

Completed in 20 milliseconds