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

  /external/mesa3d/src/mesa/swrast/
s_texrender.c 36 GLuint zOffset;
46 zOffset = 0;
49 zOffset = att->Zoffset;
55 srb->Buffer = swImage->ImageSlices[zOffset];
s_renderbuffer.c 567 const GLuint slice = fb->Attachment[buffer].Zoffset;
601 const GLuint slice = fb->Attachment[buffer].Zoffset;
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 482 assert(att->Zoffset == 0);
485 layer = att->Zoffset;
  /external/mesa3d/src/mesa/main/
fbobject.c 417 && att->Zoffset >= texImage->Height)
419 && att->Zoffset >= texImage->Depth))
513 att->Zoffset = layer;
806 if (att->Zoffset >= texImage->Depth) {
813 if (att->Zoffset >= texImage->Height) {
820 if (att->Zoffset >= texImage->Depth) {
827 if (att->Zoffset >= texImage->Depth) {
    [all...]
framebuffer.c 951 att->Zoffset, att->Complete);
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 207 blit.src.box.z = srcAtt->Zoffset + srcAtt->CubeMapFace;
st_cb_fbo.c 500 strb->rtt_slice = att->Zoffset;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.c 610 assert(att->Zoffset == 0);
613 layer = att->Zoffset;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 804 att->Zoffset;

Completed in 75 milliseconds