Home
last modified time | relevance | path

Searched defs:device (Results 101 - 125 of 2588) sorted by relevance

12345678910>>...104

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DAsyncRunner.cpp22 AsyncRunner::AsyncRunner(Napi::Env env, wgpu::Device device) : env_(env), device_(device) { in AsyncRunner() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DScratchBuffer.cpp21 ScratchBuffer::ScratchBuffer(DeviceBase* device, wgpu::BufferUsage usage) in ScratchBuffer() argument
H A DTintUtils.cpp39 ScopedTintICEHandler::ScopedTintICEHandler(DeviceBase* device) { in ScopedTintICEHandler() argument
H A DSpirvValidation.cpp24 MaybeError ValidateSpirv(DeviceBase* device, in ValidateSpirv() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQueueD3D12.cpp29 Queue::Queue(Device* device) : QueueBase(device) { in Queue() argument
33 Device* device = ToBackend(GetDevice()); in SubmitImpl() local
H A DCommandAllocatorManager.cpp25 CommandAllocatorManager::CommandAllocatorManager(Device* device) in CommandAllocatorManager() argument
H A DStagingBufferD3D12.cpp24 StagingBuffer::StagingBuffer(size_t size, Device* device) in StagingBuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBindGroupLayoutGL.cpp21 BindGroupLayout::BindGroupLayout(DeviceBase* device, in BindGroupLayout() argument
28 Ref<BindGroup> BindGroupLayout::AllocateBindGroup(Device* device, in AllocateBindGroup() argument
H A DComputePipelineGL.cpp22 CreateUninitialized( Device* device, const ComputePipelineDescriptor* descriptor) CreateUninitialized() argument
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnNativeTest.h47 wgpu::Device device; member in DawnNativeTest
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.h26 DawnTestContext(std::unique_ptr<dawn_native::Instance> instance, const wgpu::Device& device) in DawnTestContext() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DShaderModuleMock.cpp19 ShaderModuleMock::ShaderModuleMock(DeviceBase* device) : ShaderModuleBase(device) { in ShaderModuleMock() argument
25 ResultOrError<Ref<ShaderModuleMock>> ShaderModuleMock::Create(DeviceBase* device, in Create() argument
H A DTextureMock.h27 TextureMock(DeviceBase* device, TextureBase::TextureState state) in TextureMock() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DBackendBinding.cpp43 BackendBinding::BackendBinding(GLFWwindow* window, WGPUDevice device) in BackendBinding() argument
72 BackendBinding* CreateBinding(wgpu::BackendType type, GLFWwindow* window, WGPUDevice device) { in CreateBinding() argument
[all...]
H A DD3D12Binding.cpp30 D3D12Binding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in D3D12Binding() argument
51 BackendBinding* CreateD3D12Binding(GLFWwindow* window, WGPUDevice device) { in CreateD3D12Binding() argument
H A DVulkanBinding.cpp29 VulkanBinding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in VulkanBinding() argument
53 BackendBinding* CreateVulkanBinding(GLFWwindow* window, WGPUDevice device) { in CreateVulkanBinding() argument
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlGpu.h27 id<MTLDevice> device() const { return fDevice.get(); } in device() function in skgpu::mtl::final
/base/security/device_security_level/services/dslm/
H A Ddslm_inner_process.c38 int32_t CheckAndGenerateChallenge(DslmDeviceInfo *device) in CheckAndGenerateChallenge() argument
56 int32_t SendDeviceInfoRequest(DslmDeviceInfo *device) in SendDeviceInfoRequest() argument
79 VerifyDeviceInfoResponse(DslmDeviceInfo *device, const MessageBuff *buff) VerifyDeviceInfoResponse() argument
[all...]
/base/usb/usb_manager/test/fuzztest/usbmgrbulktransfer_fuzzer/
H A Dusbmgrbulktransfer_fuzzer.cpp37 UsbDevice device = devList.front(); in UsbMgrBulkTransferFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrclearhalt_fuzzer/
H A Dusbmgrclearhalt_fuzzer.cpp36 UsbDevice device = devList.front(); in UsbMgrClearHaltFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrclaiminterface_fuzzer/
H A Dusbmgrclaiminterface_fuzzer.cpp36 UsbDevice device = devList.front(); in UsbMgrClaimInterfaceFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrgetrawdescriptors_fuzzer/
H A Dusbmgrgetrawdescriptors_fuzzer.cpp34 UsbDevice device = devList.front(); in UsbMgrGetRawDescriptorsFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrreleaseinterface_fuzzer/
H A Dusbmgrreleaseinterface_fuzzer.cpp36 UsbDevice device = devList.front(); in UsbMgrReleaseInterfaceFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrsetinterface_fuzzer/
H A Dusbmgrsetinterface_fuzzer.cpp36 UsbDevice device = devList.front(); in UsbMgrSetInterfaceFuzzTest() local
/base/usb/usb_manager/test/fuzztest/usbmgrgetinterfacestatus_fuzzer/
H A Dusbmgrgetinterfacestatus_fuzzer.cpp36 UsbDevice device = devList.front(); in UsbMgrGetInterfaceStatusFuzzTest() local

Completed in 6 milliseconds

12345678910>>...104