/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 26 auto &device = tester.getDevice(); in initialize() local 101 auto &device = tester.getDevice(); in ~ClearImageBenchmark() local [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiDeviceMonitor.java | 63 public void onDeviceAdded(final MidiDeviceInfo device) { in onDeviceAdded() argument 82 public void onDeviceRemoved(final MidiDeviceInfo device) { in onDeviceRemoved() argument
|
/third_party/skia/src/shaders/ |
H A D | SkColorFilterShader.cpp | 65 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderBundleEncoder.cpp | 29 MaybeError ValidateColorAttachmentFormat(const DeviceBase* device, in ValidateColorAttachmentFormat() argument 39 MaybeError ValidateDepthStencilAttachmentFormat(const DeviceBase* device, in ValidateDepthStencilAttachmentFormat() argument 88 RenderBundleEncoder::RenderBundleEncoder(DeviceBase* device, in RenderBundleEncoder() argument 58 ValidateRenderBundleEncoderDescriptor( const DeviceBase* device, const RenderBundleEncoderDescriptor* descriptor) ValidateRenderBundleEncoderDescriptor() argument 100 RenderBundleEncoder(DeviceBase* device, ErrorTag errorTag) RenderBundleEncoder() argument 111 Create( DeviceBase* device, const RenderBundleEncoderDescriptor* descriptor) Create() argument 118 MakeError(DeviceBase* device) MakeError() argument [all...] |
H A D | CreatePipelineAsyncTask.cpp | 136 DeviceBase* device = task->mComputePipeline->GetDevice(); in RunAsync() local 185 DeviceBase* device = task->mRenderPipeline->GetDevice(); in RunAsync() local
|
H A D | ProgrammableEncoder.cpp | 31 ProgrammableEncoder::ProgrammableEncoder(DeviceBase* device, in ProgrammableEncoder() argument 39 ProgrammableEncoder::ProgrammableEncoder(DeviceBase* device, in ProgrammableEncoder() argument
|
H A D | QuerySet.cpp | 30 ErrorQuerySet(DeviceBase* device) : QuerySetBase(device, ObjectBase::kError) { in ErrorQuerySet() argument 41 MaybeError ValidateQuerySetDescriptor(DeviceBase* device, in ValidateQuerySetDescriptor() argument 103 QuerySetBase::QuerySetBase(DeviceBase* device, const QuerySetDescriptor* descriptor) in QuerySetBase() argument 116 QuerySetBase::QuerySetBase(DeviceBase* device) argument 120 QuerySetBase(DeviceBase* device, ObjectBase::ErrorTag tag) QuerySetBase() argument 134 MakeError(DeviceBase* device) MakeError() argument [all...] |
H A D | RenderBundle.cpp | 51 RenderBundleBase* RenderBundleBase::MakeError(DeviceBase* device) { in MakeError() argument 55 RenderBundleBase::RenderBundleBase(DeviceBase* device, ErrorTag errorTag) in RenderBundleBase() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BindGroupLayoutD3D12.cpp | 67 BindGroupLayout::BindGroupLayout(Device* device, in BindGroupLayout() argument 60 Create( Device* device, const BindGroupLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) Create() argument 134 AllocateBindGroup( Device* device, const BindGroupDescriptor* descriptor) AllocateBindGroup() argument
|
H A D | NativeSwapChainImplD3D12.cpp | 41 NativeSwapChainImpl::NativeSwapChainImpl(Device* device, HWND window) in NativeSwapChainImpl() argument
|
H A D | D3D12Backend.cpp | 31 ComPtr<ID3D12Device> GetD3D12Device(WGPUDevice device) { in GetD3D12Device() argument 35 DawnSwapChainImplementation CreateNativeSwapChainImpl(WGPUDevice device, HWND window) { in CreateNativeSwapChainImpl() argument 165 uint64_t SetExternalMemoryReservation(WGPUDevice device, in SetExternalMemoryReservation() argument 76 ProduceTexture( WGPUDevice device, const ExternalImageAccessDescriptorDXGIKeyedMutex* descriptor) ProduceTexture() argument 119 Create( WGPUDevice device, const ExternalImageDescriptorDXGISharedHandle* descriptor) Create() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
H A D | SemaphoreServiceZirconHandle.cpp | 23 Service::Service(Device* device) in Service() argument
|
H A D | SemaphoreServiceFD.cpp | 30 Service::Service(Device* device) in Service() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerQueue.cpp | 62 auto* device = DeviceObjects().Get(queue->deviceInfo->self.id); in DoQueueWriteBuffer() local 90 auto* device = DeviceObjects().Get(queue->deviceInfo->self.id); in DoQueueWriteTexture() local
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/ |
H A D | WireClient.h | 50 WGPUDevice device; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | BindGroupVk.cpp | 32 ResultOrError<Ref<BindGroup>> BindGroup::Create(Device* device, in Create() argument 37 BindGroup::BindGroup(Device* device, in BindGroup() argument
|
H A D | ComputePipelineVk.cpp | 63 Device* device = ToBackend(GetDevice()); in Initialize() local 28 CreateUninitialized( Device* device, const ComputePipelineDescriptor* descriptor) CreateUninitialized() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceOpaqueFD.cpp | 25 Service::Service(Device* device) in Service() argument
|
H A D | MemoryServiceNull.cpp | 20 Service::Service(Device* device) : mDevice(device) { in Service() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUBuffer.cpp | 30 GPUBuffer(wgpu::Buffer buffer, wgpu::BufferDescriptor desc, wgpu::Device device, std::shared_ptr<AsyncRunner> async) GPUBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Client.cpp | 87 ReservedTexture Client::ReserveTexture(WGPUDevice device) { in ReserveTexture() argument 99 ReservedSwapChain Client::ReserveSwapChain(WGPUDevice device) { in ReserveSwapChain() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireServer.cpp | 50 bool WireServer::InjectDevice(WGPUDevice device, uint32_t id, uint32_t generation) { in InjectDevice() argument
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
H A D | DawnWireServerFuzzer.cpp | 56 WGPUSwapChain ErrorDeviceCreateSwapChain(WGPUDevice device, in ErrorDeviceCreateSwapChain() argument 111 wgpu::Device device = MakeDevice(sInstance.get()); in Run() local
|
/third_party/skia/third_party/externals/dawn/src/include/dawn/ |
H A D | dawn_wsi.h | 63 WGPUDevice device = nullptr; member 71 id<MTLDevice> device = nil; member
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CHelloTriangle.cpp | 21 WGPUDevice device; variable
|