Searched defs:__DRIimageRec (Results 1 – 5 of 5) sorted by relevance
67 struct __DRIimageRec { struct68 struct intel_screen *screen;69 struct brw_bo *bo;70 uint32_t pitch; /**< in bytes */71 GLenum internal_format;72 uint32_t dri_format;73 GLuint format; /**< mesa_format or mesa_array_format */74 uint64_t modifier; /**< fb modifier (fourcc) */75 uint32_t offset;81 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 …]
99 struct __DRIimageRec { struct100 struct pipe_resource *texture;101 unsigned level;102 unsigned layer;103 uint32_t dri_format;104 uint32_t dri_components;105 unsigned use;107 void *loader_private;112 enum __DRIYUVColorSpace yuv_color_space;113 enum __DRISampleRange sample_range;[all …]
105 struct __DRIimageRec { struct106 struct radeon_bo *bo;107 GLenum internal_format;108 uint32_t dri_format;109 GLuint format;110 GLenum data_type;111 int width, height; /* in pixels */112 int pitch; /* in pixels */113 int cpp;114 void *data;