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.h232 struct blit_shader sampler_cubemap; member
Dmeta.c2704 table->sampler_cubemap.type = "samplerCube"; in choose_blit_shader()
2705 table->sampler_cubemap.func = "textureCube"; in choose_blit_shader()
2706 table->sampler_cubemap.texcoords = "texCoords.xyz"; in choose_blit_shader()
2707 return &table->sampler_cubemap; in choose_blit_shader()
2738 _mesa_reference_shader_program(ctx, &table->sampler_cubemap.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()