Home
last modified time | relevance | path

Searched refs:pixel_xfer (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c94 if (!st->pixel_xfer.pixelmap_texture) { in st_update_pixel_transfer()
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx); in st_update_pixel_transfer()
96 st->pixel_xfer.pixelmap_sampler_view = in st_update_pixel_transfer()
98 st->pixel_xfer.pixelmap_texture); in st_update_pixel_transfer()
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture); in st_update_pixel_transfer()
Dst_context.h276 } pixel_xfer; member
Dst_context.c980 pipe_sampler_view_reference(&st->pixel_xfer.pixelmap_sampler_view, NULL); in st_destroy_context()
981 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL); in st_destroy_context()
Dst_cb_drawpixels.c1349 st->pixel_xfer.pixelmap_sampler_view); in st_DrawPixels()
1734 st->pixel_xfer.pixelmap_sampler_view); in st_CopyPixels()