/external/rust/crates/vulkano/src/instance/ |
D | instance.rs | 172 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 …]
|
D | loader.rs | 47 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/ |
D | DrawAtlasPathOp.h | 57 struct Instance { struct 58 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function 71 AtlasInstancedHelper::Instance fAtlasInstance; argument 72 Instance* fNext = nullptr; argument
|
D | AtlasInstancedHelper.h | 58 struct Instance { struct 59 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() argument 73 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
|
D | FillRRectOp.cpp | 130 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/ |
D | instance.rs | 11 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/ |
D | surface.rs | 52 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/ |
D | push_descriptor.rs | 14 pub fn new(instance: &Instance, device: &Device) -> Self { in new() 70 pub fn instance(&self) -> vk::Instance { in instance()
|
/external/clang/test/SemaCXX/ |
D | vtable-instantiation.cpp | 36 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/ |
D | SharedResourceHolder.java | 180 private static class Instance { class in SharedResourceHolder 185 Instance(Object payload) { in Instance() method in SharedResourceHolder.Instance
|
/external/libtextclassifier/native/utils/zlib/ |
D | zlib.cc | 24 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/ |
D | PrintFunctionNames.cpp | 27 CompilerInstance &Instance; member in __anonbc167b2d0111::PrintFunctionsConsumer 31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
|
/external/armnn/src/backends/reference/workloads/ |
D | StringMapping.cpp | 11 const StringMapping& StringMapping::Instance() in Instance() function in armnn::StringMapping
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCLabel.h | 25 unsigned Instance; variable
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | null_stream.h | 33 static NullStream& Instance() { in Instance() function
|
/external/llvm/include/llvm/MC/ |
D | MCLabel.h | 28 unsigned Instance; variable
|
/external/rust/crates/ash/src/extensions/ext/ |
D | physical_device_drm.rs | 10 instance: &Instance, in get_properties()
|
D | debug_utils.rs | 134 instance: vk::Instance, in submit_debug_utils_message() 151 pub fn instance(&self) -> vk::Instance { in instance()
|
D | extended_dynamic_state.rs | 14 pub fn new(instance: &Instance, device: &Device) -> Self { in new() 194 pub fn instance(&self) -> vk::Instance { in instance()
|
/external/swiftshader/src/Vulkan/ |
D | VkInstance.hpp | 24 class Instance class
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | profiler_smaps.proto | 30 message Instance { message
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 408 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/ |
D | virtual_basic_lockable.h | 64 static NoOpLock& Instance() { in Instance() function
|
/external/starlark-go/repl/ |
D | repl.go | 63 func rep(rl *readline.Instance, thread *starlark.Thread, globals starlark.StringDict) error {
|
/external/rust/crates/vulkano/src/device/ |
D | physical.rs | 38 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()
|