Searched refs:sampler_cubemap_array (Results 1 – 2 of 2) sorted by relevance
234 struct blit_shader sampler_cubemap_array; member
2697 table->sampler_cubemap_array.type = "samplerCubeArray"; in choose_blit_shader()2698 table->sampler_cubemap_array.func = "textureCubeArray"; in choose_blit_shader()2699 table->sampler_cubemap_array.texcoords = "texCoords.xyzw"; in choose_blit_shader()2700 return &table->sampler_cubemap_array; in choose_blit_shader()2719 _mesa_reference_shader_program(ctx, &table->sampler_cubemap_array.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup()