Searched defs:__DRIimageRec (Results 1 – 5 of 5) sorted by relevance
68 struct __DRIimageRec { struct69 struct brw_screen *screen;70 struct brw_bo *bo;71 uint32_t pitch; /**< in bytes */72 GLenum internal_format;73 uint32_t dri_format;74 GLuint format; /**< mesa_format or mesa_array_format */75 uint64_t modifier; /**< fb modifier (fourcc) */76 uint32_t offset;82 uint32_t strides[3];[all …]
127 struct __DRIimageRec { struct128 struct intel_region *region;129 GLenum internal_format;130 uint32_t dri_format;131 GLuint format;132 uint32_t offset;138 uint32_t strides[3];139 uint32_t offsets[3];140 struct intel_image_format *planar_format;143 GLuint width;[all …]
109 struct __DRIimageRec { struct110 struct pipe_resource *texture;111 unsigned level;112 unsigned layer;113 uint32_t dri_format;114 uint32_t dri_fourcc;115 uint32_t dri_components;116 unsigned use;117 unsigned plane;119 void *loader_private;[all …]
157 struct __DRIimageRec { struct158 struct radeon_bo *bo;159 GLenum internal_format;160 uint32_t dri_format;161 GLuint format;162 GLenum data_type;163 int width, height; /* in pixels */164 int pitch; /* in pixels */165 int cpp;166 void *data;