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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
BaseTypes.h 74 EvqConst, // User-defined constant values, will be semantically constant and constant folded
199 case EvqConst: return "const"; break;
Types.h 740 return storage == EvqConst && ! specConstant;
749 storage = EvqConst;
    [all...]
  /prebuilts/ndk/r13/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()));
228 returnType.shallowCopy(TType(getBasicType(), EvqConst, getMatrixRows()));
239 returnType.shallowCopy(TType(getBasicType(), EvqConst, rightNode->getMatrixCols()));
614 newNode->getWritableType().getQualifier().storage = EvqConst;
    [all...]
Intermediate.cpp 845 //if (left->getType().getQualifier().storage == EvqConst &&
846 // right->getType().getQualifier().storage == EvqConst) {
925 node->getQualifier().storage = EvqConst;
938 return addConstantUnion(unionArray, TType(EbtInt, EvqConst), loc, literal);
946 return addConstantUnion(unionArray, TType(EbtUint, EvqConst), loc, literal);
954 return addConstantUnion(unionArray, TType(EbtInt64, EvqConst), loc, literal);
962 return addConstantUnion(unionArray, TType(EbtUint64, EvqConst), loc, literal);
970 return addConstantUnion(unionArray, TType(EbtBool, EvqConst), loc, literal);
980 return addConstantUnion(unionArray, TType(baseType, EvqConst), loc, literal);
    [all...]
ParseHelper.cpp 557 newType.getQualifier().storage = EvqConst;
    [all...]
glslang.y     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 368 if (index->getQualifier().storage == EvqConst) {
379 } else if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
387 if (index->getQualifier().storage == EvqConst) {
402 if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
403 newType.getQualifier().storage = EvqConst;
648 if (base->getType().getQualifier().storage == EvqConst)
    [all...]
hlslGrammar.cpp 451 qualifier.storage = EvqConst;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 275 milliseconds