Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_64bit

425             unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
735 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
913 if (this->is_64bit() && info->Buffers[buffer].Stride % 2) {