Home
last modified time | relevance | path

Searched defs:Instance (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.h57 struct Instance { struct
58 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() argument
71 AtlasInstancedHelper::Instance fAtlasInstance; argument
72 Instance* fNext = nullptr; argument
DAtlasInstancedHelper.h60 struct Instance { struct
61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() argument
75 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
DFillRRectOp.cpp114 struct Instance { struct in skgpu::v1::FillRRectOp::__anon7ffb87900111::FillRRectOpImpl
115 Instance(const SkMatrix& viewMatrix, const SkRRect& rrect, const SkRect& localRect, in Instance() argument
118 SkMatrix fViewMatrix;
119 SkRRect fRRect;
120 SkRect fLocalRect;
121 SkPMColor4f fColor;
122 Instance* fNext = nullptr;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-debug-opaque-template-instantiation.rs9 pub struct Instance { struct
14 const UNINIT: ::std::mem::MaybeUninit<Instance> = in bindgen_test_layout_Instance() argument
38 impl Default for Instance { implementation
47 impl ::std::fmt::Debug for Instance { implementation
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dclears.adoc241 [[clears-inside]]
424 [[clears-values]]
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerFuzzer.h22 class Instance; variable
/third_party/decimal.js/
Ddecimal.global.d.ts37 export type Instance = DecimalInstance; alias
50 type Instance = DecimalInstance; alias
Ddecimal.d.ts36 export type Instance = Decimal; alias
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-debug-opaque-template-instantiation.hpp10 class Instance { class
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Didlharness.any.js19 Instance: [self.instance], property
/third_party/typescript/tests/cases/conformance/salsa/
DconstructorFunctions3.ts6 function Instance() { function
/third_party/typescript/tests/cases/compiler/
DvueLikeDataAndPropsInference.ts1 interface Instance { interface
DvueLikeDataAndPropsInference2.ts1 interface Instance { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DModuleAndClassWithSameNameAndCommonRoot.ts23 export var Instance = new A(); variable
DClassAndModuleWithSameNameAndCommonRootES6.ts33 export var Instance = new A(); variable
DClassAndModuleWithSameNameAndCommonRoot.ts32 export var Instance = new A(); variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkInstance.hpp24 class Instance class
DVkInstance.cpp21 Instance::Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDev… in Instance() function in vk::Instance
/third_party/node/deps/v8/src/profiler/
Dprofiler-stats.h30 static ProfilerStats* Instance() { in Instance() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp408 class Instance : public vkt::TestInstance class in vkt::compute::__anone2b86fc50111::AliasTest
411 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anone2b86fc50111::AliasTest::Instance
852 class Instance : public vkt::TestInstance class in vkt::compute::__anone2b86fc50111::ZeroTest
855 Instance(Context& context) in Instance() function in vkt::compute::__anone2b86fc50111::ZeroTest::Instance
1107 class Instance : public vkt::TestInstance class in vkt::compute::__anone2b86fc50111::PaddingTest
1110 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anone2b86fc50111::PaddingTest::Instance
1253 class Instance : public vkt::TestInstance class in vkt::compute::__anone2b86fc50111::SizeTest
1256 Instance(Context& context) in Instance() function in vkt::compute::__anone2b86fc50111::SizeTest::Instance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp408 class Instance : public vkt::TestInstance class in vkt::compute::__anon684975850111::AliasTest
411 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon684975850111::AliasTest::Instance
852 class Instance : public vkt::TestInstance class in vkt::compute::__anon684975850111::ZeroTest
855 Instance(Context& context) in Instance() function in vkt::compute::__anon684975850111::ZeroTest::Instance
1107 class Instance : public vkt::TestInstance class in vkt::compute::__anon684975850111::PaddingTest
1110 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon684975850111::PaddingTest::Instance
1253 class Instance : public vkt::TestInstance class in vkt::compute::__anon684975850111::SizeTest
1256 Instance(Context& context) in Instance() function in vkt::compute::__anon684975850111::SizeTest::Instance
/third_party/typescript/tests/baselines/reference/
DvueLikeDataAndPropsInference.js6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data
DvueLikeDataAndPropsInference2.js6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc869 using Instance = TypeParam; in TYPED_TEST_P() typedef
977 using Instance = TypeParam; in TYPED_TEST_P() typedef
1045 using Instance = TypeParam; in TYPED_TEST_P() typedef
1071 using Instance = TypeParam; in TYPED_TEST_P() typedef
1115 using Instance = TypeParam; in TYPED_TEST_P() typedef
1150 using Instance = TypeParam; in TYPED_TEST_P() typedef
1235 using Instance = TypeParam; in TYPED_TEST_P() typedef
1337 using Instance = TypeParam; in TYPED_TEST_P() typedef
1434 using Instance = TypeParam; in TYPED_TEST_P() typedef
1529 using Instance = TypeParam; in TYPED_TEST_P() typedef

123