Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h489 struct vtn_value { struct
490 enum vtn_value_type value_type; argument
491 const char *name;
492 struct vtn_decoration *decoration;
493 struct vtn_type *type;
494 union {
629 vtn_value(struct vtn_builder *b, uint32_t value_id, in vtn_value() function