Home
last modified time | relevance | path

Searched defs:nir_variable_data (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir.h353 struct nir_variable_data { struct
359 unsigned mode:14;
367 unsigned read_only:1;
368 unsigned centroid:1;
369 unsigned sample:1;
370 unsigned patch:1;
371 unsigned invariant:1;
384 unsigned precision:2;
395 unsigned cannot_coalesce:1;
405 unsigned always_active_io:1;
[all …]