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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1203 nir_tex_instr *fmask_fetch = nir_tex_instr_create(b->shader, tex->num_srcs - 1); local in function:nir_lower_ms_txf_to_fragment_fetch
1204 fmask_fetch->op = nir_texop_fragment_mask_fetch_amd;
1205 fmask_fetch->coord_components = tex->coord_components;
1206 fmask_fetch->sampler_dim = tex->sampler_dim;
1207 fmask_fetch->is_array = tex->is_array;
1208 fmask_fetch->texture_non_uniform = tex->texture_non_uniform;
1209 fmask_fetch->dest_type = nir_type_uint32;
1210 nir_ssa_dest_init(&fmask_fetch->instr, &fmask_fetch->dest, 1, 32, NULL);
1212 fmask_fetch
1248 nir_tex_instr *fmask_fetch = nir_instr_as_tex(nir_instr_clone(b->shader, &tex->instr)); local in function:nir_lower_samples_identical_to_fragment_fetch
[all...]

Completed in 4 milliseconds