Home
last modified time | relevance | path

Searched refs:sampler_rect (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h231 struct blit_shader sampler_rect; member
Dmeta.c2691 table->sampler_rect.type = "sampler2DRect"; in choose_blit_shader()
2692 table->sampler_rect.func = "texture2DRect"; in choose_blit_shader()
2693 table->sampler_rect.texcoords = "texCoords.xy"; in choose_blit_shader()
2694 return &table->sampler_rect; in choose_blit_shader()
2737 _mesa_reference_shader_program(ctx, &table->sampler_rect.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()