Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h596 struct vtn_value { struct
597 enum vtn_value_type value_type; argument
604 /* Valid for vtn_value_type_constant to indicate the value is OpConstantNull. */ argument
605 bool is_null_constant:1;
608 bool is_undef_constant:1;
610 const char *name;
611 struct vtn_decoration *decoration;
612 struct vtn_type *type;
613 union {
785 vtn_value(struct vtn_builder *b, uint32_t value_id, in vtn_value() function