Home | History | Annotate | Download | only in glsl

Lines Matching full:is_uint

5074    bool is_uint = type->base_type == GLSL_TYPE_UINT;
5081 operand cast_offset = is_uint ? i2u(offset) : operand(offset);
5082 operand cast_bits = is_uint ? i2u(bits) : operand(bits);
5094 bool is_uint = type->base_type == GLSL_TYPE_UINT;
5102 operand cast_offset = is_uint ? i2u(offset) : operand(offset);
5103 operand cast_bits = is_uint ? i2u(bits) : operand(bits);