Searched refs:sampler_2d (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h229 struct blit_shader sampler_2d; member in struct:blit_shader_table
H A Dmeta.c2699 table->sampler_2d.type = "sampler2D";
2700 table->sampler_2d.func = "texture2D";
2701 table->sampler_2d.texcoords = "texCoords.xy";
2702 return &table->sampler_2d;
2748 _mesa_reference_shader_program(ctx, &table->sampler_2d.shader_prog, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h228 struct blit_shader sampler_2d; member in struct:blit_shader_table
H A Dmeta.c2666 table->sampler_2d.type = "sampler2D";
2667 table->sampler_2d.func = "texture2D";
2668 table->sampler_2d.texcoords = "texCoords.xy";
2669 return &table->sampler_2d;
2715 _mesa_reference_shader_program(ctx, &table->sampler_2d.shader_prog, NULL);

Completed in 14 milliseconds