Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dtexture9.c53 unsigned *level_offsets = NULL; in NineTexture9_ctor() local
162 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); in NineTexture9_ctor()
163 (void) nine_format_get_size_and_offsets(pf, level_offsets, in NineTexture9_ctor()
167 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); in NineTexture9_ctor()
169 nine_format_get_size_and_offsets(pf, level_offsets, in NineTexture9_ctor()
198 nine_suballocate(pParams->device->allocator, user_buffer, level_offsets[l]) : NULL; in NineTexture9_ctor()
Dcubetexture9.c47 unsigned *level_offsets = NULL; in NineCubeTexture9_ctor() local
120 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); in NineCubeTexture9_ctor()
121 face_size = nine_format_get_size_and_offsets(pf, level_offsets, in NineCubeTexture9_ctor()
152 …ne_suballocate(pParams->device->allocator, This->managed_buffer, offset + level_offsets[l]) : NULL; in NineCubeTexture9_ctor()