Searched refs:InC (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/ |
D | array-component-io.vert | 76 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;
|
D | array-component-io.for-tess.vert | 71 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/ |
D | array-component-io.for-tess.vert | 71 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;
|
D | array-component-io.vert | 76 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/ |
D | array-component-io.frag | 77 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/ |
D | array-component-io.frag | 77 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/ |
D | array-component-io.for-tess.vert | 10 layout(location = 0, component = 1) in float InC[3]; 19 C = InC;
|
D | array-component-io.vert | 10 layout(location = 0, component = 1) in float InC[3]; 19 C = InC;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | array-component-io.frag | 10 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/ |
D | InstructionCombining.cpp | 944 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()
|
D | InstCombineCalls.cpp | 2459 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()
|