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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c162 rrb->map_buffer = malloc(w * h * 4);
166 untiled_s8z24_map = rrb->map_buffer;
180 *out_map = rrb->map_buffer;
200 rrb->map_buffer = malloc(w * h * 2);
205 untiled_z16_map = rrb->map_buffer;
219 *out_map = rrb->map_buffer;
351 if (!rrb->map_buffer)
355 uint32_t *untiled_s8z24_map = rrb->map_buffer;
374 free(rrb->map_buffer);
375 rrb->map_buffer
[all...]
H A Dradeon_common_context.h93 void *map_buffer; member in struct:radeon_renderbuffer
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c162 rrb->map_buffer = malloc(w * h * 4);
166 untiled_s8z24_map = rrb->map_buffer;
180 *out_map = rrb->map_buffer;
200 rrb->map_buffer = malloc(w * h * 2);
205 untiled_z16_map = rrb->map_buffer;
219 *out_map = rrb->map_buffer;
351 if (!rrb->map_buffer)
355 uint32_t *untiled_s8z24_map = rrb->map_buffer;
374 free(rrb->map_buffer);
375 rrb->map_buffer
[all...]
H A Dradeon_common_context.h93 void *map_buffer; member in struct:radeon_renderbuffer

Completed in 7 milliseconds