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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h234 struct blit_shader sampler_2d_array; member in struct:blit_shader_table
H A Dmeta.c2727 table->sampler_2d_array.type = "sampler2DArray";
2728 table->sampler_2d_array.func = "texture2DArray";
2729 table->sampler_2d_array.texcoords = "texCoords.xyz";
2730 return &table->sampler_2d_array;
2753 _mesa_reference_shader_program(ctx, &table->sampler_2d_array.shader_prog, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h233 struct blit_shader sampler_2d_array; member in struct:blit_shader_table
H A Dmeta.c2694 table->sampler_2d_array.type = "sampler2DArray";
2695 table->sampler_2d_array.func = "texture2DArray";
2696 table->sampler_2d_array.texcoords = "texCoords.xyz";
2697 return &table->sampler_2d_array;
2720 _mesa_reference_shader_program(ctx, &table->sampler_2d_array.shader_prog, NULL);

Completed in 13 milliseconds