Home
last modified time | relevance | path

Searched defs:descriptor (Results 276 - 300 of 1024) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DEmpty.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.WellKnownTypes.EmptyReflection
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.OldGenerator.OldExtensions1Reflection
H A DUnittestIssue6936B.cs22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.UnittestIssue6936BReflection
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp33 uint8_t descriptor; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderBundleEncoder.cpp58 ValidateRenderBundleEncoderDescriptor( const DeviceBase* device, const RenderBundleEncoderDescriptor* descriptor) ValidateRenderBundleEncoderDescriptor() argument
88 RenderBundleEncoder(DeviceBase* device, const RenderBundleEncoderDescriptor* descriptor) RenderBundleEncoder() argument
111 Create( DeviceBase* device, const RenderBundleEncoderDescriptor* descriptor) Create() argument
130 APIFinish(const RenderBundleDescriptor* descriptor) APIFinish() argument
141 FinishImpl( const RenderBundleDescriptor* descriptor) FinishImpl() argument
[all...]
H A DQuerySet.cpp41 ValidateQuerySetDescriptor(DeviceBase* device, const QuerySetDescriptor* descriptor) ValidateQuerySetDescriptor() argument
103 QuerySetBase(DeviceBase* device, const QuerySetDescriptor* descriptor) QuerySetBase() argument
[all...]
H A DRenderBundle.cpp25 RenderBundleBase(RenderBundleEncoder* encoder, const RenderBundleDescriptor* descriptor, Ref<AttachmentState> attachmentState, bool depthReadOnly, bool stencilReadOnly, RenderPassResourceUsage resourceUsage, IndirectDrawMetadata indirectDrawMetadata) RenderBundleBase() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupLayoutD3D12.cpp60 Create( Device* device, const BindGroupLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) Create() argument
67 BindGroupLayout(Device* device, const BindGroupLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) BindGroupLayout() argument
134 AllocateBindGroup( Device* device, const BindGroupDescriptor* descriptor) AllocateBindGroup() argument
[all...]
H A DD3D12Backend.cpp55 ExternalImageDXGI(ComPtr<ID3D12Resource> d3d12Resource, const WGPUTextureDescriptor* descriptor) ExternalImageDXGI() argument
76 ProduceTexture( WGPUDevice device, const ExternalImageAccessDescriptorDXGIKeyedMutex* descriptor) ProduceTexture() argument
119 Create( WGPUDevice device, const ExternalImageDescriptorDXGISharedHandle* descriptor) Create() argument
[all...]
H A DComputePipelineD3D12.cpp27 CreateUninitialized( Device* device, const ComputePipelineDescriptor* descriptor) CreateUninitialized() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp168 requestDevice( Napi::Env env, interop::GPUDeviceDescriptor descriptor) requestDevice() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DRenderBundleTests.cpp50 utils::ComboRenderPipelineDescriptor descriptor; variable
[all...]
H A DDepthBiasTests.cpp77 wgpu::TextureDescriptor descriptor; in RunDepthBiasTest() local
85 wgpu::TextureDescriptor descriptor; in RunDepthBiasTest() local
[all...]
H A DIndexFormatTests.cpp54 utils::ComboRenderPipelineDescriptor descriptor; in MakeTestPipeline() local
[all...]
H A DTexture3DTests.cpp66 wgpu::TextureDescriptor descriptor; in TEST_P() local
H A DDrawIndexedTests.cpp40 utils::ComboRenderPipelineDescriptor descriptor; variable
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBindGroupVk.cpp32 Create(Device* device, const BindGroupDescriptor* descriptor) Create() argument
37 BindGroup(Device* device, const BindGroupDescriptor* descriptor, DescriptorSetAllocation descriptorSetAllocation) BindGroup() argument
H A DComputePipelineVk.cpp28 CreateUninitialized( Device* device, const ComputePipelineDescriptor* descriptor) CreateUninitialized() argument
H A DBindGroupLayoutVk.cpp81 Create( Device* device, const BindGroupLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) Create() argument
148 BindGroupLayout(DeviceBase* device, const BindGroupLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) BindGroupLayout() argument
179 AllocateBindGroup( Device* device, const BindGroupDescriptor* descriptor) AllocateBindGroup() argument
[all...]
H A DVulkanBackend.cpp84 WGPUTexture WrapVulkanImage(WGPUDevice device, const ExternalImageDescriptorVk* descriptor) { in WrapVulkanImage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceOpaqueFD.cpp82 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() argument
88 GetMemoryImportParams( const ExternalImageDescriptor* descriptor, VkImage image) GetMemoryImportParams() argument
H A DMemoryServiceNull.cpp40 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() argument
58 ResultOrError<VkImage> Service::CreateImage(const ExternalImageDescriptor* descriptor, in CreateImage() argument
46 GetMemoryImportParams( const ExternalImageDescriptor* descriptor, VkImage image) GetMemoryImportParams() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireServer.cpp20 WireServer::WireServer(const WireServerDescriptor& descriptor) in WireServer() argument
/third_party/skia/third_party/externals/dawn/examples/
H A DCHelloTriangle.cpp33 WGPUSwapChainDescriptor descriptor = {}; in init() local
60 WGPURenderPipelineDescriptor descriptor = {}; in init() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBufferGL.cpp36 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor) in Buffer() argument
57 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor, bool shouldLazyClear) in Buffer() argument
25 CreateInternalBuffer(Device* device, const BufferDescriptor* descriptor, bool shouldLazyClear) CreateInternalBuffer() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...41