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.h230 struct blit_shader sampler_rect; member
Dmeta.c2669 table->sampler_rect.type = "sampler2DRect"; in choose_blit_shader()
2670 table->sampler_rect.func = "texture2DRect"; in choose_blit_shader()
2671 table->sampler_rect.texcoords = "texCoords.xy"; in choose_blit_shader()
2672 return &table->sampler_rect; in choose_blit_shader()
2715 _mesa_reference_shader_program(ctx, &table->sampler_rect.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()