Lines Matching refs:Zoffset
456 && att->Zoffset >= texImage->Height) in driver_RenderTexture_is_safe()
458 && att->Zoffset >= texImage->Depth)) in driver_RenderTexture_is_safe()
554 att->Zoffset = layer; in set_texture_attachment()
945 if (att->Zoffset >= texImage->Depth) { in test_attachment_completeness()
952 if (att->Zoffset >= texImage->Height) { in test_attachment_completeness()
959 if (att->Zoffset >= texImage->Depth) { in test_attachment_completeness()
966 if (att->Zoffset >= texImage->Depth) { in test_attachment_completeness()
3475 dst_att->Zoffset = src_att->Zoffset; in reuse_framebuffer_texture_attachment()
3827 layer == fb->Attachment[BUFFER_STENCIL].Zoffset) { in _mesa_framebuffer_texture()
3841 layer == fb->Attachment[BUFFER_DEPTH].Zoffset) { in _mesa_framebuffer_texture()
4612 *params = att->Zoffset; in get_framebuffer_attachment_parameter()