Home
last modified time | relevance | path

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

1234567

/external/rust/crates/vulkano/src/instance/
Dinstance.rs172 pub struct Instance { struct
173 instance: ash::vk::Instance, argument
184 fns: InstanceFunctions, argument
185 extensions: InstanceExtensions, argument
191 impl ::std::panic::UnwindSafe for Instance {} argument
192 impl ::std::panic::RefUnwindSafe for Instance {} implementation
194 impl Instance { impl
226 ) -> Result<Arc<Instance>, InstanceCreationError> in new()
251 ) -> Result<Arc<Instance>, InstanceCreationError> in with_loader()
275 ) -> Result<Arc<Instance>, InstanceCreationError> {
[all …]
Dloader.rs47 instance: ash::vk::Instance, in get_instance_proc_addr()
60 instance: ash::vk::Instance, in get_instance_proc_addr()
107 instance: ash::vk::Instance, in get_instance_proc_addr()
172 instance: ash::vk::Instance, in get_instance_proc_addr()
/external/skia/src/gpu/ops/
DDrawAtlasPathOp.h57 struct Instance { struct
58 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function
71 AtlasInstancedHelper::Instance fAtlasInstance; argument
72 Instance* fNext = nullptr; argument
DAtlasInstancedHelper.h58 struct Instance { struct
59 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() argument
73 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
DFillRRectOp.cpp130 struct Instance { struct in skgpu::v1::FillRRectOp::__anon4b059ebe0111::FillRRectOpImpl
131 Instance(const SkMatrix& viewMatrix, in Instance() function
137 SkMatrix fViewMatrix;
138 SkRRect fRRect;
139 LocalCoords fLocalCoords;
140 SkPMColor4f fColor;
141 Instance* fNext = nullptr;
/external/rust/crates/ash/src/
Dinstance.rs11 pub struct Instance { struct
12 pub(crate) handle: vk::Instance, argument
14 pub(crate) instance_fn_1_0: vk::InstanceFnV1_0, argument
15 pub(crate) instance_fn_1_1: vk::InstanceFnV1_1, argument
16 pub(crate) instance_fn_1_2: vk::InstanceFnV1_2, argument
19 impl Instance { implementation
34 pub fn handle(&self) -> vk::Instance { in handle()
41 impl Instance { impl
49 impl Instance { impl
241 impl Instance { impl
/external/rust/crates/vulkano/src/swapchain/
Dsurface.rs52 instance: Arc<Instance>, in from_raw_surface()
141 instance: Arc<Instance>, in from_hwnd()
189 instance: Arc<Instance>, in from_xcb()
237 instance: Arc<Instance>, in from_xlib()
285 instance: Arc<Instance>, in from_wayland()
331 instance: Arc<Instance>, in from_anativewindow()
376 instance: Arc<Instance>, in from_ios_moltenvk()
421 instance: Arc<Instance>, in from_macos_moltenvk()
465 instance: Arc<Instance>, in from_vi_surface()
653 pub fn instance(&self) -> &Arc<Instance> { in instance()
/external/rust/crates/ash/src/extensions/khr/
Dpush_descriptor.rs14 pub fn new(instance: &Instance, device: &Device) -> Self { in new()
70 pub fn instance(&self) -> vk::Instance { in instance()
/external/clang/test/SemaCXX/
Dvtable-instantiation.cpp36 static Target<T> Instance; member
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} member in PR9325::Provider<T>
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSharedResourceHolder.java180 private static class Instance { class in SharedResourceHolder
185 Instance(Object payload) { in Instance() method in SharedResourceHolder.Instance
/external/libtextclassifier/native/utils/zlib/
Dzlib.cc24 std::unique_ptr<ZlibDecompressor> ZlibDecompressor::Instance() { in Instance() function in libtextclassifier3::ZlibDecompressor
107 std::unique_ptr<ZlibCompressor> ZlibCompressor::Instance() { in Instance() function in libtextclassifier3::ZlibCompressor
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp27 CompilerInstance &Instance; member in __anonbc167b2d0111::PrintFunctionsConsumer
31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
/external/armnn/src/backends/reference/workloads/
DStringMapping.cpp11 const StringMapping& StringMapping::Instance() in Instance() function in armnn::StringMapping
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/external/pigweed/pw_stream/public/pw_stream/
Dnull_stream.h33 static NullStream& Instance() { in Instance() function
/external/llvm/include/llvm/MC/
DMCLabel.h28 unsigned Instance; variable
/external/rust/crates/ash/src/extensions/ext/
Dphysical_device_drm.rs10 instance: &Instance, in get_properties()
Ddebug_utils.rs134 instance: vk::Instance, in submit_debug_utils_message()
151 pub fn instance(&self) -> vk::Instance { in instance()
Dextended_dynamic_state.rs14 pub fn new(instance: &Instance, device: &Device) -> Self { in new()
194 pub fn instance(&self) -> vk::Instance { in instance()
/external/swiftshader/src/Vulkan/
DVkInstance.hpp24 class Instance class
/external/perfetto/protos/perfetto/metrics/android/
Dprofiler_smaps.proto30 message Instance { message
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp408 class Instance : public vkt::TestInstance class in vkt::compute::__anon6620ebe50111::AliasTest
411 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon6620ebe50111::AliasTest::Instance
852 class Instance : public vkt::TestInstance class in vkt::compute::__anon6620ebe50111::ZeroTest
855 Instance(Context& context) in Instance() function in vkt::compute::__anon6620ebe50111::ZeroTest::Instance
1107 class Instance : public vkt::TestInstance class in vkt::compute::__anon6620ebe50111::PaddingTest
1110 Instance(Context& context, const CaseDef& caseDef) in Instance() function in vkt::compute::__anon6620ebe50111::PaddingTest::Instance
1253 class Instance : public vkt::TestInstance class in vkt::compute::__anon6620ebe50111::SizeTest
1256 Instance(Context& context) in Instance() function in vkt::compute::__anon6620ebe50111::SizeTest::Instance
/external/pigweed/pw_sync/public/pw_sync/
Dvirtual_basic_lockable.h64 static NoOpLock& Instance() { in Instance() function
/external/starlark-go/repl/
Drepl.go63 func rep(rl *readline.Instance, thread *starlark.Thread, globals starlark.StringDict) error {
/external/rust/crates/vulkano/src/device/
Dphysical.rs38 instance: &Instance, in init_physical_devices()
129 fn init_physical_devices_inner(instance: &Instance, infos: &mut [PhysicalDeviceInfo]) { in init_physical_devices_inner()
181 fn init_physical_devices_inner2(instance: &Instance, infos: &mut [PhysicalDeviceInfo]) { in init_physical_devices_inner2()
327 instance: &'a Arc<Instance>, in enumerate()
356 pub fn from_index(instance: &'a Arc<Instance>, index: usize) -> Option<PhysicalDevice<'a>> { in from_index()
380 pub fn instance(&self) -> &'a Arc<Instance> { in instance()

1234567