Searched refs:sidx (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1290 static int rgz_hwc_subregion_blit(blit_hregion_t *hregion, int sidx, rgz_out_params_t *params) argument
1297 int ldepth = get_layer_ops(hregion, sidx, &lix);
1302 OUTE("hregion %p subregion %d doesn't have any ops", hregion, sidx);
1315 dirtylix = get_layer_ops_next(hregion, sidx, dirtylix);
1325 rgz_out_clrdst(params, &hregion->blitrects[lix][sidx]);
1332 lix = get_layer_ops_next(hregion, sidx, lix);
1343 rgz_out_clrdst(params, &hregion->blitrects[lix][sidx]);
1346 lix = get_layer_ops_next(hregion, sidx, lix);
1352 blit_rect_t *rect = &hregion->blitrects[lix][sidx];
1356 lix = get_layer_ops_next(hregion, sidx, li
[all...]

Completed in 82 milliseconds