HomeSort by relevance Sort by last modified time
    Searched refs:swrast_texture_image (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.h 32 struct swrast_texture_image;
43 _mesa_fetch_texel_2d_f_rgba_fxt1(const struct swrast_texture_image *texImage,
47 _mesa_fetch_texel_2d_f_rgb_fxt1(const struct swrast_texture_image *texImage,
texcompress_rgtc.h 31 struct swrast_texture_image;
46 _mesa_fetch_texel_red_rgtc1(const struct swrast_texture_image *texImage,
50 _mesa_fetch_texel_signed_red_rgtc1(const struct swrast_texture_image *texImage,
54 _mesa_fetch_texel_rg_rgtc2(const struct swrast_texture_image *texImage,
58 _mesa_fetch_texel_signed_rg_rgtc2(const struct swrast_texture_image *texImage,
62 _mesa_fetch_texel_l_latc1(const struct swrast_texture_image *texImage,
66 _mesa_fetch_texel_signed_l_latc1(const struct swrast_texture_image *texImage,
70 _mesa_fetch_texel_la_latc2(const struct swrast_texture_image *texImage,
74 _mesa_fetch_texel_signed_la_latc2(const struct swrast_texture_image *texImage,
texcompress_etc.h 32 struct swrast_texture_image;
38 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
texcompress_s3tc.h 34 struct swrast_texture_image;
51 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
55 _mesa_fetch_texel_rgba_dxt1(const struct swrast_texture_image *texImage,
59 _mesa_fetch_texel_rgba_dxt3(const struct swrast_texture_image *texImage,
63 _mesa_fetch_texel_rgba_dxt5(const struct swrast_texture_image *texImage,
67 _mesa_fetch_texel_srgb_dxt1(const struct swrast_texture_image *texImage,
71 _mesa_fetch_texel_srgba_dxt1(const struct swrast_texture_image *texImage,
75 _mesa_fetch_texel_srgba_dxt3(const struct swrast_texture_image *texImage,
79 _mesa_fetch_texel_srgba_dxt5(const struct swrast_texture_image *texImage,
texcompress_s3tc.c 371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage,
386 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
400 fetch_texel_2d_rgba_dxt1(const struct swrast_texture_image *texImage,
415 _mesa_fetch_texel_rgba_dxt1(const struct swrast_texture_image *texImage,
429 fetch_texel_2d_rgba_dxt3(const struct swrast_texture_image *texImage,
444 _mesa_fetch_texel_rgba_dxt3(const struct swrast_texture_image *texImage,
458 fetch_texel_2d_rgba_dxt5(const struct swrast_texture_image *texImage,
473 _mesa_fetch_texel_rgba_dxt5(const struct swrast_texture_image *texImage,
487 _mesa_fetch_texel_srgb_dxt1(const struct swrast_texture_image *texImage,
500 _mesa_fetch_texel_srgba_dxt1(const struct swrast_texture_image *texImage
    [all...]
texcompress_etc.c 54 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
texcompress_rgtc.c 295 _mesa_fetch_texel_red_rgtc1(const struct swrast_texture_image *texImage,
310 _mesa_fetch_texel_signed_red_rgtc1(const struct swrast_texture_image *texImage,
325 _mesa_fetch_texel_rg_rgtc2(const struct swrast_texture_image *texImage,
343 _mesa_fetch_texel_signed_rg_rgtc2(const struct swrast_texture_image *texImage,
361 _mesa_fetch_texel_l_latc1(const struct swrast_texture_image *texImage,
376 _mesa_fetch_texel_signed_l_latc1(const struct swrast_texture_image *texImage,
391 _mesa_fetch_texel_la_latc2(const struct swrast_texture_image *texImage,
409 _mesa_fetch_texel_signed_la_latc2(const struct swrast_texture_image *texImage,
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.h 32 struct swrast_texture_image;
43 _mesa_fetch_texel_2d_f_rgba_fxt1(const struct swrast_texture_image *texImage,
47 _mesa_fetch_texel_2d_f_rgb_fxt1(const struct swrast_texture_image *texImage,
texcompress_rgtc.h 31 struct swrast_texture_image;
46 _mesa_fetch_texel_red_rgtc1(const struct swrast_texture_image *texImage,
50 _mesa_fetch_texel_signed_red_rgtc1(const struct swrast_texture_image *texImage,
54 _mesa_fetch_texel_rg_rgtc2(const struct swrast_texture_image *texImage,
58 _mesa_fetch_texel_signed_rg_rgtc2(const struct swrast_texture_image *texImage,
62 _mesa_fetch_texel_l_latc1(const struct swrast_texture_image *texImage,
66 _mesa_fetch_texel_signed_l_latc1(const struct swrast_texture_image *texImage,
70 _mesa_fetch_texel_la_latc2(const struct swrast_texture_image *texImage,
74 _mesa_fetch_texel_signed_la_latc2(const struct swrast_texture_image *texImage,
texcompress_etc.h 32 struct swrast_texture_image;
38 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
texcompress_s3tc.h 34 struct swrast_texture_image;
51 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
55 _mesa_fetch_texel_rgba_dxt1(const struct swrast_texture_image *texImage,
59 _mesa_fetch_texel_rgba_dxt3(const struct swrast_texture_image *texImage,
63 _mesa_fetch_texel_rgba_dxt5(const struct swrast_texture_image *texImage,
67 _mesa_fetch_texel_srgb_dxt1(const struct swrast_texture_image *texImage,
71 _mesa_fetch_texel_srgba_dxt1(const struct swrast_texture_image *texImage,
75 _mesa_fetch_texel_srgba_dxt3(const struct swrast_texture_image *texImage,
79 _mesa_fetch_texel_srgba_dxt5(const struct swrast_texture_image *texImage,
texcompress_s3tc.c 371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage,
386 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
400 fetch_texel_2d_rgba_dxt1(const struct swrast_texture_image *texImage,
415 _mesa_fetch_texel_rgba_dxt1(const struct swrast_texture_image *texImage,
429 fetch_texel_2d_rgba_dxt3(const struct swrast_texture_image *texImage,
444 _mesa_fetch_texel_rgba_dxt3(const struct swrast_texture_image *texImage,
458 fetch_texel_2d_rgba_dxt5(const struct swrast_texture_image *texImage,
473 _mesa_fetch_texel_rgba_dxt5(const struct swrast_texture_image *texImage,
487 _mesa_fetch_texel_srgb_dxt1(const struct swrast_texture_image *texImage,
500 _mesa_fetch_texel_srgba_dxt1(const struct swrast_texture_image *texImage
    [all...]
texcompress_etc.c 54 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_obj.h 56 * intel_texture_image is a subclass of swrast_texture_image because we
61 struct swrast_texture_image base;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_obj.h 56 * intel_texture_image is a subclass of swrast_texture_image because we
61 struct swrast_texture_image base;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 38 * Allocate a new swrast_texture_image (a subclass of gl_texture_image).
45 return (struct gl_texture_image *) CALLOC_STRUCT(swrast_texture_image);
50 * Free a swrast_texture_image (a subclass of gl_texture_image).
69 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
102 * initialize the fields of swrast_texture_image without allocating the image
110 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
141 struct swrast_texture_image *swImage = swrast_texture_image(texImage)
    [all...]
s_texfetch_tmp.h 77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage,
175 static void FETCH(f_alpha_f32)( const struct swrast_texture_image *texImage,
193 static void FETCH(f_alpha_f16)( const struct swrast_texture_image *texImage,
211 static void FETCH(f_luminance_f32)( const struct swrast_texture_image *texImage,
229 static void FETCH(f_luminance_f16)( const struct swrast_texture_image *texImage
    [all...]
s_context.h 114 struct swrast_texture_image;
120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,
130 struct swrast_texture_image struct
153 static inline struct swrast_texture_image *
154 swrast_texture_image(struct gl_texture_image *img) function
156 return (struct swrast_texture_image *) img;
160 static inline const struct swrast_texture_image *
163 return (const struct swrast_texture_image *) img;
s_texrender.c 66 struct swrast_texture_image *swImage;
72 swImage = swrast_texture_image(_mesa_get_attachment_teximage(att));
  /external/mesa3d/src/mesa/swrast/
s_texture.c 38 * Allocate a new swrast_texture_image (a subclass of gl_texture_image).
45 return (struct gl_texture_image *) CALLOC_STRUCT(swrast_texture_image);
50 * Free a swrast_texture_image (a subclass of gl_texture_image).
69 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
102 * initialize the fields of swrast_texture_image without allocating the image
110 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
141 struct swrast_texture_image *swImage = swrast_texture_image(texImage)
    [all...]
s_texfetch_tmp.h 77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage,
175 static void FETCH(f_alpha_f32)( const struct swrast_texture_image *texImage,
193 static void FETCH(f_alpha_f16)( const struct swrast_texture_image *texImage,
211 static void FETCH(f_luminance_f32)( const struct swrast_texture_image *texImage,
229 static void FETCH(f_luminance_f16)( const struct swrast_texture_image *texImage
    [all...]
s_context.h 114 struct swrast_texture_image;
120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,
130 struct swrast_texture_image struct
153 static inline struct swrast_texture_image *
154 swrast_texture_image(struct gl_texture_image *img) function
156 return (struct swrast_texture_image *) img;
160 static inline const struct swrast_texture_image *
163 return (const struct swrast_texture_image *) img;
s_texrender.c 66 struct swrast_texture_image *swImage;
72 swImage = swrast_texture_image(_mesa_get_attachment_teximage(att));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 33 struct swrast_texture_image base;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 33 struct swrast_texture_image base;

Completed in 438 milliseconds

1 2