/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BindGroupVk.cpp | 60 write.dstSet = GetHandle(); in BindGroup() 70 VkBuffer handle = ToBackend(binding.buffer)->GetHandle(); in BindGroup() 87 writeImageInfo[numWrites].sampler = sampler->GetHandle(); in BindGroup() 95 VkImageView handle = view->GetHandle(); in BindGroup() 118 VkImageView handle = view->GetHandle(); in BindGroup() 145 writeImageInfo[numWrites].imageView = view->GetHandle(); in BindGroup() 171 VkDescriptorSet BindGroup::GetHandle() const { in GetHandle() function in dawn_native::vulkan::BindGroup
|
D | CommandBufferVk.cpp | 139 VkDescriptorSet set = ToBackend(mBindGroups[dirtyIndex])->GetHandle(); in Apply() 145 ToBackend(mPipelineLayout)->GetHandle(), static_cast<uint32_t>(dirtyIndex), in Apply() 246 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 285 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 299 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 369 device->fn.CmdResetQueryPool(commands, ToBackend(querySet)->GetHandle(), queryIndex, in ResetUsedQuerySetsOnRenderPass() 384 querySet->GetHandle(), cmd->queryIndex); in RecordWriteTimestampCmd() 419 commands, querySet->GetHandle(), resolveQueryIndex, resolveQueryCount, in RecordResolveQuerySetCmd() 420 destination->GetHandle(), resolveDestinationOffset, sizeof(uint64_t), in RecordResolveQuerySetCmd() 474 VkImage srcImage = ToBackend(srcCopy.texture)->GetHandle(); in RecordCopyImageWithTemporaryBuffer() [all …]
|
D | PipelineLayoutVk.cpp | 42 setLayouts[numSetLayouts] = ToBackend(GetBindGroupLayout(setIndex))->GetHandle(); in Initialize() 75 VkPipelineLayout PipelineLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::PipelineLayout
|
D | ComputePipelineVk.cpp | 39 createInfo.layout = ToBackend(GetLayout())->GetHandle(); in Initialize() 103 VkPipeline ComputePipeline::GetHandle() const { in GetHandle() function in dawn_native::vulkan::ComputePipeline
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BindGroupVk.cpp | 50 VkDescriptorSetLayout vkLayout = ToBackend(GetLayout())->GetHandle(); in BindGroup() 88 writeBufferInfo[numWrites].buffer = ToBackend(binding.buffer)->GetHandle(); in BindGroup() 96 writeImageInfo[numWrites].sampler = sampler->GetHandle(); in BindGroup() 103 writeImageInfo[numWrites].imageView = view->GetHandle(); in BindGroup() 134 VkDescriptorSet BindGroup::GetHandle() const { in GetHandle() function in dawn_native::vulkan::BindGroup
|
D | CommandBufferVk.cpp | 176 commands, bindPoint, mCurrentLayout->GetHandle(), dirtyIndex, 1, in Flush() 259 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 273 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 286 attachments[attachmentCount] = view->GetHandle(); in RecordBeginRenderPass() 378 VkBuffer srcHandle = srcBuffer->GetHandle(); in RecordCommands() 379 VkBuffer dstHandle = dstBuffer->GetHandle(); in RecordCommands() 406 VkBuffer srcBuffer = ToBackend(src.buffer)->GetHandle(); in RecordCommands() 407 VkImage dstImage = ToBackend(dst.texture)->GetHandle(); in RecordCommands() 434 VkImage srcImage = ToBackend(src.texture)->GetHandle(); in RecordCommands() 435 VkBuffer dstBuffer = ToBackend(dst.buffer)->GetHandle(); in RecordCommands() [all …]
|
D | ComputePipelineVk.cpp | 30 createInfo.layout = ToBackend(descriptor->layout)->GetHandle(); in ComputePipeline() 38 createInfo.stage.module = ToBackend(descriptor->computeStage->module)->GetHandle(); in ComputePipeline() 55 VkPipeline ComputePipeline::GetHandle() const { in GetHandle() function in dawn_native::vulkan::ComputePipeline
|
D | PipelineLayoutVk.cpp | 33 setLayouts[numSetLayouts] = ToBackend(GetBindGroupLayout(setIndex))->GetHandle(); in PipelineLayout() 59 VkPipelineLayout PipelineLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::PipelineLayout
|
D | TextureVk.h | 35 VkImage GetHandle() const; 69 VkImageView GetHandle() const;
|
D | TextureVk.cpp | 448 ToBackend(GetDevice())->GetPendingCommandBuffer(), GetHandle(), in Texture() 457 GetHandle(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in Texture() 489 VkImage Texture::GetHandle() const { in GetHandle() function in dawn_native::vulkan::Texture 552 ->fn.CmdClearDepthStencilImage(commands, GetHandle(), in ClearTexture() 562 ->fn.CmdClearColorImage(commands, GetHandle(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in ClearTexture() 599 createInfo.image = ToBackend(GetTexture())->GetHandle(); in TextureView() 625 VkImageView TextureView::GetHandle() const { in GetHandle() function in dawn_native::vulkan::TextureView
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 171 gl.BindBuffer(GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer->GetHandle()); in Apply() 181 GLuint buffer = mVertexBuffers[slot]->GetHandle(); in Apply() 231 GLuint buffer = ToBackend(binding.buffer)->GetHandle(); in ApplyBindGroup() 240 ToBackend(group->GetBindingAsSampler(bindingIndex))->GetHandle(); in ApplyBindGroup() 250 GLuint handle = view->GetHandle(); in ApplyBindGroup() 262 GLuint buffer = ToBackend(binding.buffer)->GetHandle(); in ApplyBindGroup() 300 GLuint colorHandle = ToBackend(colorTexture)->GetHandle(); in ResolveMultisampledRenderTargets() 307 GLuint resolveTextureHandle = ToBackend(resolveTexture)->GetHandle(); in ResolveMultisampledRenderTargets() 379 gl.BindBuffer(GL_PIXEL_PACK_BUFFER, ToBackend(copy->source)->GetHandle()); in Execute() 381 ToBackend(copy->destination)->GetHandle()); in Execute() [all …]
|
D | TextureGL.cpp | 203 GLuint Texture::GetHandle() const { in GetHandle() function in dawn_native::opengl::Texture 236 GetHandle(), 0); in ClearTexture() 278 mHandle = ToBackend(texture)->GetHandle(); in TextureView() 286 gl.TextureView(mHandle, mTarget, textureGL->GetHandle(), in TextureView() 300 GLuint TextureView::GetHandle() const { in GetHandle() function in dawn_native::opengl::TextureView
|
D | TextureGL.h | 41 GLuint GetHandle() const; 66 GLuint GetHandle() const;
|
D | SamplerGL.h | 30 GLuint GetHandle() const;
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | native_library_win.cc | 31 NativeLibrary::Handle NativeLibrary::GetHandle() const { in GetHandle() function in fml::NativeLibrary 37 return library->GetHandle() != nullptr ? library : nullptr; in Create() 45 return library->GetHandle() != nullptr ? library : nullptr; in CreateWithHandle()
|
/third_party/flutter/engine/flutter/fml/platform/posix/ |
D | native_library_posix.cc | 39 NativeLibrary::Handle NativeLibrary::GetHandle() const { in GetHandle() function in fml::NativeLibrary 45 return library->GetHandle() != nullptr ? library : nullptr; in Create() 53 return library->GetHandle() != nullptr ? library : nullptr; in CreateWithHandle()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 167 gl.BindBuffer(GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer->GetHandle()); in Apply() 179 GLuint buffer = mVertexBuffers[slot]->GetHandle(); in Apply() 255 GLuint buffer = ToBackend(binding.buffer)->GetHandle(); in ApplyBindGroup() 302 GLuint handle = view->GetHandle(); in ApplyBindGroup() 338 GLuint handle = texture->GetHandle(); in ApplyBindGroup() 379 GLuint handle = view->GetHandle(); in ApplyBindGroup() 418 GLuint colorHandle = ToBackend(colorTexture)->GetHandle(); in ResolveMultisampledRenderTargets() 425 GLuint resolveTextureHandle = ToBackend(resolveTexture)->GetHandle(); in ResolveMultisampledRenderTargets() 524 srcTexture->GetGLTarget(), srcTexture->GetHandle(), in CopyTextureToTextureWithBlit() 528 srcTexture->GetHandle(), in CopyTextureToTextureWithBlit() [all …]
|
D | TextureGL.cpp | 201 GLuint Texture::GetHandle() const { in GetHandle() function in dawn_native::opengl::Texture 286 GetGLTarget(), GetHandle(), in ClearTexture() 309 GL_DRAW_FRAMEBUFFER, attachment, GetHandle(), in ClearTexture() 420 GetGLTarget(), GetHandle(), level); in ClearTexture() 428 GetHandle(), level, z); in ClearTexture() 436 gl.FramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, attachment, GetHandle(), in ClearTexture() 484 gl.BindBuffer(GL_PIXEL_UNPACK_BUFFER, srcBuffer->GetHandle()); in ClearTexture() 546 mHandle = ToBackend(texture)->GetHandle(); in TextureView() 554 gl.TextureView(mHandle, mTarget, textureGL->GetHandle(), glFormat.internalFormat, in TextureView() 571 GLuint TextureView::GetHandle() const { in GetHandle() function in dawn_native::opengl::TextureView
|
D | TextureGL.h | 35 GLuint GetHandle() const; 55 GLuint GetHandle() const;
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.cc | 139 if (VK_CALL_LOG_ERROR(vk.CreateSwapchainKHR(device_.GetHandle(), &create_info, in VulkanSwapchain() 148 vk.DestroySwapchainKHR(device_.GetHandle(), swapchain, in VulkanSwapchain() 171 device_.GetHandle(), swapchain_, &count, nullptr)) != VK_SUCCESS) { in GetImages() 184 device_.GetHandle(), swapchain_, &count, images.data())) != in GetImages() 263 vk, device_.GetHandle(), device_.GetCommandPool()); in CreateSwapchainImages() 361 vk.AcquireNextImageKHR(device_.GetHandle(), // in AcquireSurface()
|
/third_party/node/src/ |
D | handle_wrap.cc | 43 uv_ref(wrap->GetHandle()); in Ref() 52 uv_unref(wrap->GetHandle()); in Unref() 103 !uv_is_active(GetHandle()); in IsNotIndicativeOfMemoryLeakAtExit()
|
D | handle_wrap.h | 70 return IsAlive(wrap) && uv_has_ref(wrap->GetHandle()); in HasRef() 73 inline uv_handle_t* GetHandle() const { return handle_; } in GetHandle() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | PlatformFunctions.cpp | 62 HANDLE GetHandle() const { in GetHandle() function in dawn_native::d3d12::__anon594f15c70111::ScopedFileHandle 75 if (handle.GetHandle() == INVALID_HANDLE_VALUE) { in GetWindowsSDKBasePath() 88 } while (FindNextFileA(handle.GetHandle(), &fileData)); in GetWindowsSDKBasePath()
|
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | vulkan_platform.h | 117 HandleType GetHandle() const { in GetHandle() function 125 HandleType GetHandle() const { in GetHandle() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | vulkan_platform.h | 113 return GetHandle(); in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() 116 HandleType GetHandle() const { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE()
|