Home
last modified time | relevance | path

Searched defs:descriptor (Results 601 - 625 of 1042) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c62 mbedtls_oid_descriptor_t descriptor; member
/third_party/node/deps/v8/src/compiler/
H A Dframe-states.cc154 CallInterfaceDescriptor descriptor = callable.descriptor(); in CreateStubBuiltinContinuationFrameState() local
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc228 InternalIndex descriptor = transition_map->LastAdded(); in StoreOwnTransition() local
261 InternalIndex descriptor = transition_map->LastAdded(); in StoreTransition() local
[all...]
H A Dhandler-configuration-inl.h77 Handle<Smi> LoadHandler::LoadAccessor(Isolate* isolate, int descriptor) { in LoadAccessor() argument
239 Handle<Smi> StoreHandler::StoreField(Isolate* isolate, int descriptor, in StoreField() argument
88 LoadNativeDataProperty(Isolate* isolate, int descriptor) LoadNativeDataProperty() argument
224 StoreField(Isolate* isolate, Kind kind, int descriptor, FieldIndex field_index, Representation representation) StoreField() argument
248 StoreSharedStructField( Isolate* isolate, int descriptor, FieldIndex field_index, Representation representation) StoreSharedStructField() argument
256 StoreNativeDataProperty(Isolate* isolate, int descriptor) StoreNativeDataProperty() argument
263 StoreAccessor(Isolate* isolate, int descriptor) StoreAccessor() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array-inl.h100 ObjectSlot DescriptorArray::GetDescriptorSlot(int descriptor) { in GetDescriptorSlot() argument
/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.Examples.AddressBook.AddressbookReflection
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs422 public IMessage Parse(string json, MessageDescriptor descriptor) in Parse() argument
436 public IMessage Parse(TextReader jsonReader, MessageDescriptor descriptor) in Parse() argument
[all...]
H A DJsonFormatter.cs303 private static bool IsDefaultValue(FieldDescriptor descriptor, object value) in IsDefaultValue() argument
448 private void WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) in WriteWellKnownTypeValue() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs191 internal DescriptorDeclaration GetDeclaration(IDescriptor descriptor) in GetDeclaration() argument
459 GetAllDependedExtensions(FileDescriptor descriptor) GetAllDependedExtensions() argument
468 GetAllDependedExtensionsFromMessage(MessageDescriptor descriptor) GetAllDependedExtensionsFromMessage() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.WellKnownTypes.StructReflection
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestImport.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.Proto2.UnittestImportReflection
H A DUnittestSelfreferentialOptions.cs22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.SelfreferentialOptions.UnittestSelfreferentialOptionsReflection
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp211 vk::VkDescriptorBufferInfo descriptor; in iterate() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
H A Dconstant_uniform_facts_test.cpp38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
/third_party/skia/src/core/
H A DSkStrikeSpec.cpp22 SkStrikeSpec::SkStrikeSpec(const SkDescriptor& descriptor, sk_sp<SkTypeface> typeface) in SkStrikeSpec() argument
284 const SkDescriptor& SkBulkGlyphMetricsAndImages::descriptor() const { in descriptor() function in SkBulkGlyphMetricsAndImages
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp20 const GrD3DDescriptorHeap::CPUHandle& descriptor = fRTVDescriptorPool.allocateHandle(gpu); in createRenderTargetView() local
32 const GrD3DDescriptorHeap::CPUHandle& descriptor = fDSVDescriptorPool.allocateHandle(gpu); in createDepthStencilView() local
44 const GrD3DDescriptorHeap::CPUHandle& descriptor = in createConstantBufferView() local
56 const GrD3DDescriptorHeap::CPUHandle& descriptor in createShaderResourceView() local
72 const GrD3DDescriptorHeap::CPUHandle& descriptor = createUnorderedAccessView() local
98 const GrD3DDescriptorHeap::CPUHandle& descriptor = fSamplerDescriptorPool.allocateHandle(gpu); createSampler() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp327 GrVkRenderPass(const GrVkGpu* gpu, VkRenderPass renderPass, AttachmentFlags flags, const AttachmentsDescriptor& descriptor, SelfDependencyFlags selfDepFlags, LoadFromResolve loadFromResolve, const VkExtent2D& granularity, uint32_t clearValueCount) GrVkRenderPass() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp133 Pointer<Byte> descriptor = function.Arg<0>(); in emitWriteRoutine() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
H A Dconstant_uniform_facts_test.cpp38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.cpp266 ValidateBindGroupDescriptor(DeviceBase* device, const BindGroupDescriptor* descriptor) ValidateBindGroupDescriptor() argument
335 BindGroupBase(DeviceBase* device, const BindGroupDescriptor* descriptor, void* bindingDataStart) BindGroupBase() argument
[all...]
H A DComputePassEncoder.cpp113 ComputePassEncoder(DeviceBase* device, const ComputePassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext) ComputePassEncoder() argument
H A DIndirectDrawValidationEncoder.cpp356 ComputePassDescriptor descriptor = {}; in EncodeIndirectDrawValidationCommands() local
H A DInstance.cpp89 InstanceBase* InstanceBase::Create(const InstanceDescriptor* descriptor) { in Create() argument
304 Surface* InstanceBase::APICreateSurface(const SurfaceDescriptor* descriptor) { in APICreateSurface() argument
H A DRenderPassEncoder.cpp51 RenderPassEncoder(DeviceBase* device, const RenderPassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext, RenderPassResourceUsageTracker usageTracker, Ref<AttachmentState> attachmentState, QuerySetBase* occlusionQuerySet, uint32_t renderTargetWidth, uint32_t renderTargetHeight, bool depthReadOnly, bool stencilReadOnly) RenderPassEncoder() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBufferD3D12.cpp99 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument
105 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor) in Buffer() argument

Completed in 21 milliseconds

1...<<21222324252627282930>>...42