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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 31 #include "main/teximage.h"
55 struct gl_texture_image *texImage)
58 _mesa_delete_texture_image(ctx, texImage);
67 struct gl_texture_image *texImage)
69 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
70 GLuint bytes = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
71 texImage->Height, texImage->Depth);
80 swImg->RowStride = texImage->Width
    [all...]
s_texfetch_tmp.h 77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
80 const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1);
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
94 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
107 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4);
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
125 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 4);
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
142 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 31 #include "main/teximage.h"
55 struct gl_texture_image *texImage)
58 _mesa_delete_texture_image(ctx, texImage);
67 struct gl_texture_image *texImage)
69 struct swrast_texture_image *swImg = swrast_texture_image(texImage);
70 GLuint bytes = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
71 texImage->Height, texImage->Depth);
80 swImg->RowStride = texImage->Width
    [all...]
s_texfetch_tmp.h 77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
80 const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1);
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
94 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
107 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4);
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
125 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 4);
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
142 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc.h 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,
texgetimage.c 46 #include "teximage.h"
77 struct gl_texture_image *texImage)
79 const GLint width = texImage->Width;
80 const GLint height = texImage->Height;
81 const GLint depth = texImage->Depth;
95 ctx->Driver.MapTextureImage(ctx, texImage, img,
105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
109 ctx->Driver.UnmapTextureImage(ctx, texImage, img);
127 struct gl_texture_image *texImage)
129 const GLint width = texImage->Width
    [all...]
texcompress_fxt1.h 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_s3tc.h 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_rgtc.c 295 _mesa_fetch_texel_red_rgtc1(const struct swrast_texture_image *texImage,
299 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
300 unsigned_fetch_texel_rgtc(texImage->RowStride,
301 texImage->Map + sliceOffset,
310 _mesa_fetch_texel_signed_red_rgtc1(const struct swrast_texture_image *texImage,
314 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
315 signed_fetch_texel_rgtc(texImage->RowStride,
316 (GLbyte *)(texImage->Map) + sliceOffset,
325 _mesa_fetch_texel_rg_rgtc2(const struct swrast_texture_image *texImage,
329 GLint sliceOffset = k ? texImage->ImageOffsets[k] : 0
    [all...]
texcompress_etc.c 54 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
61 src = (const GLubyte *) texImage->Map +
62 (((texImage->RowStride + 3) / 4) * (j / 4) + (i / 4)) * 8;
texcompress_s3tc.c 371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage,
376 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
377 fetch_ext_rgb_dxt1(texImage->RowStride,
378 texImage->Map + sliceOffset, i, j, texel);
386 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
391 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
400 fetch_texel_2d_rgba_dxt1(const struct swrast_texture_image *texImage,
405 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
406 fetch_ext_rgba_dxt1(texImage->RowStride,
407 texImage->Map + sliceOffset, i, j, texel)
    [all...]
texcompress_etc.h 38 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
texgetimage.h 39 struct gl_texture_image *texImage);
44 struct gl_texture_image *texImage,
  /external/mesa3d/src/mesa/main/
texcompress_rgtc.h 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,
texgetimage.c 46 #include "teximage.h"
77 struct gl_texture_image *texImage)
79 const GLint width = texImage->Width;
80 const GLint height = texImage->Height;
81 const GLint depth = texImage->Depth;
95 ctx->Driver.MapTextureImage(ctx, texImage, img,
105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
109 ctx->Driver.UnmapTextureImage(ctx, texImage, img);
127 struct gl_texture_image *texImage)
129 const GLint width = texImage->Width
    [all...]
texcompress_fxt1.h 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_s3tc.h 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_rgtc.c 295 _mesa_fetch_texel_red_rgtc1(const struct swrast_texture_image *texImage,
299 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
300 unsigned_fetch_texel_rgtc(texImage->RowStride,
301 texImage->Map + sliceOffset,
310 _mesa_fetch_texel_signed_red_rgtc1(const struct swrast_texture_image *texImage,
314 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
315 signed_fetch_texel_rgtc(texImage->RowStride,
316 (GLbyte *)(texImage->Map) + sliceOffset,
325 _mesa_fetch_texel_rg_rgtc2(const struct swrast_texture_image *texImage,
329 GLint sliceOffset = k ? texImage->ImageOffsets[k] : 0
    [all...]
texcompress_etc.c 54 _mesa_fetch_texel_2d_f_etc1_rgb8(const struct swrast_texture_image *texImage,
61 src = (const GLubyte *) texImage->Map +
62 (((texImage->RowStride + 3) / 4) * (j / 4) + (i / 4)) * 8;
texcompress_s3tc.c 371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage,
376 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
377 fetch_ext_rgb_dxt1(texImage->RowStride,
378 texImage->Map + sliceOffset, i, j, texel);
386 _mesa_fetch_texel_rgb_dxt1(const struct swrast_texture_image *texImage,
391 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
400 fetch_texel_2d_rgba_dxt1(const struct swrast_texture_image *texImage,
405 GLint sliceOffset = k ? texImage->ImageOffsets[k] / 2 : 0;
406 fetch_ext_rgba_dxt1(texImage->RowStride,
407 texImage->Map + sliceOffset, i, j, texel)
    [all...]
texcompress_etc.h 38 _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_subimage.c 45 struct gl_texture_image *texImage,
52 struct intel_texture_image *intelImage = intel_texture_image(texImage);
70 if (texImage->TexObject->Target != GL_TEXTURE_2D)
84 _mesa_lookup_enum_by_nr(texImage->TexObject->Target),
85 texImage->Level, xoffset, yoffset, width, height);
113 intel_miptree_get_image_offset(intelImage->mt, texImage->Level,
119 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
120 texImage->TexFormat,
154 struct gl_texture_image *texImage,
162 if (dims != 2 || !intel_blit_texsubimage(ctx, texImage,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 45 struct gl_texture_image *texImage,
52 struct intel_texture_image *intelImage = intel_texture_image(texImage);
70 if (texImage->TexObject->Target != GL_TEXTURE_2D)
84 _mesa_lookup_enum_by_nr(texImage->TexObject->Target),
85 texImage->Level, xoffset, yoffset, width, height);
113 intel_miptree_get_image_offset(intelImage->mt, texImage->Level,
119 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
120 texImage->TexFormat,
154 struct gl_texture_image *texImage,
162 if (dims != 2 || !intel_blit_texsubimage(ctx, texImage,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 41 #include "main/teximage.h"
53 struct gl_texture_image *texImage);
57 struct gl_texture_image *texImage);
215 struct gl_texture_image *texImage,
223 radeon_texture_image *image = get_radeon_texture_image(texImage);
225 GLuint texel_size = _mesa_get_format_bytes(texImage->TexFormat);
226 GLuint width = texImage->Width;
227 GLuint height = texImage->Height;
232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
248 *stride = get_texture_image_row_stride(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->Target)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 41 #include "main/teximage.h"
53 struct gl_texture_image *texImage);
57 struct gl_texture_image *texImage);
215 struct gl_texture_image *texImage,
223 radeon_texture_image *image = get_radeon_texture_image(texImage);
225 GLuint texel_size = _mesa_get_format_bytes(texImage->TexFormat);
226 GLuint width = texImage->Width;
227 GLuint height = texImage->Height;
232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
248 *stride = get_texture_image_row_stride(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->Target)
    [all...]

Completed in 544 milliseconds

1 2 3 4