Searched defs:vtn_ssa_value (Results 1 – 2 of 2) sorted by relevance
243 struct vtn_ssa_value { struct246 struct vtn_ssa_value **elems; argument253 struct vtn_ssa_value *transposed; argument255 const struct glsl_type *type;
279 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) in vtn_ssa_value() function