Searched defs:vtn_variable (Results 1 – 1 of 1) sorted by relevance
447 struct vtn_variable { struct448 enum vtn_variable_mode mode; argument450 struct vtn_type *type;452 unsigned descriptor_set;453 unsigned binding;454 unsigned input_attachment_index;455 bool patch;457 nir_variable *var;458 nir_variable **members;460 int shared_location;[all …]