| /third_party/skia/src/shaders/ |
| H A D | SkLocalMatrixShader.cpp | 80 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
|
| H A D | SkComposeShader.cpp | 142 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& mats, const SkMatrix* localM, const SkColorInfo& cinfo, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BindGroupD3D12.cpp | 29 ResultOrError<Ref<BindGroup>> BindGroup::Create(Device* device, in Create() argument 34 BindGroup::BindGroup(Device* device, in BindGroup() argument 240 Device* device = ToBackend(GetDevice()); in PopulateViews() local 268 bool BindGroup::PopulateSamplers(Device* device, in PopulateSamplers() argument [all...] |
| H A D | PipelineLayoutD3D12.cpp | 80 Device* device = ToBackend(GetDevice()); in Initialize() local 71 Create( Device* device, const PipelineLayoutDescriptor* descriptor) Create() argument
|
| H A D | SamplerHeapCacheD3D12.cpp | 60 bool SamplerHeapCacheEntry::Populate(Device* device, in Populate() argument 141 SamplerHeapCache::SamplerHeapCache(Device* device) : mDevice(device) { in SamplerHeapCache() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | NativeSwapChainImplVk.cpp | 67 NativeSwapChainImpl::NativeSwapChainImpl(Device* device, VkSurfaceKHR surface) in NativeSwapChainImpl() argument
|
| H A D | UtilsVulkan.cpp | 171 void SetDebugName(Device* device, in SetDebugName() argument
|
| H A D | ShaderModuleVk.cpp | 71 ResultOrError<Ref<ShaderModule>> ShaderModule::Create(Device* device, in Create() argument 79 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() argument 185 Device* device = ToBackend(GetDevice()); in GetTransformedModuleHandle() local 31 ConcurrentTransformedShaderModuleCache( Device* device) ConcurrentTransformedShaderModuleCache() argument [all...] |
| /third_party/skia/third_party/externals/dawn/examples/ |
| H A D | CppHelloTriangle.cpp | 24 wgpu::Device device; variable [all...] |
| H A D | Animometer.cpp | 26 wgpu::Device device; variable [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | EncodingContext.cpp | 27 EncodingContext::EncodingContext(DeviceBase* device, const ApiObjectBase* initialEncoder) in EncodingContext() argument
|
| H A D | Adapter.cpp | 152 DeviceBase* device = nullptr; in RequestDevice() local
|
| H A D | Format.cpp | 135 FormatTable BuildFormatTable(const DeviceBase* device) { in BuildFormatTable() argument
|
| H A D | PipelineLayout.cpp | 59 PipelineLayoutBase::PipelineLayoutBase(DeviceBase* device, in PipelineLayoutBase() argument 71 PipelineLayoutBase::PipelineLayoutBase(DeviceBase* device, in PipelineLayoutBase() argument 77 PipelineLayoutBase::PipelineLayoutBase(DeviceBase* device) in PipelineLayoutBase() argument 82 PipelineLayoutBase::PipelineLayoutBase(DeviceBase* device, ObjectBase::ErrorTag tag) in PipelineLayoutBase() argument 28 ValidatePipelineLayoutDescriptor( DeviceBase* device, const PipelineLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) ValidatePipelineLayoutDescriptor() argument 96 MakeError(DeviceBase* device) MakeError() argument 101 CreateDefault( DeviceBase* device, std::vector<StageAndDescriptor> stages) CreateDefault() argument [all...] |
| H A D | Pipeline.cpp | 25 MaybeError ValidateProgrammableStage(DeviceBase* device, in ValidateProgrammableStage() argument 105 PipelineBase::PipelineBase(DeviceBase* device, in PipelineBase() argument 149 PipelineBase::PipelineBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in PipelineBase() argument 152 PipelineBase::PipelineBase(DeviceBase* device, ObjectBase::ErrorTag tag) in PipelineBase() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceZirconHandle.cpp | 25 Service::Service(Device* device) in Service() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ExternalTextureTests.cpp | 21 wgpu::Texture Create2DTexture(wgpu::Device device, in Create2DTexture() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ServerBuffer.cpp | 109 auto* device = DeviceObjects().Get(deviceId); in DoDeviceCreateBuffer() local
|
| H A D | ServerDevice.cpp | 53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError() argument 62 void Server::OnDeviceLost(ObjectHandle device, in OnDeviceLost() argument 73 void Server::OnLogging(ObjectHandle device, WGPULoggingType type, const char* message) { in OnLogging() argument 83 auto* device = DeviceObjects().Get(deviceId); DoDevicePopErrorScope() local 121 auto* device = DeviceObjects().Get(deviceId); DoDeviceCreateComputePipelineAsync() local 168 auto* device = DeviceObjects().Get(deviceId); DoDeviceCreateRenderPipelineAsync() local [all...] |
| /third_party/toybox/toys/other/ |
| H A D | blkid.c | 200 char name[32], device[5+32]; in blkid_main() local
|
| /third_party/toybox/toys/posix/ |
| H A D | df.c | 101 char *device; in show_mt() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | TestUtils.cpp | 118 void UnalignDynamicUploader(wgpu::Device device) { in UnalignDynamicUploader() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | ValidationTest.cpp | 164 void ValidationTest::WaitForAllOperations(const wgpu::Device& device) { in WaitForAllOperations() argument [all...] |
| H A D | ValidationTest.h | 140 wgpu::Device device; member in ValidationTest
|
| H A D | QueueSubmitValidationTests.cpp | 142 wgpu::Device device; TEST_F() member 164 wgpu::Device device; TEST_F() member 199 wgpu::Device device; TEST_F() member [all...] |