Home | History | Annotate | Download | only in src

Lines Matching refs:drmsurfalloc

4355 	drm_radeon_surface_alloc_t drmsurfalloc;
4381 drmsurfalloc.size = bufferSize;
4382 drmsurfalloc.address = info->dri->frontOffset;
4383 drmsurfalloc.flags = swap_pattern;
4387 drmsurfalloc.flags |= (width_bytes / 8) | color_pattern;
4389 drmsurfalloc.flags |= (width_bytes / 16) | color_pattern;
4392 &drmsurfalloc, sizeof(drmsurfalloc));
4398 drmsurfalloc.address = info->dri->backOffset;
4400 &drmsurfalloc, sizeof(drmsurfalloc));
4428 drm_radeon_surface_alloc_t drmsurfalloc;
4429 drmsurfalloc.size = depthBufferSize;
4430 drmsurfalloc.address = info->dri->depthOffset;
4432 drmsurfalloc.flags = swap_pattern | (depth_width_bytes / 8) | depth_pattern;
4434 drmsurfalloc.flags = swap_pattern | (depth_width_bytes / 16) | depth_pattern;
4436 &drmsurfalloc, sizeof(drmsurfalloc));