Searched refs:brw_get_image_dims (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_tex_validate.c | 125 brw_get_image_dims(&firstImage->base.Base, &width, &height, &depth);
|
| H A D | brw_mipmap_tree.h | 463 brw_get_image_dims(struct gl_texture_image *image,
|
| H A D | brw_tex.c | 149 brw_get_image_dims(first_image, &width, &height, &depth);
|
| H A D | brw_fbo.c | 969 brw_get_image_dims(rb->TexImage, &width, &height, &depth);
|
| H A D | brw_tex_image.c | 63 brw_get_image_dims(&brw_image->base.Base, &width, &height, &depth);
|
| H A D | brw_mipmap_tree.c | 1043 brw_get_image_dims(struct gl_texture_image *image, function in typeref:typename:void 1105 brw_get_image_dims(image, &width, &height, &depth);
|
Completed in 17 milliseconds