Searched defs:vtn_ssa_value (Results 1 – 2 of 2) sorted by relevance
302 struct vtn_ssa_value { struct305 struct vtn_ssa_value **elems; argument312 struct vtn_ssa_value *transposed; argument314 const struct glsl_type *type;
241 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) in vtn_ssa_value() function