Home
last modified time | relevance | path

Searched defs:device (Results 2476 - 2500 of 5262) sorted by relevance

1...<<919293949596979899100>>...211

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBufferVk.cpp134 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument
192 Device* device = ToBackend(GetDevice()); in Initialize() local
306 Device* device = ToBackend(GetDevice()); MapAsyncImpl() local
406 Device* device = ToBackend(GetDevice()); ClearBuffer() local
[all...]
H A DSwapChainVk.cpp38 Ref<OldSwapChain> OldSwapChain::Create(Device* device, const SwapChainDescriptor* descriptor) { in Create() argument
42 OldSwapChain::OldSwapChain(Device* device, const SwapChainDescriptor* descriptor) in OldSwapChain() argument
72 Device* device = ToBackend(GetDevice()); in OnBeforePresent() local
217 ResultOrError<Ref<SwapChain>> SwapChain::Create(Device* device, in Create() argument
236 Device* device in Initialize() local
471 Device* device = ToBackend(GetDevice()); PresentImpl() local
562 Device* device = ToBackend(GetDevice()); GetCurrentTextureViewInternal() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp63 Service::Service(Device* device) in Service() argument
162 VkDevice device = mDevice->GetVkDevice(); in GetMemoryImportParams() local
227 VkDevice device = mDevice->GetVkDevice(); in CreateImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.cpp25 WGPUBuffer Buffer::Create(Device* device, const WGPUBufferDescriptor* descriptor) { in Create() argument
129 CreateError(Device* device) CreateError() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBuffer.cpp36 CommandBufferBase::CommandBufferBase(DeviceBase* device) in CommandBufferBase() argument
41 CommandBufferBase::CommandBufferBase(DeviceBase* device, ObjectBase::ErrorTag tag) in CommandBufferBase() argument
46 CommandBufferBase* CommandBufferBase::MakeError(DeviceBase* device) { in MakeError() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.cpp26 MemorySegment GetMemorySegment(Device* device, D3D12_HEAP_TYPE heapType) { in GetMemorySegment() argument
165 ResourceAllocatorManager::ResourceAllocatorManager(Device* device) : mDevice(device) { in ResourceAllocatorManager() argument
H A DSwapChainD3D12.cpp78 Ref<OldSwapChain> OldSwapChain::Create(Device* device, const SwapChainDescriptor* descriptor) { in Create() argument
82 OldSwapChain::OldSwapChain(Device* device, const SwapChainDescriptor* descriptor) in OldSwapChain() argument
96 DeviceBase* device = GetDevice(); in GetNextTextureImpl() local
117 Device* device = ToBackend(GetDevice()); in OnBeforePresent() local
135 Create(Device* device, Surface* surface, NewSwapChainBase* previousSwapChain, const SwapChainDescriptor* descriptor) Create() argument
230 Device* device = ToBackend(GetDevice()); InitializeSwapChainFromScratch() local
306 Device* device = ToBackend(GetDevice()); PresentImpl() local
336 Device* device = ToBackend(GetDevice()); GetCurrentTextureViewImpl() local
361 Device* device = ToBackend(GetDevice()); DetachAndWaitForDeallocation() local
[all...]
H A DShaderVisibleDescriptorAllocatorD3D12.cpp78 ShaderVisibleDescriptorAllocator::Create(Device* device, D3D12_DESCRIPTOR_HEAP_TYPE heapType) { in Create() argument
85 ShaderVisibleDescriptorAllocator( Device* device, D3D12_DESCRIPTOR_HEAP_TYPE heapType) ShaderVisibleDescriptorAllocator() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp36 ResultOrError<Ref<ShaderModuleBase>> CreateShaderModule(DeviceBase* device, in CreateShaderModule() argument
45 ResultOrError<Ref<BufferBase>> CreateBufferFromData(DeviceBase* device, in CreateBufferFromData() argument
60 MakeBasicPipelineLayout( DeviceBase* device, const Ref<BindGroupLayoutBase>& bindGroupLayout) MakeBasicPipelineLayout() argument
70 MakeBindGroupLayout( DeviceBase* device, std::initializer_list<BindingLayoutEntryInitializationHelper> entriesInitializer, bool allowInternalBinding) MakeBindGroupLayout() argument
171 MakeBindGroup( DeviceBase* device, const Ref<BindGroupLayoutBase>& layout, std::initializer_list<BindingInitializationHelper> entriesInitializer) MakeBindGroup() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp78 GPUDevice::GPUDevice(Napi::Env env, wgpu::Device device) in GPUDevice() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-base-table.hh89 const Device &device = this+deviceTable; in get_coord() local
/third_party/toybox/toys/pending/
H A Dfsck.c50 char *device, *mountpt, *type, *opts; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp337 Move<VkRenderPass> makeRenderPassWithDepth (const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat) in makeRenderPassWithDepth() argument
135 makeDescriptorSetLayout(const DeviceInterface& vk, const VkDevice device) makeDescriptorSetLayout() argument
159 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkSampleCountFlagBits samples, const VkAttachmentLoadOp colorLoadOp, const VkFormat dsFormat) makeRenderPass() argument
361 makeRenderPassWithAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, bool useAspects) makeRenderPassWithAttachments() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp62 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp275 const VkDevice device = *m_logicalDevice; in iterate() local
96 Buffer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement) Buffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentClearTests.cpp128 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemBlitImageTests.cpp131 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemBufferValidator.hpp185 const vk::VkDevice device = ctx.getDevice(); in validateBuffer() local
[all...]
H A DvktProtectedMemClearColorImageTests.cpp131 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemCopyBufferToImageTests.cpp133 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemCopyImageTests.cpp131 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemCopyImageToBufferTests.cpp144 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp155 const vk::VkDevice device = ctx.getDevice(); in iterate() local
H A DvktProtectedMemStackTests.cpp229 const vk::VkDevice device = ctx.getDevice(); in iterate() local
[all...]
H A DvktProtectedMemWorkgroupStorageTests.cpp198 const vk::VkDevice device = ctx.getDevice(); in iterate() local
[all...]

Completed in 19 milliseconds

1...<<919293949596979899100>>...211