Searched refs:num_slices (Results 1 – 3 of 3) sorted by relevance
88 alloc_layout_array(unsigned num_slices, unsigned width, unsigned height) in alloc_layout_array() argument93 assert(num_slices * tx * ty > 0); in alloc_layout_array()97 CALLOC(num_slices * tx * ty, sizeof(enum lp_texture_layout)); in alloc_layout_array()155 unsigned num_slices; in llvmpipe_texture_layout() local158 num_slices = 6; in llvmpipe_texture_layout()160 num_slices = depth; in llvmpipe_texture_layout()162 num_slices = 1; in llvmpipe_texture_layout()164 lpr->num_slices_faces[level] = num_slices; in llvmpipe_texture_layout()166 lpr->layout[level] = alloc_layout_array(num_slices, width, height); in llvmpipe_texture_layout()
135 unsigned num_slices; member
222 picture->num_slices = picture_info->slice_count; in vlVdpDecoderRenderMpeg12()