Home
last modified time | relevance | path

Searched refs:Instance (Results 1 - 25 of 153) sorted by relevance

1234567

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-debug-opaque-template-instantiation.rs9 pub struct Instance { structure names
14 const UNINIT: ::std::mem::MaybeUninit<Instance> = in bindgen_test_layout_Instance()
18 ::std::mem::size_of::<Instance>(), in bindgen_test_layout_Instance()
20 concat!("Size of: ", stringify!(Instance)) in bindgen_test_layout_Instance()
23 ::std::mem::align_of::<Instance>(), in bindgen_test_layout_Instance()
25 concat!("Alignment of ", stringify!(Instance)) in bindgen_test_layout_Instance()
32 stringify!(Instance), in bindgen_test_layout_Instance()
38 impl Default for Instance {
47 impl ::std::fmt::Debug for Instance {
49 write!(f, "Instance {{ va
[all...]
/third_party/skia/src/sksl/
H A DSkSLThreadContext.h56 static SkSL::Compiler& Compiler() { return *Instance().fCompiler; } in Compiler()
71 static SkSL::Program::Inputs& Inputs() { return Instance().fInputs; } in Inputs()
77 return Instance().fProgramElements; in ProgramElements()
81 return Instance().fSharedElements; in SharedElements()
92 static std::unique_ptr<Pool>& MemoryPool() { return Instance().fPool; } in MemoryPool()
97 static std::unique_ptr<ModifiersPool>& GetModifiersPool() { return Instance().fModifiersPool; } in GetModifiersPool()
102 static std::unique_ptr<ProgramConfig>& GetProgramConfig() { return Instance().fConfig; } in GetProgramConfig()
132 SkASSERTF(!Instance().fStack.empty(), "This feature requires a FragmentProcessor"); in CurrentProcessor()
133 return Instance().fStack.top().fProcessor; in CurrentProcessor()
140 SkASSERTF(!Instance() in CurrentEmitArgs()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc869 using Instance = TypeParam; in TYPED_TEST_P()
870 using InstanceVec = absl::InlinedVector<Instance, 8>; in TYPED_TEST_P()
880 for (int i = 0; i < l1; i++) a.push_back(Instance(i)); in TYPED_TEST_P()
881 for (int i = 0; i < l2; i++) b.push_back(Instance(100 + i)); in TYPED_TEST_P()
977 using Instance = TypeParam; in TYPED_TEST_P()
978 using InstanceVec = absl::InlinedVector<Instance, 8>; in TYPED_TEST_P()
987 v.push_back(Instance(i)); in TYPED_TEST_P()
996 v.resize(len + 10, Instance(100)); in TYPED_TEST_P()
1009 v.resize(len, Instance(100)); in TYPED_TEST_P()
1045 using Instance in TYPED_TEST_P()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp20 #include "dawn_native/Instance.h"
146 // Instance
148 Instance::Instance() : mImpl(InstanceBase::Create()) { in Instance() function in dawn_native::Instance
151 Instance::~Instance() { in ~Instance()
158 void Instance::DiscoverDefaultAdapters() { in DiscoverDefaultAdapters()
162 bool Instance::DiscoverAdapters(const AdapterDiscoveryOptionsBase* options) { in DiscoverAdapters()
166 std::vector<Adapter> Instance::GetAdapters() const { in GetAdapters()
175 const ToggleInfo* Instance
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkInstance.cpp21 Instance::Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDevice, DebugUtilsMessenger *messenger) in Instance() function in vk::Instance
27 void Instance::destroy(const VkAllocationCallbacks *pAllocator) in destroy()
32 VkResult Instance::getPhysicalDevices(uint32_t *pPhysicalDeviceCount, VkPhysicalDevice *pPhysicalDevices) const in getPhysicalDevices()
51 VkResult Instance::getPhysicalDeviceGroups(uint32_t *pPhysicalDeviceGroupCount, in getPhysicalDeviceGroups()
73 void Instance::submitDebugUtilsMessage(VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageTypes, const VkDebugUtilsMessengerCallbackDataEXT *pCallbackData) in submitDebugUtilsMessage()
H A DVkInstance.hpp24 class Instance class
29 Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDevice, DebugUtilsMessenger *messenger);
45 using DispatchableInstance = DispatchableObject<Instance, VkInstance>;
47 static inline Instance *Cast(VkInstance object) in Cast()
H A DVkGetProcAddress.hpp23 class Instance;
25 PFN_vkVoidFunction GetInstanceProcAddr(Instance *instance, const char *pName);
/third_party/alsa-lib/src/pcm/
H A Dladspa.h466 void (*connect_port)(LADSPA_Handle Instance,
489 void (*activate)(LADSPA_Handle Instance);
505 void (*run)(LADSPA_Handle Instance,
521 void (*run_adding)(LADSPA_Handle Instance,
533 void (*set_run_adding_gain)(LADSPA_Handle Instance,
549 void (*deactivate)(LADSPA_Handle Instance);
558 void (*cleanup)(LADSPA_Handle Instance);
/third_party/pulseaudio/src/modules/
H A Dladspa.h465 void (*connect_port)(LADSPA_Handle Instance,
488 void (*activate)(LADSPA_Handle Instance);
504 void (*run)(LADSPA_Handle Instance,
520 void (*run_adding)(LADSPA_Handle Instance,
532 void (*set_run_adding_gain)(LADSPA_Handle Instance,
548 void (*deactivate)(LADSPA_Handle Instance);
557 void (*cleanup)(LADSPA_Handle Instance);
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.h26 , fHeadInstance(arena->make<Instance>(fillBounds, localToDevice, paint.getColor4f(), in DrawAtlasPathOp()
57 struct Instance { struct in skgpu::v1::final
58 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function
71 AtlasInstancedHelper::Instance fAtlasInstance;
72 Instance* fNext = nullptr;
75 Instance* fHeadInstance;
76 Instance** fTailInstance;
H A DAtlasInstancedHelper.h60 struct Instance { struct in skgpu::v1::AtlasInstancedHelper::ShaderFlags
61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() function
75 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp55 template<typename Instance, typename Support = NoSupport0>
59 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec) in InstanceFactory()
66 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
75 return new Instance(context, m_testSpec); in createInstance()
93 const typename Instance::TestSpec m_testSpec;
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h144 // Base class for options passed to Instance::DiscoverAdapters.
160 class DAWN_NATIVE_EXPORT Instance { class
162 Instance();
163 ~Instance();
165 Instance(const Instance& other) = delete;
166 Instance& operator=(const Instance& other) = delete;
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DWindow.hpp29 Window(vk::Instance instance, vk::Extent2D windowSize);
35 const vk::Instance instance;
44 Window(vk::Instance instance, vk::Extent2D windowSize);
53 const vk::Instance instance;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCLabel.h25 unsigned Instance; member in llvm::MCLabel
30 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel()
37 unsigned getInstance() const { return Instance; } in getInstance()
40 unsigned incInstance() { return ++Instance; } in incInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp55 template<typename Instance, typename Support = NoSupport0>
59 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec) in InstanceFactory()
66 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
75 return new Instance(context, m_testSpec); in createInstance()
93 const typename Instance::TestSpec m_testSpec;
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp51 dawn_native::Instance instance; in TEST()
71 dawn_native::Instance instance; in TEST()
89 dawn_native::Instance instance; in TEST()
117 dawn_native::Instance instance; in TEST()
137 dawn_native::Instance instance; in TEST()
169 dawn_native::Instance instance; in TEST()
210 dawn_native::Instance instance; in TEST()
233 dawn_native::Instance instance; in TEST()
H A DVertexStateTests.cpp375 VertexStepMode::Instance, in TEST_P()
379 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P()
395 {{4 * sizeof(float), VertexStepMode::Instance, {{0, 0, VertexFormat::Float32x4}}}}, in TEST_P()
398 MakeTestPipeline(vertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P()
420 VertexStepMode::Instance, in TEST_P()
427 {2, VertexFormat::Float32x3, VertexStepMode::Instance}, in TEST_P()
428 {3, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P()
449 // Instance input state, using slot 1 in TEST_P()
453 {4 * sizeof(float), VertexStepMode::Instance, {{0, 0, VertexFormat::Float32x4}}}}, in TEST_P()
456 instanceVertexState, 1, {{0, VertexFormat::Float32x4, VertexStepMode::Instance}}); in TEST_P()
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/
H A DPropertyInfoExtensionsTest.cs56 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success()
69 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter()
80 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success()
93 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DPropertyInfoExtensionsTest.cs56 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success()
69 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter()
80 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success()
93 .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
/third_party/typescript/tests/baselines/reference/
H A DClassAndModuleWithSameNameAndCommonRootES6.js34 export var Instance = new A();
38 var a = A.Instance;
76 A.Instance = new A();
79 var a = A.Instance;
H A DClassAndModuleWithSameNameAndCommonRoot.js34 export var Instance = new A();
38 var a = A.Instance;
80 A.Instance = new A();
83 var a = A.Instance;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h151 /// \return True if the map has a scalar entry for \p Key and \p Instance.
152 bool hasScalarValue(Value *Key, const VPIteration &Instance) const {
153 assert(Instance.Part < UF && "Queried Scalar Part is too large.");
154 assert(Instance.Lane < VF && "Queried Scalar Lane is too large.");
159 assert(Entry[Instance.Part].size() == VF &&
161 return Entry[Instance.Part][Instance.Lane] != nullptr;
172 /// \p Instance.
173 Value *getScalarValue(Value *Key, const VPIteration &Instance) {
174 assert(hasScalarValue(Key, Instance)
[all...]
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice()
101 std::unique_ptr<dawn_native::Instance> instance = std::make_unique<dawn_native::Instance>(); in Create()
155 DawnTestContextImpl(std::unique_ptr<dawn_native::Instance> instance, in DawnTestContextImpl()
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerFuzzer.h22 class Instance;
28 using MakeDeviceFn = std::function<wgpu::Device(dawn_native::Instance*)>;

Completed in 11 milliseconds

1234567