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.h515 struct vtn_variable { struct
516 enum vtn_variable_mode mode; argument
518 struct vtn_type *type;
520 unsigned descriptor_set;
521 unsigned binding;
522 bool explicit_binding;
523 unsigned offset;
524 unsigned input_attachment_index;
526 nir_variable *var;
554 enum vtn_variable_mode mode); argument