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.h447 struct vtn_variable { struct
448 enum vtn_variable_mode mode; argument
450 struct vtn_type *type;
452 unsigned descriptor_set;
453 unsigned binding;
454 unsigned input_attachment_index;
455 bool patch;
457 nir_variable *var;
458 nir_variable **members;
460 int shared_location;
[all …]