Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:num_slices

88 alloc_layout_array(unsigned num_slices, unsigned width, unsigned height)
93 assert(num_slices * tx * ty > 0);
97 CALLOC(num_slices * tx * ty, sizeof(enum lp_texture_layout));
155 unsigned num_slices;
158 num_slices = 6;
160 num_slices = depth;
162 num_slices = 1;
164 lpr->num_slices_faces[level] = num_slices;
166 lpr->layout[level] = alloc_layout_array(num_slices, width, height);