Searched refs:level_offsets (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | texture9.c | 52 unsigned *level_offsets; local in function:NineTexture9_ctor 154 level_offsets = alloca(sizeof(unsigned) * (info->last_level + 1)); 155 (void) nine_format_get_size_and_offsets(pf, level_offsets, 164 level_offsets = alloca(sizeof(unsigned) * (info->last_level + 1)); 166 nine_format_get_size_and_offsets(pf, level_offsets, 200 level_offsets[l] : NULL;
|
| H A D | cubetexture9.c | 46 unsigned *level_offsets = NULL; local in function:NineCubeTexture9_ctor 111 level_offsets = alloca(sizeof(unsigned) * (info->last_level + 1)); 112 face_size = nine_format_get_size_and_offsets(pf, level_offsets, 149 level_offsets[l] : NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | texture9.c | 53 unsigned *level_offsets = NULL; local in function:NineTexture9_ctor 162 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); 163 (void) nine_format_get_size_and_offsets(pf, level_offsets, 167 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); 169 nine_format_get_size_and_offsets(pf, level_offsets, 198 nine_suballocate(pParams->device->allocator, user_buffer, level_offsets[l]) : NULL;
|
| H A D | cubetexture9.c | 47 unsigned *level_offsets = NULL; local in function:NineCubeTexture9_ctor 120 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); 121 face_size = nine_format_get_size_and_offsets(pf, level_offsets, 152 nine_suballocate(pParams->device->allocator, This->managed_buffer, offset + level_offsets[l]) : NULL;
|
Completed in 8 milliseconds