HomeSort by relevance Sort by last modified time
    Searched refs:EvqConst (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
BaseTypes.h 85 EvqConst, // User-defined constant values, will be semantically constant and constant folded
246 case EvqConst: return "const"; break;
Types.h 820 return storage == EvqConst && ! specConstant;
829 storage = EvqConst;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 145 TType constBool(EbtBool, EvqConst);
172 returnType.shallowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), getMatrixRows()));
248 returnType.shallowCopy(TType(getBasicType(), EvqConst, getMatrixRows()));
259 returnType.shallowCopy(TType(getBasicType(), EvqConst, rightNode->getMatrixCols()));
651 newNode->getWritableType().getQualifier().storage = EvqConst;
    [all...]
Intermediate.cpp     [all...]
ParseContextBase.cpp 149 case EvqConst: message = "can't modify a const"; break;
ParseHelper.cpp 411 newType.getQualifier().storage = EvqConst;
    [all...]
glslang.y     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]
hlslGrammar.cpp 653 qualifier.storage = EvqConst;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 208 milliseconds