Searched refs:sampler_rect (Results 1 – 2 of 2) sorted by relevance
230 struct blit_shader sampler_rect; member
2671 table->sampler_rect.type = "sampler2DRect"; in choose_blit_shader()2672 table->sampler_rect.func = "texture2DRect"; in choose_blit_shader()2673 table->sampler_rect.texcoords = "texCoords.xy"; in choose_blit_shader()2674 return &table->sampler_rect; in choose_blit_shader()2717 _mesa_reference_shader_program(ctx, &table->sampler_rect.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()