Home | History | Annotate | Download | only in src

Lines Matching refs:Slices

800     psPicParams->NumSlices = ctx->sRCParams.Slices;
1116 int slices = ctx->obj_context->slice_count;
1119 //ctx->Slices = ctx->obj_context->slice_count;
1130 SliceHeight = ctx->Height / slices;
1135 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1168 MaxSlicesPerPipe = (slices + ctx->ParallelCores - 1) / ctx->ParallelCores;
1187 SliceHeight = ctx->Height / slices;
1192 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1195 MaxSlicesPerPipe = (slices + ctx->ParallelCores - 1) / ctx->ParallelCores;
1204 /* Check whether there are integeral number of BUs in the slices */
1878 /* We want multiple ones of these so we can submit multiple slices without having to wait for the next */