| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_obj.h | 58 * intel_texture_image is a subclass of swrast_texture_image because we 63 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_obj.h | 58 * intel_texture_image is a subclass of swrast_texture_image because we 63 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_tex_obj.h | 70 * intel_texture_image is a subclass of swrast_texture_image because we 75 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_tex_obj.h | 71 * brw_texture_image is a subclass of swrast_texture_image because we 76 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texture.c | 39 * Allocate a new swrast_texture_image (a subclass of gl_texture_image). 46 return (struct gl_texture_image *) CALLOC_STRUCT(swrast_texture_image); 51 * Free a swrast_texture_image (a subclass of gl_texture_image). 90 struct swrast_texture_image *swImg = swrast_texture_image(texImage); 120 * initialize the fields of swrast_texture_image without allocating the image 128 struct swrast_texture_image *swImg = swrast_texture_image(texImage); 166 struct swrast_texture_image *swImage = swrast_texture_image(texImag [all...] |
| H A D | s_context.h | 114 struct swrast_texture_image; 120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage, 130 struct swrast_texture_image struct 169 static inline struct swrast_texture_image * 170 swrast_texture_image(struct gl_texture_image *img) function in typeref:struct:swrast_texture_image * 172 return (struct swrast_texture_image *) img; 176 static inline const struct swrast_texture_image * 179 return (const struct swrast_texture_image *) img;
|
| H A D | s_texrender.c | 34 struct swrast_texture_image *swImage; 40 swImage = swrast_texture_image(rb->TexImage);
|
| H A D | s_texfetch.c | 69 fetch_compressed(const struct swrast_texture_image *swImage, 92 static void fetch_null_texelf( const struct swrast_texture_image *texImage, 480 struct swrast_texture_image *texImage, GLuint dims) 539 swrast_texture_image(texObj->Image[face][i]),
|
| H A D | s_texfetch_tmp.h | 74 FETCH(x) (const struct swrast_texture_image *texImage, \ 83 FETCH(x) (const struct swrast_texture_image *texImage, \
|
| H A D | s_texfilter.c | 166 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 295 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 855 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 880 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1122 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1156 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1221 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1387 const struct swrast_texture_image *swImg = swrast_texture_image_const(image); 1421 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1466 const struct swrast_texture_image *swIm [all...] |
| H A D | s_fragprog.c | 121 const struct swrast_texture_image *swImg =
|
| H A D | s_triangle.c | 132 const struct swrast_texture_image *swImg = \ 190 const struct swrast_texture_image *swImg = \ 547 const struct swrast_texture_image *swImg = \ 816 const struct swrast_texture_image *swImg = \ 1052 const struct swrast_texture_image *swImg;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texture.c | 41 * Allocate a new swrast_texture_image (a subclass of gl_texture_image). 48 return (struct gl_texture_image *) CALLOC_STRUCT(swrast_texture_image); 53 * Free a swrast_texture_image (a subclass of gl_texture_image). 92 struct swrast_texture_image *swImg = swrast_texture_image(texImage); 122 * initialize the fields of swrast_texture_image without allocating the image 130 struct swrast_texture_image *swImg = swrast_texture_image(texImage); 168 struct swrast_texture_image *swImage = swrast_texture_image(texImag [all...] |
| H A D | s_context.h | 115 struct swrast_texture_image; 121 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage, 131 struct swrast_texture_image struct 170 static inline struct swrast_texture_image * 171 swrast_texture_image(struct gl_texture_image *img) function in typeref:struct:swrast_texture_image * 173 return (struct swrast_texture_image *) img; 177 static inline const struct swrast_texture_image * 180 return (const struct swrast_texture_image *) img;
|
| H A D | s_texrender.c | 34 struct swrast_texture_image *swImage; 40 swImage = swrast_texture_image(rb->TexImage);
|
| H A D | s_texfetch.c | 69 fetch_compressed(const struct swrast_texture_image *swImage, 92 static void fetch_null_texelf( const struct swrast_texture_image *texImage, 311 struct swrast_texture_image *texImage, GLuint dims) 363 swrast_texture_image(texObj->Image[face][i]),
|
| H A D | s_texfetch_tmp.h | 74 FETCH(x) (const struct swrast_texture_image *texImage, \ 83 FETCH(x) (const struct swrast_texture_image *texImage, \
|
| H A D | s_texfilter.c | 166 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 295 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 855 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 880 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1122 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1156 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1221 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1387 const struct swrast_texture_image *swImg = swrast_texture_image_const(image); 1421 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); 1466 const struct swrast_texture_image *swIm [all...] |
| H A D | s_fragprog.c | 121 const struct swrast_texture_image *swImg =
|
| H A D | s_triangle.c | 132 const struct swrast_texture_image *swImg = \ 190 const struct swrast_texture_image *swImg = \ 547 const struct swrast_texture_image *swImg = \ 816 const struct swrast_texture_image *swImg = \ 1052 const struct swrast_texture_image *swImg;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_texture.h | 33 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_texture.h | 33 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.1.2.rst | 98 - swrast: allocate swrast_texture_image::ImageSlices array if needed
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common_context.h | 153 * This is a subclass of swrast_texture_image since we use swrast 157 struct swrast_texture_image base;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common_context.h | 153 * This is a subclass of swrast_texture_image since we use swrast 157 struct swrast_texture_image base;
|