Lines Matching defs:dmul
352 int dmul = (uni->type->is_64bit()) ? 2 : 1;
359 dmul = 1;
377 (offset * dword_elements * dmul);
379 src = &uni->storage[offset * elements * dmul];
412 int sidx = i * dmul;
839 const int dmul = uni->type->is_64bit() ? 2 : 1;
844 unsigned src_vector_byte_stride = components * 4 * dmul;
852 (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i);
958 int dmul;
960 dmul = storage->type->vector_elements * sizeof(float);
962 dmul = 4 * sizeof(float);
968 dmul *= 2;
979 dmul *= 2;
990 dmul *= 2;
1020 _mesa_uniform_attach_driver_storage(storage, dmul * columns, dmul,
1055 const int dmul = storage->type->is_64bit() ? 2 : 1;
1065 array_elements * dmul);