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.h538 struct vtn_variable { struct
539 enum vtn_variable_mode mode; argument
541 struct vtn_type *type;
543 unsigned descriptor_set;
544 unsigned binding;
545 bool explicit_binding;
546 unsigned offset;
547 unsigned input_attachment_index;
548 bool patch;
550 nir_variable *var;
[all …]