Lines Matching refs:values
246 memcpy(load->value, constant->values,
334 /* Types for all SPIR-V SSA values are set as part of a pre-pass so the
1632 * values so they need a real glsl_type.
1887 memcpy(c->values, null_value,
1984 val->constant->values[0].b = u32val.u32 != 0;
1996 val->constant->values[0].u64 = vtn_u64_literal(&w[3]);
1999 val->constant->values[0].u32 = w[3];
2002 val->constant->values[0].u16 = w[3];
2005 val->constant->values[0].u8 = w[3];
2013 &val->constant->values[0]);
2046 val->constant->values[i] = elems[i]->values[0];
2071 struct vtn_value *v0 = &b->values[w[4]];
2072 struct vtn_value *v1 = &b->values[w[5]];
2096 combined[i] = v0->constant->values[i];
2100 combined[len0 + i] = v1->constant->values[i];
2109 val->constant->values[j] = undef;
2114 val->constant->values[j] = combined[comp];
2174 val->constant->values[i] = (*c)->values[elem + i];
2185 (*c)->values[elem + i] = insert->constant->values[i];
2242 src[j][c] = src_val->constant->values[c];
2268 nir_eval_const_opcode(op, val->constant->values,
2559 /* Always use bare types for SSA values for a couple of reasons:
3137 gather_offsets->constant->elements[i]->values;
4406 struct vtn_value *entry_point = &b->values[w[2]];
4932 b->values[w[1]].name = vtn_string_literal(b, &w[2], count - 2, NULL);
6366 b->values = rzalloc_array(b, struct vtn_value, value_id_bound);
6546 b->workgroup_size_builtin->constant->values;