Home
last modified time | relevance | path

Searched refs:cmpValues (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp359 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
387 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
498 if (int Res = cmpValues(L, R)) in cmpOperations()
512 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
653 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations()
686 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
719 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator
777 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
835 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature()
863 if (int Res = cmpValues(BBL, BBR)) in compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h246 int cmpValues(const Value *L, const Value *R) const;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp519 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
522 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp4504 int cmpValues = 0; // 1 if there is a compare value (handier than a bool below) in decomposeSampleMethods() local
4507 case EOpMethodGatherCmpRed: cmpValues = 1; // fall through in decomposeSampleMethods()
4509 case EOpMethodGatherCmpGreen: cmpValues = 1; // fall through in decomposeSampleMethods()
4511 case EOpMethodGatherCmpBlue: cmpValues = 1; // fall through in decomposeSampleMethods()
4513 case EOpMethodGatherCmpAlpha: cmpValues = 1; // fall through in decomposeSampleMethods()
4524 if (cmpValues != 0 && op != EOpMethodGatherCmpRed) { in decomposeSampleMethods()
4542 bool hasStatus = (argSize == (5+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods()
4553 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4560 hasOffset1 = (argSize == (4+cmpValues) || argSize == (5+cmpValues)); in decomposeSampleMethods()
4561 hasOffset4 = (argSize == (7+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp742 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
745 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp742 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
745 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()