Home
last modified time | relevance | path

Searched refs:pixelmap_texture (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c94 if (!st->pixel_xfer.pixelmap_texture) { in update_pixel_transfer()
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx); in update_pixel_transfer()
98 st->pixel_xfer.pixelmap_texture); in update_pixel_transfer()
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture); in update_pixel_transfer()
Dst_context.h173 struct pipe_resource *pixelmap_texture; member
Dst_context.c604 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL); in st_destroy_context()