Lines Matching defs:vrend_resource
52 struct vrend_resource { struct
53 struct pipe_resource base;
54 GLuint id;
55 GLenum target;
57 GLuint readback_fb_id;
58 GLuint readback_fb_level;
59 GLuint readback_fb_z;
61 GLuint tbo_tex_id;/* tbos have two ids to track */
62 bool y_0_top;
63 bool is_buffer;
65 GLuint handle;
67 char *ptr;
68 struct iovec *iov;
69 uint32_t num_iovs;
70 uint64_t mipmap_offsets[VR_MAX_TEXTURE_2D_LEVELS];