Home
last modified time | relevance | path

Searched defs:descriptor (Results 851 - 875 of 1143) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/icu/icu4c/source/common/
H A Dserv.cpp363 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() argument
369 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() argument
/third_party/mesa3d/src/freedreno/fdl/
H A Dfreedreno_layout.h298 uint32_t descriptor[FDL6_TEX_CONST_DWORDS]; member
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp363 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() argument
369 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() argument
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc440 GetStubCallDescriptor( Zone* zone, const CallInterfaceDescriptor& descriptor, int stack_parameter_count, CallDescriptor::Flags flags, Operator::Properties properties, StubCallMode stub_mode) GetStubCallDescriptor() argument
548 GetBytecodeDispatchCallDescriptor( Zone* zone, const CallInterfaceDescriptor& descriptor, int stack_parameter_count) GetBytecodeDispatchCallDescriptor() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h453 void JSObject::WriteToField(InternalIndex descriptor, PropertyDetails details, in WriteToField() argument
H A Dtransitions.cc292 InternalIndex descriptor = target.LastAdded(); in ForEachTransitionTo() local
325 InternalIndex descriptor = target.LastAdded(); in IsMatchingMap() local
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.WellKnownTypes.TypeReflection
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs22 private static pbr::FileDescriptor descriptor; field in Conformance.ConformanceReflection
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.MapUnittestProto3Reflection
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp633 std::string descriptor = {}; in initPrograms() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp233 void FunctionalTest::prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) in prepareSourceTexture() argument
361 renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) renderDataIntoMultisampledTexture() argument
406 prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descriptor, glw::GLenum target) prepareDestinationTextureAndFramebuffer() argument
516 checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw::GLenum target) checkSourceTextureSizeAndType() argument
602 getDestinationFormatForChannel(TextureInternalFormatDescriptor descriptor) getDestinationFormatForChannel() argument
632 prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel) prepareProgram() argument
856 checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel, glw::GLenum target, const glw::GLchar* target_name) checkDestinationTexture() argument
1066 isFloatType(TextureInternalFormatDescriptor descriptor) isFloatType() argument
1072 isFixedSignedType(TextureInternalFormatDescriptor descriptor) isFixedSignedType() argument
1080 isFixedUnsignedType(TextureInternalFormatDescriptor descriptor) isFixedUnsignedType() argument
1088 isIntegerSignedType(TextureInternalFormatDescriptor descriptor) isIntegerSignedType() argument
1094 isIntegerUnsignedType(TextureInternalFormatDescriptor descriptor) isIntegerUnsignedType() argument
1100 isDepthType(TextureInternalFormatDescriptor descriptor) isDepthType() argument
1105 isStencilType(TextureInternalFormatDescriptor descriptor) isStencilType() argument
1110 isChannelTypeNone(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel) isChannelTypeNone() argument
1129 getMinPrecision(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel) getMinPrecision() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp545 wgpu::BindGroupDescriptor descriptor; in setTextures() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp486 Pointer<Byte> descriptor = state->getPointer(imageId).base; in GetImageDimensions() local
545 Pointer<Byte> descriptor = state->getPointer(imageId).base; in EmitImageQueryLevels() local
577 Pointer<Byte> descriptor in EmitImageQuerySamples() local
599 GetTexelAddress(ImageInstructionSignature instruction, Pointer<Byte> descriptor, SIMD::Int coordinate[], SIMD::Int sample, vk::Format imageFormat, OutOfBoundsBehavior outOfBoundsBehavior, const EmitState *state) GetTexelAddress() argument
736 Pointer<Byte> descriptor = state->getPointer(instruction.imageId).base; // vk::StorageImageDescriptor* EmitImageRead() local
1160 Pointer<Byte> descriptor = state->getPointer(instruction.imageId).base; // vk::StorageImageDescriptor* EmitImageWrite() local
1178 WriteImage(ImageInstructionSignature instruction, Pointer<Byte> descriptor, const Pointer<SIMD::Int> &coord, const Pointer<SIMD::Int> &texelAndMask, vk::Format imageFormat) WriteImage() argument
1408 Pointer<Byte> descriptor = state->getPointer(instruction.imageId).base; // vk::StorageImageDescriptor* EmitImageTexelPointer() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp437 MaybeError ValidateTextureDescriptorCanBeWrapped(const TextureDescriptor* descriptor) { in ValidateTextureDescriptorCanBeWrapped() argument
505 Create(Device* device, const TextureDescriptor* descriptor) Create() argument
518 CreateExternalImage( Device* device, const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture, Ref<D3D11on12ResourceCacheEntry> d3d11on12Resource, ExternalMutexSerial acquireMutexKey, ExternalMutexSerial releaseMutexKey, bool isSwapChainTexture, bool isInitialized) CreateExternalImage() argument
546 Create(Device* device, const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture) Create() argument
555 InitializeAsExternalTexture( const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture, Ref<D3D11on12ResourceCacheEntry> d3d11on12Resource, ExternalMutexSerial acquireMutexKey, ExternalMutexSerial releaseMutexKey, bool isSwapChainTexture) InitializeAsExternalTexture() argument
648 Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) Texture() argument
1165 Create(TextureBase* texture, const TextureViewDescriptor* descriptor) Create() argument
1170 TextureView(TextureBase* texture, const TextureViewDescriptor* descriptor) TextureView() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTextureForBrowserTests.cpp290 wgpu::TextureDescriptor descriptor; in CreateTexture() local
H A DTextureZeroInitTests.cpp44 wgpu::TextureDescriptor descriptor; in CreateTextureDescriptor() local
59 wgpu::TextureViewDescriptor descriptor; CreateTextureViewDescriptor() local
130 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
147 const wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
190 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
235 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
272 wgpu::TextureDescriptor descriptor = TEST_P() local
304 wgpu::TextureDescriptor descriptor = TEST_P() local
339 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
835 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
859 wgpu::TextureDescriptor descriptor = TEST_P() local
963 wgpu::TextureDescriptor descriptor = TEST_P() local
1028 wgpu::TextureDescriptor descriptor = TEST_P() local
1061 wgpu::TextureDescriptor descriptor = TEST_P() local
1097 wgpu::TextureDescriptor descriptor = TEST_P() local
1130 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
1436 wgpu::TextureDescriptor descriptor; TEST_P() local
1473 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
1505 wgpu::TextureDescriptor descriptor = TEST_P() local
1543 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
1583 wgpu::TextureDescriptor descriptor = TEST_P() local
1627 wgpu::TextureDescriptor descriptor = CreateTextureDescriptor( TEST_P() local
1663 wgpu::TextureDescriptor descriptor = TEST_P() local
[all...]
H A DMultisampledRenderingTests.cpp112 wgpu::TextureDescriptor descriptor; in CreateTextureForRenderAttachment() local
[all...]
H A DBindGroupTests.cpp44 wgpu::PipelineLayoutDescriptor descriptor; in MakeBasicPipelineLayout() local
291 wgpu::TextureDescriptor descriptor; in TEST_P() local
1169 wgpu::BindGroupLayoutDescriptor descriptor; TEST_P() local
1202 wgpu::BindGroupLayoutDescriptor descriptor; TEST_P() local
[all...]
H A DStorageTextureTests.cpp474 wgpu::TextureDescriptor descriptor; in CreateTexture() local
486 wgpu::BufferDescriptor descriptor; in CreateEmptyBufferForTextureCopy() local
605 wgpu::TextureViewDescriptor descriptor; CheckResultInStorageBuffer() local
655 wgpu::TextureViewDescriptor descriptor; WriteIntoStorageTextureInComputePass() local
678 wgpu::TextureViewDescriptor descriptor; ReadWriteIntoStorageTextureInComputePass() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp332 ValidateRenderPassDescriptor(DeviceBase* device, const RenderPassDescriptor* descriptor, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDescriptor() argument
372 ValidateComputePassDescriptor(const DeviceBase* device, const ComputePassDescriptor* descriptor) ValidateComputePassDescriptor() argument
471 CommandEncoder(DeviceBase* device, const CommandEncoderDescriptor* descriptor) CommandEncoder() argument
511 APIBeginComputePass( const ComputePassDescriptor* descriptor) APIBeginComputePass() argument
541 APIBeginRenderPass(const RenderPassDescriptor* descriptor) APIBeginRenderPass() argument
1080 APIFinish(const CommandBufferDescriptor* descriptor) APIFinish() argument
1089 FinishInternal( const CommandBufferDescriptor* descriptor) FinishInternal() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp369 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() argument
375 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() argument
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp119 dawn_native::vulkan::ExternalImageDescriptorDmaBuf descriptor; in WrapVulkanImage() local
135 dawn_native::vulkan::ExternalImageDescriptorDmaBuf descriptor; in WrapVulkanImage() local
782 wgpu::TextureDescriptor descriptor; TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPipelineValidationTests.cpp62 utils::ComboRenderPipelineDescriptor descriptor; in TEST_F() local
74 utils::ComboRenderPipelineDescriptor descriptor; in TEST_F() local
83 utils::ComboRenderPipelineDescriptor descriptor; in TEST_F() local
92 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
102 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
111 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
124 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
137 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
149 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
160 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
178 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
187 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
200 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
210 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
225 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
236 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
247 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
258 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
269 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
287 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
327 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
409 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
418 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
655 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
665 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
687 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
737 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
777 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
802 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
815 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
835 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
844 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
856 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
882 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
929 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
969 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1029 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1039 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1050 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1062 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1074 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1087 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1100 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1113 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1149 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1175 dawn_native::DawnDeviceDescriptor descriptor; global() variable
1184 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1193 utils::ComboRenderPipelineDescriptor descriptor; TEST_F() local
1208 utils::ComboRenderPipelineDescriptor descriptor; CheckCreatingRenderPipeline() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc218 std::string UniqueFileScopeIdentifier(const Descriptor* descriptor) { in UniqueFileScopeIdentifier() argument
269 std::string ClassName(const Descriptor* descriptor) { in ClassName() argument
274 std::string ClassName(const EnumDescriptor* descriptor) { in ClassName() argument
279 std::string ClassName(const ServiceDescriptor* descriptor) { in ClassName() argument
136 PrintEnumVerifierLogic(io::Printer* printer, const FieldDescriptor* descriptor, const std::map<std::string, std::string>& variables, const char* var_name, const char* terminating_string, bool enforce_lite) PrintEnumVerifierLogic() argument
284 ClassName(const FileDescriptor* descriptor) ClassName() argument
290 ExtraMessageInterfaces(const Descriptor* descriptor) ExtraMessageInterfaces() argument
297 ExtraBuilderInterfaces(const Descriptor* descriptor) ExtraBuilderInterfaces() argument
303 ExtraMessageOrBuilderInterfaces(const Descriptor* descriptor) ExtraMessageOrBuilderInterfaces() argument
394 PrimitiveTypeName(const FieldDescriptor* descriptor) PrimitiveTypeName() argument
427 BoxedPrimitiveTypeName(const FieldDescriptor* descriptor) BoxedPrimitiveTypeName() argument
825 SortFieldsByNumber(const Descriptor* descriptor) SortFieldsByNumber() argument
881 HasRepeatedFields(const Descriptor* descriptor) HasRepeatedFields() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h581 Descriptor* descriptor; // kept alive by self.class.descriptor reference. member

Completed in 36 milliseconds

1...<<31323334353637383940>>...46