Home
last modified time | relevance | path

Searched defs:override (Results 4501 - 4525 of 5085) sorted by relevance

1...<<181182183184185186187188189190>>...204

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp134 ~VideoBaseTestInstance() override = default; member in vkt::video::VideoBaseTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp123 tcu::TestStatus iterate () override; member in vkt::MeshShader::__anon29333::MeshShaderPropertyInstance
243 void initPrograms (vk::SourceCollections& programCollection) const override; member in vkt::MeshShader::__anon29333::MaxDrawMeshTasksCountCase
244 TestInstance* createInstance (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxDrawMeshTasksCountCase
245 void checkSupport (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxDrawMeshTasksCountCase
306 void initPrograms (vk::SourceCollections& programCollection) const override; member in vkt::MeshShader::__anon29333::MaxTaskWorkGroupInvocationsCase
307 TestInstance* createInstance (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxTaskWorkGroupInvocationsCase
308 void checkSupport (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxTaskWorkGroupInvocationsCase
356 void checkSupport (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxTaskWorkGroupSizeCase
383 void initPrograms (vk::SourceCollections& programCollection) const override; member in vkt::MeshShader::__anon29333::MaxTaskOutputCountCase
384 TestInstance* createInstance (Context& context) const override; member in vkt::MeshShader::__anon29333::MaxTaskOutputCountCase
385 void checkSupport (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxTaskOutputCountCase
431 void initPrograms (vk::SourceCollections& programCollection) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshWorkGroupInvocationsCase
432 TestInstance* createInstance (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshWorkGroupInvocationsCase
433 void checkSupport (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshWorkGroupInvocationsCase
476 void checkSupport (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshWorkGroupSizeCase
549 void initPrograms (vk::SourceCollections& programCollection) const override; global() member in vkt::MeshShader::__anon29333::MaxTaskTotalMemorySizeCase
550 TestInstance* createInstance (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxTaskTotalMemorySizeCase
551 void checkSupport (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxTaskTotalMemorySizeCase
605 void initPrograms (vk::SourceCollections& programCollection) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshTotalMemorySizeCase
606 TestInstance* createInstance (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshTotalMemorySizeCase
607 void checkSupport (Context& context) const override; global() member in vkt::MeshShader::__anon29333::MaxMeshTotalMemorySizeCase
[all...]
H A DvktMeshShaderProvokingVertexTestsEXT.cpp151 void initPrograms (vk::SourceCollections& programCollection) const override; member in vkt::MeshShader::__anon29342::ProvokingVertexCase
152 TestInstance* createInstance (Context& context) const override; member in vkt::MeshShader::__anon29342::ProvokingVertexCase
153 void checkSupport (Context& context) const override; member in vkt::MeshShader::__anon29342::ProvokingVertexCase
168 tcu::TestStatus iterate (void) override; member in vkt::MeshShader::__anon29342::ProvokingVertexInstance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.h171 void setLabel(const Context *context, const std::string &label) override; member in gl::final
172 const std::string &getLabel() const override; member in gl::final
255 ~Shader() override; member in gl::final
H A DTexture.h262 ~Texture() override; member in gl::final
264 void onDestroy(const Context *context) override; member in gl::final
266 void setLabel(const Context *context, const std::string &label) override; member in gl::final
267 const std::string &getLabel() const override; member in gl::final
338 bool hasProtectedContent() const override; member in gl::final
540 Extents getAttachmentSize(const ImageIndex &imageIndex) const override; member in gl::final
541 Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const override; member in gl::final
542 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override; member in gl::final
545 const ImageIndex &imageIndex) const override; member in gl::final
555 void onAttach(const Context *context, rx::Serial framebufferSerial) override; member in gl::final
556 void onDetach(const Context *context, rx::Serial framebufferSerial) override; global() member in gl::final
559 GLuint getId() const override; global() member in gl::final
565 InitState initState(const ImageIndex &imageIndex) const override; global() member in gl::final
567 void setInitState(const ImageIndex &imageIndex, InitState initState) override; global() member in gl::final
633 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override; global() member in gl::final
636 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override; global() member in gl::final
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp30 void visitSymbol(TIntermSymbol *node) override; member in sh::__anon19795::ValidateAST
31 void visitConstantUnion(TIntermConstantUnion *node) override; member in sh::__anon19795::ValidateAST
32 bool visitSwizzle(Visit visit, TIntermSwizzle *node) override; member in sh::__anon19795::ValidateAST
33 bool visitBinary(Visit visit, TIntermBinary *node) override; member in sh::__anon19795::ValidateAST
34 bool visitUnary(Visit visit, TIntermUnary *node) override; member in sh::__anon19795::ValidateAST
35 bool visitTernary(Visit visit, TIntermTernary *node) override; member in sh::__anon19795::ValidateAST
36 bool visitIfElse(Visit visit, TIntermIfElse *node) override; member in sh::__anon19795::ValidateAST
37 bool visitSwitch(Visit visit, TIntermSwitch *node) override; member in sh::__anon19795::ValidateAST
38 bool visitCase(Visit visit, TIntermCase *node) override; member in sh::__anon19795::ValidateAST
39 void visitFunctionPrototype(TIntermFunctionPrototype *node) override; member in sh::__anon19795::ValidateAST
40 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override; global() member in sh::__anon19795::ValidateAST
41 bool visitAggregate(Visit visit, TIntermAggregate *node) override; global() member in sh::__anon19795::ValidateAST
42 bool visitBlock(Visit visit, TIntermBlock *node) override; global() member in sh::__anon19795::ValidateAST
44 TIntermGlobalQualifierDeclaration *node) override; global() member in sh::__anon19795::ValidateAST
45 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override; global() member in sh::__anon19795::ValidateAST
46 bool visitLoop(Visit visit, TIntermLoop *node) override; global() member in sh::__anon19795::ValidateAST
47 bool visitBranch(Visit visit, TIntermBranch *node) override; global() member in sh::__anon19795::ValidateAST
48 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override; global() member in sh::__anon19795::ValidateAST
[all...]
H A DCompiler.h94 ~TCompiler() override; member in sh::TCompiler
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DReplaceForShaderFramebufferFetch.cpp51 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override; member in sh::__anon19881::InputAttachmentReferenceTraverser
52 bool visitBinary(Visit visit, TIntermBinary *node) override; member in sh::__anon19881::InputAttachmentReferenceTraverser
75 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override; member in sh::__anon19881::ReplaceVariableTraverser
76 void visitSymbol(TIntermSymbol *node) override; member in sh::__anon19881::ReplaceVariableTraverser
489 bool declareSubpassInputVariables() override; member in sh::__anon19881::ReplaceGlLastFragDataUtils
490 bool loadInputAttachmentData() override; member in sh::__anon19881::ReplaceGlLastFragDataUtils
554 bool declareSubpassInputVariables() override; member in sh::__anon19881::ReplaceInOutUtils
555 bool loadInputAttachmentData() override; member in sh::__anon19881::ReplaceInOutUtils
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp79 ~GenMetalTraverser() override; member in __anon19773::GenMetalTraverser
88 void visitSymbol(TIntermSymbol *) override; member in __anon19773::GenMetalTraverser
89 void visitConstantUnion(TIntermConstantUnion *) override; member in __anon19773::GenMetalTraverser
90 bool visitSwizzle(Visit, TIntermSwizzle *) override; member in __anon19773::GenMetalTraverser
91 bool visitBinary(Visit, TIntermBinary *) override; member in __anon19773::GenMetalTraverser
92 bool visitUnary(Visit, TIntermUnary *) override; member in __anon19773::GenMetalTraverser
93 bool visitTernary(Visit, TIntermTernary *) override; member in __anon19773::GenMetalTraverser
94 bool visitIfElse(Visit, TIntermIfElse *) override; member in __anon19773::GenMetalTraverser
95 bool visitSwitch(Visit, TIntermSwitch *) override; member in __anon19773::GenMetalTraverser
96 bool visitCase(Visit, TIntermCase *) override; member in __anon19773::GenMetalTraverser
97 void visitFunctionPrototype(TIntermFunctionPrototype *) override; global() member in __anon19773::GenMetalTraverser
98 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) override; global() member in __anon19773::GenMetalTraverser
99 bool visitAggregate(Visit, TIntermAggregate *) override; global() member in __anon19773::GenMetalTraverser
100 bool visitBlock(Visit, TIntermBlock *) override; global() member in __anon19773::GenMetalTraverser
101 bool visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *) override; global() member in __anon19773::GenMetalTraverser
102 bool visitDeclaration(Visit, TIntermDeclaration *) override; global() member in __anon19773::GenMetalTraverser
103 bool visitLoop(Visit, TIntermLoop *) override; global() member in __anon19773::GenMetalTraverser
107 bool visitBranch(Visit, TIntermBranch *) override; global() member in __anon19773::GenMetalTraverser
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp277 bool visitBinary(Visit visit, TIntermBinary *node) override; member in sh::__anon19838::RemoveDynamicIndexingTraverser
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.h285 ~LazyInputLayout() override; member in rx::d3d11::final
287 angle::Result resolve(d3d::Context *context, Renderer11 *renderer) override; member in rx::d3d11::final
300 angle::Result resolve(d3d::Context *context, Renderer11 *renderer) override; member in rx::d3d11::final
379 ~TextureHelper11() override; member in rx::TextureHelper11
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp715 void getAnalysisUsage(AnalysisUsage &AU) const override; member in __anon24003::EarlyIfConverter
716 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24003::EarlyIfConverter
951 void getAnalysisUsage(AnalysisUsage &AU) const override; member in __anon24005::EarlyIfPredicator
952 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24005::EarlyIfPredicator
H A DImplicitNullChecks.cpp217 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24022::ImplicitNullChecks
H A DMachineCSE.cpp80 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24045::MachineCSE
H A DMachineSink.cpp137 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24064::MachineSinking
1102 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24065::PostRAMachineSinking
H A DRegAllocPBQP.cpp133 void getAnalysisUsage(AnalysisUsage &au) const override; member in __anon24092::RegAllocPBQP
136 bool runOnMachineFunction(MachineFunction &MF) override; member in __anon24092::RegAllocPBQP
H A DStackColoring.cpp447 void getAnalysisUsage(AnalysisUsage &AU) const override; member in __anon24127::StackColoring
448 bool runOnMachineFunction(MachineFunction &Func) override; member in __anon24127::StackColoring
H A DTypePromotion.cpp191 bool runOnFunction(Function &F) override; member in __anon24134::TypePromotion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp84 void Schedule() override; member in __anon24115::ScheduleDAGFast
647 void Schedule() override; member in __anon24116::ScheduleDAGLinearize
650 EmitSchedule(MachineBasicBlock::iterator &InsertPos) override; member in __anon24116::ScheduleDAGLinearize
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp326 ~SimpleBindingMemoryManager() override; member in __anon24175::SimpleBindingMemoryManager
330 StringRef SectionName) override; member in __anon24175::SimpleBindingMemoryManager
334 bool isReadOnly) override; member in __anon24175::SimpleBindingMemoryManager
336 bool finalizeMemory(std::string *ErrMsg) override; member in __anon24175::SimpleBindingMemoryManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp70 const RuntimeDyld::LoadedObjectInfo &L) override; member in __anon24201::PerfJITEventListener
71 void notifyFreeingObject(ObjectKey K) override; member in __anon24201::PerfJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp109 void map(IO &IO) override; member
112 const codeview::StringsAndChecksums &SC) const override; member
123 void map(IO &IO) override; member
126 const codeview::StringsAndChecksums &SC) const override; member
139 void map(IO &IO) override; member
142 const codeview::StringsAndChecksums &SC) const override; member
155 void map(IO &IO) override; member
158 const codeview::StringsAndChecksums &SC) const override; member
169 void map(IO &IO) override; member
172 const codeview::StringsAndChecksums &SC) const override; member
183 void map(IO &IO) override; global() member
186 const codeview::StringsAndChecksums &SC) const override; global() member
197 void map(IO &IO) override; global() member
200 const codeview::StringsAndChecksums &SC) const override; global() member
211 void map(IO &IO) override; global() member
214 const codeview::StringsAndChecksums &SC) const override; global() member
226 void map(IO &IO) override; global() member
229 const codeview::StringsAndChecksums &SC) const override; global() member
768 Error visitUnknown(DebugUnknownSubsectionRef &Unknown) override; global() member
770 const StringsAndChecksumsRef &State) override; global() member
772 const StringsAndChecksumsRef &State) override; global() member
774 const StringsAndChecksumsRef &State) override; global() member
776 const StringsAndChecksumsRef &State) override; global() member
778 const StringsAndChecksumsRef &State) override; global() member
780 const StringsAndChecksumsRef &State) override; global() member
782 const StringsAndChecksumsRef &State) override; global() member
784 const StringsAndChecksumsRef &State) override; global() member
786 const StringsAndChecksumsRef &State) override; global() member
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc333 ~SampleDelegate() override = default; member in __anon27497::SampleDelegate
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h592 ~RenderUtils() override; member in rx::mtl::RenderUtils
700 unsigned int line) override; member in rx::mtl::RenderUtils
704 unsigned int line) override; member in rx::mtl::RenderUtils
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp41 std::string story() const override; member
127 void initializeBenchmark() override; member in __anon20261::DrawCallPerfBenchmark
128 void destroyBenchmark() override; member in __anon20261::DrawCallPerfBenchmark
129 void drawBenchmark() override; member in __anon20261::DrawCallPerfBenchmark

Completed in 56 milliseconds

1...<<181182183184185186187188189190>>...204