| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 130 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 D | s_fragprog.c | 120 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 D | s_triangle.c | 130 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 D | s_fragprog.c | 120 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 D | radeon_mipmap_tree.c | 360 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 D | radeon_mipmap_tree.c | 361 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 D | debug.c | 365 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 D | fbobject.c | 1065 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 D | debug.c | 364 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 D | fbobject.c | 1191 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...] |