Home
last modified time | relevance | path

Searched refs:InC (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Darray-component-io.vert76 spvUnsafeArray<float, 3> InC = {};
82 InC[0] = in.m_location_0.y;
83 InC[1] = in.m_location_1.y;
84 InC[2] = in.m_location_2.y;
89 C = InC;
Darray-component-io.for-tess.vert71 spvUnsafeArray<float, 3> InC = {};
78 InC[0] = in.m_location_0.y;
79 InC[1] = in.m_location_1.y;
80 InC[2] = in.m_location_2.y;
87 C = InC;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/
Darray-component-io.for-tess.vert71 spvUnsafeArray<float, 3> InC = {};
78 InC[0] = in.m_location_0.y;
79 InC[1] = in.m_location_1.y;
80 InC[2] = in.m_location_2.y;
87 C = InC;
Darray-component-io.vert76 spvUnsafeArray<float, 3> InC = {};
82 InC[0] = in.m_location_0.y;
83 InC[1] = in.m_location_1.y;
84 InC[2] = in.m_location_2.y;
89 C = InC;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Darray-component-io.frag77 spvUnsafeArray<float, 3> InC = {};
82 InC[0] = in.InC_0;
83 InC[1] = in.InC_1;
84 InC[2] = in.InC_2;
87 C = InC;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Darray-component-io.frag77 spvUnsafeArray<float, 3> InC = {};
82 InC[0] = in.InC_0;
83 InC[1] = in.InC_1;
84 InC[2] = in.InC_2;
87 C = InC;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/
Darray-component-io.for-tess.vert10 layout(location = 0, component = 1) in float InC[3];
19 C = InC;
Darray-component-io.vert10 layout(location = 0, component = 1) in float InC[3];
19 C = InC;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Darray-component-io.frag10 layout(location = 0, component = 1) flat in float InC[3];
19 C = InC;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp944 if (auto *InC = dyn_cast<Constant>(InV)) { in foldOperationIntoPhiValue() local
946 return ConstantExpr::get(I->getOpcode(), InC, C); in foldOperationIntoPhiValue()
947 return ConstantExpr::get(I->getOpcode(), C, InC); in foldOperationIntoPhiValue()
1041 Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i)); in foldOpIntoPhi() local
1046 if (InC && !isa<ConstantExpr>(InC) && isa<ConstantInt>(InC)) in foldOpIntoPhi()
1047 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in foldOpIntoPhi()
1067 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in foldOpIntoPhi() local
1068 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in foldOpIntoPhi()
1088 if (Constant *InC = dyn_cast<Constant>(PN->getIncomingValue(i))) in foldOpIntoPhi() local
1089 InV = ConstantExpr::getCast(CI->getOpcode(), InC, RetTy); in foldOpIntoPhi()
DInstCombineCalls.cpp2459 if (auto *InC = dyn_cast<ConstantInt>(II->getArgOperand(0))) { in visitCallInst() local
2460 uint64_t Result = InC->getZExtValue() >> Shift; in visitCallInst()
2482 if (auto *InC = dyn_cast<ConstantInt>(II->getArgOperand(0))) { in visitCallInst() local
2483 uint64_t Result = InC->getZExtValue(); in visitCallInst()