Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h235 struct blit_shader sampler_cubemap_array; member
Dmeta.c2719 table->sampler_cubemap_array.type = "samplerCubeArray"; in choose_blit_shader()
2720 table->sampler_cubemap_array.func = "textureCubeArray"; in choose_blit_shader()
2721 table->sampler_cubemap_array.texcoords = "texCoords.xyzw"; in choose_blit_shader()
2722 return &table->sampler_cubemap_array; in choose_blit_shader()
2741 _mesa_reference_shader_program(ctx, &table->sampler_cubemap_array.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()