HomeSort by: relevance | last modified time | path
    Searched refs:txf (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 44 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); local
45 txf->op = nir_texop_txf;
46 txf->texture_index = txf_ms->texture_index;
47 txf->coord_components = txf_ms->coord_components;
48 txf->is_shadow = txf_ms->is_shadow;
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow;
119 txf->src[0].src_type = nir_tex_src_coord;
120 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0)));
121 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 47 nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); local
48 txf->op = nir_texop_txf;
49 txf->texture_index = txf_ms->texture_index;
50 txf->coord_components = txf_ms->coord_components;
51 txf->is_shadow = txf_ms->is_shadow;
52 txf->is_new_style_shadow = txf_ms->is_new_style_shadow;
122 txf->src[0].src_type = nir_tex_src_coord;
123 txf->src[0].src = nir_src_for_ssa(nir_vec2(b, addr, nir_imm_int(b, 0)));
124 nir_ssa_dest_init(&txf->instr, &txf->dest, 4, 32, NULL)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_nir_lower_int_samplers.c 255 nir_tex_instr *txf; local
265 txf = nir_tex_instr_create(b->shader, num_srcs);
266 txf->op = nir_texop_txf;
267 txf->coord_components = tex->coord_components;
268 txf->sampler_dim = tex->sampler_dim;
269 txf->is_array = tex->is_array;
270 txf->is_shadow = tex->is_shadow;
271 txf->is_new_style_shadow = tex->is_new_style_shadow;
272 txf->texture_index = tex->texture_index;
273 txf->sampler_index = tex->sampler_index
    [all...]

Completed in 79 milliseconds