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.h553 struct vtn_variable { struct
554 enum vtn_variable_mode mode; argument
556 struct vtn_type *type;
558 unsigned descriptor_set;
559 unsigned binding;
560 bool explicit_binding;
561 unsigned offset;
562 unsigned input_attachment_index;
564 nir_variable *var;
592 enum vtn_variable_mode mode); argument