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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 75 type = EbtDouble;
172 case EbtDouble:
248 case EbtDouble:
283 case EbtDouble:
303 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break;
319 case EbtDouble: returnValue.setDConst(dConst - constant.dConst); break;
335 case EbtDouble: returnValue.setDConst(dConst * constant.dConst); break;
BaseTypes.h 48 EbtDouble,
Types.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 317 case EOpConstructDouble: newType = EbtDouble; break;
520 promoteTo = EbtDouble;
679 case EbtDouble:
703 case EbtDouble: newOp = EOpConvDoubleToFloat; break;
724 case EbtDouble: newOp = EOpConvDoubleToFloat16; break;
739 case EbtDouble: newOp = EOpConvDoubleToBool; break;
758 case EbtDouble: newOp = EOpConvDoubleToInt; break;
777 case EbtDouble: newOp = EOpConvDoubleToUint; break;
797 case EbtDouble: newOp = EOpConvDoubleToInt64; break;
816 case EbtDouble: newOp = EOpConvDoubleToUint64; break
    [all...]
Constant.cpp 177 case EbtDouble:
472 case EbtDouble:
566 if (unionArray[i].getType() == EbtDouble)
575 if (unionArray[i].getType() == EbtDouble)
734 children[0]->getAsTyped()->getBasicType() == EbtDouble;
    [all...]
linkValidate.cpp     [all...]
glslang.y 294 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true);
    [all...]
reflection.cpp 544 case EbtDouble: return GL_DOUBLE_VEC2 + offset;
583 case EbtDouble:
640 case EbtDouble: return GL_DOUBLE;
    [all...]
SymbolTable.cpp 62 case EbtDouble: mangledName += 'd'; break;
ParseHelper.cpp     [all...]
intermOut.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 801 basicType = EbtDouble;
    [all...]
hlslParseHelper.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 96 milliseconds