Home
last modified time | relevance | path

Searched refs:tex_copy (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1155 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1); in lower_tg4_offsets() local
1156 tex_copy->op = tex->op; in lower_tg4_offsets()
1157 tex_copy->coord_components = tex->coord_components; in lower_tg4_offsets()
1158 tex_copy->sampler_dim = tex->sampler_dim; in lower_tg4_offsets()
1159 tex_copy->is_array = tex->is_array; in lower_tg4_offsets()
1160 tex_copy->is_shadow = tex->is_shadow; in lower_tg4_offsets()
1161 tex_copy->is_new_style_shadow = tex->is_new_style_shadow; in lower_tg4_offsets()
1162 tex_copy->is_sparse = tex->is_sparse; in lower_tg4_offsets()
1163 tex_copy->component = tex->component; in lower_tg4_offsets()
1164 tex_copy in lower_tg4_offsets()
[all...]

Completed in 3 milliseconds