Searched defs:vtn_ssa_value (Results 1 – 2 of 2) sorted by relevance
313 struct vtn_ssa_value { struct316 struct vtn_ssa_value **elems; argument323 struct vtn_ssa_value *transposed; argument325 const struct glsl_type *type;
274 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) in vtn_ssa_value() function