Home
last modified time | relevance | path

Searched refs:glslang (Results 1 – 25 of 2292) sorted by relevance

12345678910>>...92

/dports/graphics/glslang/glslang-11.7.1/gtests/
H A DCommon.cpp23 EXPECT_EQ(false, glslang::IsPow2(-5)); in TEST()
30 EXPECT_EQ(false, glslang::IsPow2(0)); in TEST()
32 EXPECT_EQ(false, glslang::IsPow2(0)); in TEST()
38 EXPECT_EQ(true, glslang::IsPow2(1)); in TEST()
39 EXPECT_EQ(true, glslang::IsPow2(2)); in TEST()
40 EXPECT_EQ(true, glslang::IsPow2(4)); in TEST()
41 EXPECT_EQ(true, glslang::IsPow2(8)); in TEST()
72 EXPECT_EQ(0, glslang::IntLog2(1)); in TEST()
73 EXPECT_EQ(1, glslang::IntLog2(2)); in TEST()
74 EXPECT_EQ(2, glslang::IntLog2(4)); in TEST()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang-build/
H A DAndroid.mk10 ../glslang/glslang/GenericCodeGen/CodeGen.cpp \
11 ../glslang/glslang/GenericCodeGen/Link.cpp \
12 ../glslang/glslang/MachineIndependent/attribute.cpp \
13 ../glslang/glslang/MachineIndependent/Constant.cpp \
15 ../glslang/glslang/MachineIndependent/InfoSink.cpp \
40 ../glslang/glslang/HLSL/hlslAttributes.cpp \
41 ../glslang/glslang/HLSL/hlslGrammar.cpp \
42 ../glslang/glslang/HLSL/hlslOpMap.cpp \
43 ../glslang/glslang/HLSL/hlslParseables.cpp \
44 ../glslang/glslang/HLSL/hlslParseHelper.cpp \
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang-build/
H A DAndroid.mk10 ../glslang/glslang/GenericCodeGen/CodeGen.cpp \
11 ../glslang/glslang/GenericCodeGen/Link.cpp \
12 ../glslang/glslang/MachineIndependent/attribute.cpp \
13 ../glslang/glslang/MachineIndependent/Constant.cpp \
15 ../glslang/glslang/MachineIndependent/InfoSink.cpp \
40 ../glslang/glslang/HLSL/hlslAttributes.cpp \
41 ../glslang/glslang/HLSL/hlslGrammar.cpp \
42 ../glslang/glslang/HLSL/hlslOpMap.cpp \
43 ../glslang/glslang/HLSL/hlslParseables.cpp \
44 ../glslang/glslang/HLSL/hlslParseHelper.cpp \
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang-build/
H A DAndroid.mk10 ../glslang/glslang/GenericCodeGen/CodeGen.cpp \
11 ../glslang/glslang/GenericCodeGen/Link.cpp \
12 ../glslang/glslang/MachineIndependent/attribute.cpp \
13 ../glslang/glslang/MachineIndependent/Constant.cpp \
15 ../glslang/glslang/MachineIndependent/InfoSink.cpp \
40 ../glslang/glslang/HLSL/hlslAttributes.cpp \
41 ../glslang/glslang/HLSL/hlslGrammar.cpp \
42 ../glslang/glslang/HLSL/hlslOpMap.cpp \
43 ../glslang/glslang/HLSL/hlslParseables.cpp \
44 ../glslang/glslang/HLSL/hlslParseHelper.cpp \
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A DGlslangToSpv.cpp121 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
122 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
125 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
127 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
128 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
154 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
166 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
167 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
206 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
237 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A DGlslangToSpv.cpp128 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
129 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
132 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
134 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
135 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
165 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
177 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
178 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
218 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
246 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DGlslangToSpv.cpp128 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
129 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
132 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
134 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
135 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
165 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
177 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
178 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
218 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
246 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DGlslangToSpv.cpp128 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
129 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
132 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
134 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
135 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
165 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
177 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
178 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
218 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
246 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/graphics/glslang/glslang-11.7.1/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
171 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
184 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
185 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
235 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
266 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
170 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
182 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
183 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
233 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
264 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp132 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
133 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
136 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
138 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
139 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
169 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
181 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
182 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
231 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
262 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp130 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*);
131 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*);
134 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*);
136 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*);
137 bool visitLoop(glslang::TVisit, glslang::TIntermLoop*);
167 …spv::Id convertGlslangToSpvType(const glslang::TType& type, glslang::TLayoutPacking, const glslang
179 …int getArrayStride(const glslang::TType& arrayType, glslang::TLayoutPacking, glslang::TLayoutMatri…
180 …int getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacking, glslang::TLayoutMat…
229 …spv::Id createShortCircuit(glslang::TOperator, glslang::TIntermTyped& left, glslang::TIntermTyped&…
260 …std::unordered_map<const glslang::TTypeList*, spv::Id> structMap[glslang::ElpCount][glslang::ElmCo…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/glslang/
H A DBUILD.gn6 import("//build_overrides/glslang.gni")
9 glslang_root = "../externals/glslang"
74 "glslang/HLSL/hlslGrammar.h",
75 "glslang/HLSL/hlslOpMap.cpp",
76 "glslang/HLSL/hlslOpMap.h",
85 "glslang/HLSL/hlslTokens.h",
87 "glslang/Include/Common.h",
89 "glslang/Include/InfoSink.h",
93 "glslang/Include/ShHandle.h",
94 "glslang/Include/Types.h",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/glslang/
H A DBUILD.gn6 import("//build_overrides/glslang.gni")
9 glslang_root = "../externals/glslang"
49 "glslang/Include/BaseTypes.h",
50 "glslang/Include/Common.h",
52 "glslang/Include/InfoSink.h",
54 "glslang/Include/PoolAlloc.h",
56 "glslang/Include/ShHandle.h",
57 "glslang/Include/Types.h",
58 "glslang/Include/arrays.h",
60 "glslang/Include/revision.h",
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp164 case glslang::EOpAdd: in isArithmeticOperation()
165 case glslang::EOpSub: in isArithmeticOperation()
166 case glslang::EOpMul: in isArithmeticOperation()
167 case glslang::EOpDiv: in isArithmeticOperation()
168 case glslang::EOpMod: in isArithmeticOperation()
176 case glslang::EOpDot: in isArithmeticOperation()
241 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
242 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
244 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
245 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp166 case glslang::EOpAdd: in isArithmeticOperation()
167 case glslang::EOpSub: in isArithmeticOperation()
168 case glslang::EOpMul: in isArithmeticOperation()
169 case glslang::EOpDiv: in isArithmeticOperation()
170 case glslang::EOpMod: in isArithmeticOperation()
178 case glslang::EOpDot: in isArithmeticOperation()
243 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
244 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
246 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
247 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp166 case glslang::EOpAdd: in isArithmeticOperation()
167 case glslang::EOpSub: in isArithmeticOperation()
168 case glslang::EOpMul: in isArithmeticOperation()
169 case glslang::EOpDiv: in isArithmeticOperation()
170 case glslang::EOpMod: in isArithmeticOperation()
178 case glslang::EOpDot: in isArithmeticOperation()
243 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
244 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
246 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
247 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp164 case glslang::EOpAdd: in isArithmeticOperation()
165 case glslang::EOpSub: in isArithmeticOperation()
166 case glslang::EOpMul: in isArithmeticOperation()
167 case glslang::EOpDiv: in isArithmeticOperation()
168 case glslang::EOpMod: in isArithmeticOperation()
176 case glslang::EOpDot: in isArithmeticOperation()
241 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
242 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
244 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
245 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp166 case glslang::EOpAdd: in isArithmeticOperation()
167 case glslang::EOpSub: in isArithmeticOperation()
168 case glslang::EOpMul: in isArithmeticOperation()
169 case glslang::EOpDiv: in isArithmeticOperation()
170 case glslang::EOpMod: in isArithmeticOperation()
178 case glslang::EOpDot: in isArithmeticOperation()
243 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
244 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
246 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
247 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A DpropagateNoContraction.cpp166 case glslang::EOpAdd: in isArithmeticOperation()
167 case glslang::EOpSub: in isArithmeticOperation()
168 case glslang::EOpMul: in isArithmeticOperation()
169 case glslang::EOpDiv: in isArithmeticOperation()
170 case glslang::EOpMod: in isArithmeticOperation()
178 case glslang::EOpDot: in isArithmeticOperation()
243 bool visitUnary(glslang::TVisit, glslang::TIntermUnary*) override;
244 bool visitBinary(glslang::TVisit, glslang::TIntermBinary*) override;
246 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) override;
247 bool visitBranch(glslang::TVisit, glslang::TIntermBranch*) override;
[all …]

12345678910>>...92