Home
last modified time | relevance | path

Searched refs:cso_restore_sampler_views (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h198 cso_restore_sampler_views(struct cso_context *cso, unsigned shader_stage);
Dcso_context.c1184 cso_restore_sampler_views(struct cso_context *ctx, unsigned shader_stage) in cso_restore_sampler_views() function
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c649 cso_restore_sampler_views(renderer->cso, PIPE_SHADER_FRAGMENT); in renderer_copy_end()
720 cso_restore_sampler_views(renderer->cso, PIPE_SHADER_FRAGMENT); in renderer_drawtex_end()
954 cso_restore_sampler_views(renderer->cso, PIPE_SHADER_FRAGMENT); in renderer_filter_end()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c791 cso_restore_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT); in util_blit_pixels()
938 cso_restore_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT); in util_blit_pixels_tex()
Du_gen_mipmap.c1710 cso_restore_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT); in util_gen_mipmap()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c543 cso_restore_sampler_views(cso, PIPE_SHADER_FRAGMENT); in draw_bitmap_quad()
Dst_cb_drawpixels.c810 cso_restore_sampler_views(cso, PIPE_SHADER_FRAGMENT); in draw_textured_quad()