Searched defs:__DRIimageRec (Results 1 – 5 of 5) sorted by relevance
68 struct __DRIimageRec { struct69 struct intel_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 …]
100 struct __DRIimageRec { struct101 struct pipe_resource *texture;102 unsigned level;103 unsigned layer;104 uint32_t dri_format;105 uint32_t dri_fourcc;106 uint32_t dri_components;107 unsigned use;108 unsigned plane;110 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;