HomeSort by: relevance | last modified time | path
    Searched refs:pipe_mask (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_blit.c 317 iris_resource_for_aspect(struct pipe_resource *p_res, unsigned pipe_mask)
319 if (pipe_mask == PIPE_MASK_S) {
329 pipe_format_for_aspect(enum pipe_format format, unsigned pipe_mask)
331 if (pipe_mask == PIPE_MASK_S) {
333 } else if (pipe_mask == PIPE_MASK_Z) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dvo.c 463 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));
i830_crt.c 548 i830_output->pipe_mask = (1 << 0);
550 i830_output->pipe_mask = ((1 << 0) | (1 << 1));
i830_hdmi.c 356 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
i830.h 254 int pipe_mask; member in struct:_I830OutputPrivateRec
i830_lvds.c 1472 intel_output->pipe_mask = (1 << 1);
i830_tv.c 1993 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
i830_driver.c 694 if (intel_output->pipe_mask & (1 << intel_crtc->pipe))
i830_sdvo.c 2302 intel_output->pipe_mask = ((1 << 0) | (1 << 1));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blit.c 346 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)
360 if (pipe_mask == PIPE_MASK_S) {
362 } else if (pipe_mask == PIPE_MASK_Z) {

Completed in 15 milliseconds