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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c94 if (!st->pixel_xfer.pixelmap_texture) {
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
96 st->pixel_xfer.pixelmap_sampler_view =
98 st->pixel_xfer.pixelmap_texture);
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
H A Dst_context.h236 } pixel_xfer; member in struct:st_context
H A Dst_context.c989 pipe_sampler_view_reference(&st->pixel_xfer.pixelmap_sampler_view, NULL);
990 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL);
H A Dst_cb_drawpixels.c1340 st->pixel_xfer.pixelmap_sampler_view);
1700 st->pixel_xfer.pixelmap_sampler_view);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c94 if (!st->pixel_xfer.pixelmap_texture) {
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
96 st->pixel_xfer.pixelmap_sampler_view =
98 st->pixel_xfer.pixelmap_texture);
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
H A Dst_context.h279 } pixel_xfer; member in struct:st_context
H A Dst_context.c1171 pipe_sampler_view_reference(&st->pixel_xfer.pixelmap_sampler_view, NULL);
1172 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL);
H A Dst_cb_drawpixels.c1386 st->pixel_xfer.pixelmap_sampler_view);
1776 st->pixel_xfer.pixelmap_sampler_view);

Completed in 14 milliseconds