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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h233 struct blit_shader sampler_1d_array; member in struct:blit_shader_table
H A Dmeta.c2722 table->sampler_1d_array.type = "sampler1DArray";
2723 table->sampler_1d_array.func = "texture1DArray";
2724 table->sampler_1d_array.texcoords = "texCoords.xy";
2725 return &table->sampler_1d_array;
2752 _mesa_reference_shader_program(ctx, &table->sampler_1d_array.shader_prog, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h232 struct blit_shader sampler_1d_array; member in struct:blit_shader_table
H A Dmeta.c2689 table->sampler_1d_array.type = "sampler1DArray";
2690 table->sampler_1d_array.func = "texture1DArray";
2691 table->sampler_1d_array.texcoords = "texCoords.xy";
2692 return &table->sampler_1d_array;
2719 _mesa_reference_shader_program(ctx, &table->sampler_1d_array.shader_prog, NULL);

Completed in 12 milliseconds