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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.h 53 static inline struct radeon_renderbuffer *radeon_get_renderbuffer(struct gl_framebuffer *fb, int att_index)
57 __func__, (void *) fb, att_index);
59 if (att_index >= 0)
60 return radeon_renderbuffer(fb->Attachment[att_index].Renderbuffer);
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 609 int att_index = do_depth ? BUFFER_DEPTH : readFb->_ColorReadBufferIndex; local
611 &readFb->Attachment[att_index];
    [all...]

Completed in 301 milliseconds