Lines Matching refs:tex_image
62 struct gl_texture_image **tex_image, in prepare_target_err() argument
136 *tex_image = NULL; in prepare_target_err()
249 *tex_image = texObj->Image[z][level]; in prepare_target_err()
252 *tex_image = _mesa_select_tex_image(texObj, target, level); in prepare_target_err()
255 if (!*tex_image) { in prepare_target_err()
262 *format = (*tex_image)->TexFormat; in prepare_target_err()
263 *internalFormat = (*tex_image)->InternalFormat; in prepare_target_err()
264 *width = (*tex_image)->Width; in prepare_target_err()
265 *height = (*tex_image)->Height; in prepare_target_err()
266 *num_samples = (*tex_image)->NumSamples; in prepare_target_err()
305 const struct gl_texture_image *tex_image, in check_region_bounds() argument
331 surfWidth = tex_image->Width; in check_region_bounds()
351 surfHeight = tex_image->Height; in check_region_bounds()
374 surfDepth = tex_image->Height; in check_region_bounds()
377 surfDepth = tex_image->Depth; in check_region_bounds()