Home
last modified time | relevance | path

Searched refs:sampler_cubemap (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h231 struct blit_shader sampler_cubemap; member
Dmeta.c2682 table->sampler_cubemap.type = "samplerCube"; in choose_blit_shader()
2683 table->sampler_cubemap.func = "textureCube"; in choose_blit_shader()
2684 table->sampler_cubemap.texcoords = "texCoords.xyz"; in choose_blit_shader()
2685 return &table->sampler_cubemap; in choose_blit_shader()
2716 _mesa_reference_shader_program(ctx, &table->sampler_cubemap.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()