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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h232 struct blit_shader sampler_cubemap; member in struct:blit_shader_table
H A Dmeta.c2717 table->sampler_cubemap.type = "samplerCube";
2718 table->sampler_cubemap.func = "textureCube";
2719 table->sampler_cubemap.texcoords = "texCoords.xyz";
2720 return &table->sampler_cubemap;
2751 _mesa_reference_shader_program(ctx, &table->sampler_cubemap.shader_prog, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h231 struct blit_shader sampler_cubemap; member in struct:blit_shader_table
H A Dmeta.c2684 table->sampler_cubemap.type = "samplerCube";
2685 table->sampler_cubemap.func = "textureCube";
2686 table->sampler_cubemap.texcoords = "texCoords.xyz";
2687 return &table->sampler_cubemap;
2718 _mesa_reference_shader_program(ctx, &table->sampler_cubemap.shader_prog, NULL);

Completed in 12 milliseconds