Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c314 nir_tex_instr *txl = nir_tex_instr_create(b->shader, num_srcs); in replace_gradient_with_lod() local
316 txl->op = nir_texop_txl; in replace_gradient_with_lod()
317 txl->sampler_dim = tex->sampler_dim; in replace_gradient_with_lod()
318 txl->texture_index = tex->texture_index; in replace_gradient_with_lod()
319 txl->dest_type = tex->dest_type; in replace_gradient_with_lod()
320 txl->is_array = tex->is_array; in replace_gradient_with_lod()
321 txl->is_shadow = tex->is_shadow; in replace_gradient_with_lod()
322 txl->is_new_style_shadow = tex->is_new_style_shadow; in replace_gradient_with_lod()
323 txl->sampler_index = tex->sampler_index; in replace_gradient_with_lod()
324 txl->texture = nir_deref_var_clone(tex->texture, txl); in replace_gradient_with_lod()
[all …]
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.mm44 " mediump vec4 txl,ux,vx;"