Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_private.h507 struct vtn_variable { struct
508 enum vtn_variable_mode mode; argument
510 struct vtn_type *type;
512 unsigned descriptor_set;
513 unsigned binding;
514 bool explicit_binding;
515 unsigned offset;
516 unsigned input_attachment_index;
518 nir_variable *var;
546 enum vtn_variable_mode mode); argument