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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c945 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1); local in function:lower_tg4_offsets
946 tex_copy->op = tex->op;
947 tex_copy->coord_components = tex->coord_components;
948 tex_copy->sampler_dim = tex->sampler_dim;
949 tex_copy->is_array = tex->is_array;
950 tex_copy->is_shadow = tex->is_shadow;
951 tex_copy->is_new_style_shadow = tex->is_new_style_shadow;
952 tex_copy->component = tex->component;
953 tex_copy->dest_type = tex->dest_type;
956 nir_src_copy(&tex_copy
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1088 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1); local in function:lower_tg4_offsets
1089 tex_copy->op = tex->op;
1090 tex_copy->coord_components = tex->coord_components;
1091 tex_copy->sampler_dim = tex->sampler_dim;
1092 tex_copy->is_array = tex->is_array;
1093 tex_copy->is_shadow = tex->is_shadow;
1094 tex_copy->is_new_style_shadow = tex->is_new_style_shadow;
1095 tex_copy->is_sparse = tex->is_sparse;
1096 tex_copy->component = tex->component;
1097 tex_copy
[all...]

Completed in 5 milliseconds