Searched refs:texImg (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c130 const struct gl_texture_image *texImg = \
133 swrast_texture_image_const(texImg); \
134 const GLfloat twidth = (GLfloat) texImg->Width; \
135 const GLfloat theight = (GLfloat) texImg->Height; \
136 const GLint twidth_log2 = texImg->WidthLog2; \
138 const GLint smask = texImg->Width - 1; \
139 const GLint tmask = texImg->Height - 1; \
140 assert(texImg->TexFormat == MESA_FORMAT_BGR_UNORM8); \
188 const struct gl_texture_image *texImg = \
191 swrast_texture_image_const(texImg); \
1051 const struct gl_texture_image *texImg; local in function:_swrast_choose_triangle
[all...]
H A Ds_fragprog.c120 const struct gl_texture_image *texImg = _mesa_base_tex_image(texObj); local in function:fetch_texel_deriv
122 swrast_texture_image_const(texImg);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c130 const struct gl_texture_image *texImg = \
133 swrast_texture_image_const(texImg); \
134 const GLfloat twidth = (GLfloat) texImg->Width; \
135 const GLfloat theight = (GLfloat) texImg->Height; \
136 const GLint twidth_log2 = texImg->WidthLog2; \
138 const GLint smask = texImg->Width - 1; \
139 const GLint tmask = texImg->Height - 1; \
140 assert(texImg->TexFormat == MESA_FORMAT_BGR_UNORM8); \
188 const struct gl_texture_image *texImg = \
191 swrast_texture_image_const(texImg); \
1051 const struct gl_texture_image *texImg; local in function:_swrast_choose_triangle
[all...]
H A Ds_fragprog.c120 const struct gl_texture_image *texImg = _mesa_base_tex_image(texObj); local in function:fetch_texel_deriv
122 swrast_texture_image_const(texImg);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c360 struct gl_texture_image *texImg = texObj->Image[0][texObj->BaseLevel]; local in function:radeon_try_alloc_miptree
364 if (!texImg) {
371 numLevels = MIN2(texObj->MaxLevel - texObj->BaseLevel + 1, texImg->MaxNumLevels);
374 texImg->TexFormat, texObj->BaseLevel,
375 numLevels, texImg->Width, texImg->Height,
376 texImg->Depth, t->tile_bits);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c361 struct gl_texture_image *texImg = texObj->Image[0][texObj->Attrib.BaseLevel]; local in function:radeon_try_alloc_miptree
365 if (!texImg) {
372 numLevels = MIN2(texObj->Attrib.MaxLevel - texObj->Attrib.BaseLevel + 1, texImg->MaxNumLevels);
375 texImg->TexFormat, texObj->Attrib.BaseLevel,
376 numLevels, texImg->Width, texImg->Height,
377 texImg->Depth, t->tile_bits);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug.c365 struct gl_texture_image *texImg = texObj->Image[j][i]; local in function:dump_texture
366 if (texImg) {
369 texImg->Width, texImg->Height, texImg->Depth,
370 _mesa_get_format_name(texImg->TexFormat));
H A Dfbobject.c1065 const struct gl_texture_image *texImg = att->Renderbuffer->TexImage; local in function:_mesa_test_framebuffer_completeness
1067 minWidth = MIN2(minWidth, texImg->Width);
1068 maxWidth = MAX2(maxWidth, texImg->Width);
1069 minHeight = MIN2(minHeight, texImg->Height);
1070 maxHeight = MAX2(maxHeight, texImg->Height);
1071 f = texImg->_BaseFormat;
1073 attFormat = texImg->TexFormat;
1077 texImg->InternalFormat) &&
1086 fixedSampleLocations = texImg->FixedSampleLocations;
1087 else if (fixedSampleLocations != texImg
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug.c364 struct gl_texture_image *texImg = texObj->Image[j][i]; local in function:dump_texture
365 if (texImg) {
368 texImg->Width, texImg->Height, texImg->Depth,
369 _mesa_get_format_name(texImg->TexFormat));
H A Dfbobject.c1191 const struct gl_texture_image *texImg = att->Renderbuffer->TexImage; local in function:_mesa_test_framebuffer_completeness
1193 minWidth = MIN2(minWidth, texImg->Width);
1194 maxWidth = MAX2(maxWidth, texImg->Width);
1195 minHeight = MIN2(minHeight, texImg->Height);
1196 maxHeight = MAX2(maxHeight, texImg->Height);
1197 f = texImg->_BaseFormat;
1199 attFormat = texImg->TexFormat;
1203 texImg->InternalFormat) &&
1212 fixedSampleLocations = texImg->FixedSampleLocations;
1213 else if (fixedSampleLocations != texImg
[all...]

Completed in 13 milliseconds