Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h275 struct vtn_variable { struct
276 enum vtn_variable_mode mode; argument
278 struct vtn_type *type;
280 unsigned descriptor_set;
281 unsigned binding;
282 unsigned input_attachment_index;
283 bool patch;
285 nir_variable *var;
286 nir_variable **members;
288 struct vtn_access_chain chain;