Home
last modified time | relevance | path

Searched defs:__DRIimageRec (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_image.h67 struct __DRIimageRec { struct
68 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 …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_regions.h127 struct __DRIimageRec { struct
128 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 …]
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_screen.h99 struct __DRIimageRec { struct
100 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 …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h105 struct __DRIimageRec { struct
106 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;
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h105 struct __DRIimageRec { struct
106 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;