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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h228 struct blit_shader sampler_1d; member in struct:blit_shader_table
H A Dmeta.c2694 table->sampler_1d.type = "sampler1D";
2695 table->sampler_1d.func = "texture1D";
2696 table->sampler_1d.texcoords = "texCoords.x";
2697 return &table->sampler_1d;
2747 _mesa_reference_shader_program(ctx, &table->sampler_1d.shader_prog, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h227 struct blit_shader sampler_1d; member in struct:blit_shader_table
H A Dmeta.c2661 table->sampler_1d.type = "sampler1D";
2662 table->sampler_1d.func = "texture1D";
2663 table->sampler_1d.texcoords = "texCoords.x";
2664 return &table->sampler_1d;
2714 _mesa_reference_shader_program(ctx, &table->sampler_1d.shader_prog, NULL);

Completed in 16 milliseconds