Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texture.c63 texture_slices(const struct gl_texture_image *texImage) in texture_slices() function
92 GLuint slices = texture_slices(texImage); in _swrast_alloc_texture_image_buffer()
151 swImg->ImageSlices = calloc(texture_slices(texImage), sizeof(void *)); in _swrast_init_texture_image()
191 assert(slice < texture_slices(texImage)); in check_map_teximage()
287 calloc(texture_slices(texImage), sizeof(void *)); in _swrast_map_texture()
292 slices = texture_slices(texImage); in _swrast_map_texture()
343 slices = texture_slices(texImage); in _swrast_unmap_texture()