Searched refs:brw_get_image_dims (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_validate.c | 125 brw_get_image_dims(&firstImage->base.Base, &width, &height, &depth); in brw_finalize_mipmap_tree()
|
D | brw_mipmap_tree.h | 463 brw_get_image_dims(struct gl_texture_image *image,
|
D | brw_tex.c | 149 brw_get_image_dims(first_image, &width, &height, &depth); in brw_alloc_texture_storage()
|
D | brw_fbo.c | 969 brw_get_image_dims(rb->TexImage, &width, &height, &depth); in brw_renderbuffer_move_to_temp()
|
D | brw_tex_image.c | 63 brw_get_image_dims(&brw_image->base.Base, &width, &height, &depth); in brw_miptree_create_for_teximage()
|
D | brw_mipmap_tree.c | 1043 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()
|