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

/external/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c314 nir_tex_instr *txl = nir_tex_instr_create(b->shader, num_srcs); local
316 txl->op = nir_texop_txl;
317 txl->sampler_dim = tex->sampler_dim;
318 txl->texture_index = tex->texture_index;
319 txl->dest_type = tex->dest_type;
320 txl->is_array = tex->is_array;
321 txl->is_shadow = tex->is_shadow;
322 txl->is_new_style_shadow = tex->is_new_style_shadow;
323 txl->sampler_index = tex->sampler_index;
324 txl
[all...]

Completed in 168 milliseconds