Home
last modified time | relevance | path

Searched refs:brw_get_image_dims (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_validate.c125 brw_get_image_dims(&firstImage->base.Base, &width, &height, &depth); in brw_finalize_mipmap_tree()
Dbrw_mipmap_tree.h463 brw_get_image_dims(struct gl_texture_image *image,
Dbrw_tex.c149 brw_get_image_dims(first_image, &width, &height, &depth); in brw_alloc_texture_storage()
Dbrw_fbo.c969 brw_get_image_dims(rb->TexImage, &width, &height, &depth); in brw_renderbuffer_move_to_temp()
Dbrw_tex_image.c63 brw_get_image_dims(&brw_image->base.Base, &width, &height, &depth); in brw_miptree_create_for_teximage()
Dbrw_mipmap_tree.c1043 brw_get_image_dims(struct gl_texture_image *image, in brw_get_image_dims() function
1105 brw_get_image_dims(image, &width, &height, &depth); in brw_miptree_match_image()