Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h548 struct vtn_variable { struct
549 enum vtn_variable_mode mode; argument
551 struct vtn_type *type;
553 unsigned descriptor_set;
554 unsigned binding;
555 bool explicit_binding;
556 unsigned offset;
557 unsigned input_attachment_index;
559 nir_variable *var;
587 enum vtn_variable_mode mode); argument