Lines Matching defs:u64
695 ir_constant::ir_constant(uint64_t u64, unsigned vector_elements)
701 this->value.u64[i] = u64;
704 this->value.u64[i] = 0;
817 this->value.u64[i] = value->value.u64[0];
825 this->value.u64[0] = value->value.u64[0];
886 this->value.u64[i] = value->get_uint64_component(j);
948 case GLSL_TYPE_UINT64: return this->value.u64[i] != 0;
970 case GLSL_TYPE_UINT64: return (float) this->value.u64[i];
992 case GLSL_TYPE_UINT64: return (double) this->value.u64[i];
1014 case GLSL_TYPE_UINT64: return (int) this->value.u64[i];
1036 case GLSL_TYPE_UINT64: return (unsigned) this->value.u64[i];
1058 case GLSL_TYPE_UINT64: return (int64_t) this->value.u64[i];
1080 case GLSL_TYPE_UINT64: return this->value.u64[i];
1158 value.u64[i+offset] = src->get_uint64_component(i);
1217 value.u64[i+offset] = src->get_uint64_component(id++);
1269 if (this->value.u64[i] != c->value.u64[i])
1320 if (this->value.u64[c] != uint64_t(i))