| /external/skia/src/gpu/ganesh/ops/ |
| D | AtlasInstancedHelper.h | 59 struct Instance { struct 60 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() function 74 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
|
| D | DrawAtlasPathOp.h | 81 struct Instance { struct 82 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function 95 AtlasInstancedHelper::Instance fAtlasInstance; argument 96 Instance* fNext = nullptr; argument
|
| D | FillRRectOp.cpp | 156 struct Instance { struct in skgpu::ganesh::FillRRectOp::__anonad97b46b0111::FillRRectOpImpl 157 Instance(const SkMatrix& viewMatrix, in Instance() argument 163 SkMatrix fViewMatrix; 164 SkRRect fRRect; 165 LocalCoords fLocalCoords; 166 SkPMColor4f fColor; 167 Instance* fNext = nullptr;
|
| /external/rust/crates/vulkano/src/instance/ |
| D | mod.rs | 260 pub struct Instance { struct 261 handle: ash::vk::Instance, argument 262 fns: InstanceFunctions, argument 266 enabled_extensions: InstanceExtensions, argument 274 impl UnwindSafe for Instance {} argument 275 impl RefUnwindSafe for Instance {} implementation 277 impl Instance { impl 288 ) -> Result<Arc<Instance>, InstanceCreationError> { in new() 315 ) -> Result<Arc<Instance>, InstanceCreationError> { in with_debug_utils_messengers() 641 impl Drop for Instance { implementation [all …]
|
| /external/rust/crates/ash/src/ |
| D | instance.rs | 13 pub struct Instance { struct 14 pub(crate) handle: vk::Instance, argument 16 pub(crate) instance_fn_1_0: vk::InstanceFnV1_0, argument 17 pub(crate) instance_fn_1_1: vk::InstanceFnV1_1, argument 18 pub(crate) instance_fn_1_2: vk::InstanceFnV1_2, argument 19 pub(crate) instance_fn_1_3: vk::InstanceFnV1_3, argument 22 impl Instance { implementation 39 pub fn handle(&self) -> vk::Instance { in handle() 46 impl Instance { implementation 91 impl Instance { impl [all …]
|
| /external/rust/crates/vulkano/src/swapchain/ |
| D | surface.rs | 71 instance: Arc<Instance>, in from_handle() 96 instance: Arc<Instance>, in headless() 120 instance: Arc<Instance>, in headless_unchecked() 247 instance: Arc<Instance>, in from_android() 257 instance: &Instance, in validate_from_android() 278 instance: Arc<Instance>, in from_android_unchecked() 319 instance: Arc<Instance>, in from_directfb() 332 instance: &Instance, in validate_from_directfb() 357 instance: Arc<Instance>, in from_directfb_unchecked() 399 instance: Arc<Instance>, in from_fuchsia_image_pipe() [all …]
|
| /external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/security/ |
| D | ReferenceCountingMap.java | 109 private static final class Instance<V extends Closeable> { class in ReferenceCountingMap 125 Instance(V value) { in Instance() method in ReferenceCountingMap.Instance
|
| /external/rust/crates/ash/src/extensions/khr/ |
| D | device_group_creation.rs | 64 pub fn device(&self) -> vk::Instance { in device() 69 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 | 175 private static class Instance { class in SharedResourceHolder 180 Instance(Object payload) { in Instance() method in SharedResourceHolder.Instance
|
| /external/sdk-platform-java/java-core/google-cloud-core-grpc/src/main/java/com/google/cloud/grpc/ |
| D | SharedResourceHolder.java | 175 private static class Instance { class in SharedResourceHolder 180 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/armnn/src/backends/reference/workloads/ |
| D | StringMapping.cpp | 11 const StringMapping& StringMapping::Instance() in Instance() function in armnn::StringMapping
|
| /external/rust/crates/ash/src/extensions/ext/ |
| D | full_screen_exclusive.rs | 22 pub fn new(instance: &Instance, device: &Device) -> Self { in new() 36 pub fn new_from_instance(entry: &Entry, instance: &Instance, device: vk::Device) -> Self { in new_from_instance()
|
| D | physical_device_drm.rs | 11 instance: &Instance, in get_properties()
|
| /external/clang/examples/PrintFunctionNames/ |
| D | PrintFunctionNames.cpp | 27 CompilerInstance &Instance; member in __anona07f91950111::PrintFunctionsConsumer 31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
| D | MCLabel.h | 25 unsigned Instance; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCLabel.h | 25 unsigned Instance; variable
|
| /external/llvm/include/llvm/MC/ |
| D | MCLabel.h | 28 unsigned Instance; variable
|
| /external/rust/crates/vulkano/src/ |
| D | library.rs | 296 instance: ash::vk::Instance, in get_instance_proc_addr() 310 instance: ash::vk::Instance, in get_instance_proc_addr() 322 instance: ash::vk::Instance, in get_instance_proc_addr() 367 instance: ash::vk::Instance, in get_instance_proc_addr()
|
| /external/perfetto/protos/perfetto/metrics/android/ |
| D | profiler_smaps.proto | 30 message Instance { message
|
| /external/swiftshader/src/Vulkan/ |
| D | VkInstance.hpp | 24 class Instance class
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
| D | nonscannable_allocator.cc | 29 NonScannableAllocatorImpl<quarantinable>::Instance() { in Instance() function in allocator_shim::internal::NonScannableAllocatorImpl
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | EPCGenericDylibManager.h | 33 ExecutorAddr Instance; member
|
| /external/deqp/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 384 class Instance : public vkt::TestInstance class in vkt::compute::__anon0b1f5d4d0111::AliasTest 387 Instance(Context &context, const CaseDef &caseDef, in Instance() function in vkt::compute::__anon0b1f5d4d0111::AliasTest::Instance 717 class Instance : public vkt::TestInstance class in vkt::compute::__anon0b1f5d4d0111::ZeroTest 720 …Instance(Context &context, const vk::ComputePipelineConstructionType computePipelineConstructionTy… in Instance() function in vkt::compute::__anon0b1f5d4d0111::ZeroTest::Instance 980 class Instance : public vkt::TestInstance class in vkt::compute::__anon0b1f5d4d0111::PaddingTest 983 Instance(Context &context, const CaseDef &caseDef, in Instance() function in vkt::compute::__anon0b1f5d4d0111::PaddingTest::Instance 1132 class Instance : public vkt::TestInstance class in vkt::compute::__anon0b1f5d4d0111::SizeTest 1135 …Instance(Context &context, const vk::ComputePipelineConstructionType computePipelineConstructionTy… in Instance() function in vkt::compute::__anon0b1f5d4d0111::SizeTest::Instance
|