Home
last modified time | relevance | path

Searched refs:Unused (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/framework/common/
H A DtcuCPUWarmup.hpp37 class Unused class
40 Unused (void) : m_v(new float) {} in Unused() function in tcu::warmupCPUInternal::Unused
41 ~Unused (void) { delete m_v; } in ~Unused()
46 extern volatile Unused g_unused;
H A DtcuCPUWarmup.cpp37 volatile Unused g_unused;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireExtensionTests.cpp47 .WillOnce(Invoke([&](Unused, in TEST_F()
85 .WillOnce(Invoke([&](Unused, in TEST_F()
109 .WillOnce(Invoke([&](Unused, in TEST_F()
147 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F()
175 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F()
208 .WillOnce(Invoke([&](Unused, in TEST_F()
228 .WillOnce(Invoke([&](Unused, in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h54 bool Unused = CI->use_empty(); in EraseInstruction() local
56 if (!Unused) { in EraseInstruction()
67 if (Unused) in EraseInstruction()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertex.hpp45 Unused, enumerator
46 VERTEX_OUTPUT_LAST = Unused,
H A DSetupProcessor.cpp90 state.pointSizeRegister = Unused; in update()
109 state.gradient[interpolant][component].attribute = Unused; in update()
115 state.fog.attribute = Unused; in update()
/third_party/typescript/tests/baselines/reference/
H A DlooseThisTypeInFunctions.js6 interface Unused {
39 let u: Unused;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp236 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, in EmitTargetCodeForStrcmp() local
238 SDValue CCReg = Unused.getValue(1); in EmitTargetCodeForStrcmp()
239 Chain = Unused.getValue(2); in EmitTargetCodeForStrcmp()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexShader.cpp28 pointSizeRegister = Unused; in VertexShader()
65 pointSizeRegister = Unused; in VertexShader()
H A DSetupRoutine.cpp467 if(attribute != Unused) in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMinidump.cpp138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp217 SmallVector<Instruction *, 8> Unused; in removeUnusedInsts() local
228 Unused.push_back(NewInst); in removeUnusedInsts()
233 for (auto *Inst : reverse(Unused)) { in removeUnusedInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h53 Unused = 0, member in llvm::minidump::StreamType
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc63 using testing::Unused;
93 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2()
154 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2()
287 // Tests using Invoke() with functions with parameters declared as Unused.
299 // Tests using Invoke() with methods with parameters declared as Unused.
H A Dgmock-actions_test.cc903 bool CanCallReturnRef(Unused) { return false; } in CanCallReturnRef()
2109 const Action<bool(std::string)> x1 = [](Unused) { return 42; }; in TEST()
2126 Action<int(int, double y, double z)> a = [](int i, Unused, Unused) { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h151 // Unused() is here because of the false positive from -Wunused-private-field
154 int* Unused() { return p_; } in Unused() function in absl::FormatCountCapture
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp53 bool Unused = false) { in findScratchNonCalleeSaveRegister()
59 if (Unused) { in findScratchNonCalleeSaveRegister()
76 if (!Unused) in findScratchNonCalleeSaveRegister()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h341 Unused = 3, member in gl::BlendEquationType
352 return (scaled == static_cast<GLenum>(BlendEquationType::Unused) || in FromGLenum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp311 Header.Unused = 0; in writeImpl()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh478 Unused = 0x3F000000, /* Unused - must be zero. */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h991 uint64_t Unused; // Becomes unused since version 4 member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2778 LLT Unused; in fewerElementsVectorPhi()
2779 if (!extractParts(SrcReg, PhiTy, NarrowTy, Unused, PartRegs, in fewerElementsVectorPhi()
3652 LLT Unused; in narrowScalarBasic()
3653 if (!extractParts(MI.getOperand(2).getReg(), DstTy, NarrowTy, Unused, in narrowScalarBasic()
3699 LLT Unused; in narrowScalarSelect()
3700 if (!extractParts(MI.getOperand(3).getReg(), DstTy, NarrowTy, Unused, in narrowScalarSelect()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex178 statement. Unused.
401 \section{Unused Enumerants (\tag{unused} tag)}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFF.h518 uint8_t Unused; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp998 mDepthAccess(ResourceAccess::Unused),
999 mStencilAccess(ResourceAccess::Unused),
1061 mDepthAccess = ResourceAccess::Unused; in reset()
1062 mStencilAccess = ResourceAccess::Unused; in reset()
1707 if (access == ResourceAccess::Unused) in finalizeDepthStencilLoadStoreOps()

Completed in 49 milliseconds

12