Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c47 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); in vc4_nir_lower_txf_ms_instr() local
48 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
49 txf->texture = txf_ms->texture; in vc4_nir_lower_txf_ms_instr()
50 txf->texture_index = txf_ms->texture_index; in vc4_nir_lower_txf_ms_instr()
51 txf->coord_components = txf_ms->coord_components; in vc4_nir_lower_txf_ms_instr()
52 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
53 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
123 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
124 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0))); in vc4_nir_lower_txf_ms_instr()
125 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL); in vc4_nir_lower_txf_ms_instr()
[all …]