Searched refs:numComps (Results 1 - 18 of 18) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp858 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); local
865 for (int comp = 0; comp < numComps; ++comp) {
883 for (int comp = 0; comp < numComps; ++comp) {
894 for (int comp = 0; comp < numComps; ++comp)
909 for (int comp = 0; comp < numComps; ++comp)
912 for (int comp = 0; comp < numComps; ++comp)
919 int numRows = numComps;
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp858 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); local
865 for (int comp = 0; comp < numComps; ++comp) {
883 for (int comp = 0; comp < numComps; ++comp) {
894 for (int comp = 0; comp < numComps; ++comp)
909 for (int comp = 0; comp < numComps; ++comp)
912 for (int comp = 0; comp < numComps; ++comp)
919 int numRows = numComps;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DExpr.h1943 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1945 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DExpr.h1946 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
1948 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp624 int numComps = 0; local
631 if (numComps >= MaxSwizzleSelectors) {
640 startPos[numComps++] = (int)c + 1;
645 for (int i = 0; i < numComps; ++i) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp624 int numComps = 0; local
631 if (numComps >= MaxSwizzleSelectors) {
640 startPos[numComps++] = (int)c + 1;
645 for (int i = 0; i < numComps; ++i) {

Completed in 388 milliseconds