Lines Matching refs:texinfo
2117 struct r600_textures_info *texinfo,
2124 for (i = 0; i < texinfo->n_samplers; i++) {
2126 if (texinfo->samplers[i] == NULL) {
2131 r600_write_array(cs, 3, texinfo->samplers[i]->tex_sampler_words);
2133 if (texinfo->samplers[i]->border_color_use) {
2136 r600_write_array(cs, 4, texinfo->samplers[i]->border_color);