Home
last modified time | relevance | path

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

12345678910>>...12

/external/skia/src/gpu/ganesh/ops/
DAtlasInstancedHelper.h59 struct Instance { struct
60 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() function
74 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
DDrawAtlasPathOp.h81 struct Instance { struct
82 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function
95 AtlasInstancedHelper::Instance fAtlasInstance; argument
96 Instance* fNext = nullptr; argument
DFillRRectOp.cpp156 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/
Dmod.rs260 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/
Dinstance.rs13 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/
Dsurface.rs71 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/
DReferenceCountingMap.java109 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/
Ddevice_group_creation.rs64 pub fn device(&self) -> vk::Instance { in device()
69 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.java175 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/
DSharedResourceHolder.java175 private static class Instance { class in SharedResourceHolder
180 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/armnn/src/backends/reference/workloads/
DStringMapping.cpp11 const StringMapping& StringMapping::Instance() in Instance() function in armnn::StringMapping
/external/rust/crates/ash/src/extensions/ext/
Dfull_screen_exclusive.rs22 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()
Dphysical_device_drm.rs11 instance: &Instance, in get_properties()
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp27 CompilerInstance &Instance; member in __anona07f91950111::PrintFunctionsConsumer
31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/external/llvm/include/llvm/MC/
DMCLabel.h28 unsigned Instance; variable
/external/rust/crates/vulkano/src/
Dlibrary.rs296 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/
Dprofiler_smaps.proto30 message Instance { message
/external/swiftshader/src/Vulkan/
DVkInstance.hpp24 class Instance class
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dnonscannable_allocator.cc29 NonScannableAllocatorImpl<quarantinable>::Instance() { in Instance() function in allocator_shim::internal::NonScannableAllocatorImpl
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericDylibManager.h33 ExecutorAddr Instance; member
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp384 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
720Instance(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
1135Instance(Context &context, const vk::ComputePipelineConstructionType computePipelineConstructionTy… in Instance() function in vkt::compute::__anon0b1f5d4d0111::SizeTest::Instance

12345678910>>...12