Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp60 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
DCommandBufferVk.cpp139 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 …]
DPipelineLayoutVk.cpp42 setLayouts[numSetLayouts] = ToBackend(GetBindGroupLayout(setIndex))->GetHandle(); in Initialize()
75 VkPipelineLayout PipelineLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::PipelineLayout
DComputePipelineVk.cpp39 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/
DBindGroupVk.cpp50 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
DCommandBufferVk.cpp176 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 …]
DComputePipelineVk.cpp30 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
DPipelineLayoutVk.cpp33 setLayouts[numSetLayouts] = ToBackend(GetBindGroupLayout(setIndex))->GetHandle(); in PipelineLayout()
59 VkPipelineLayout PipelineLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::PipelineLayout
DTextureVk.h35 VkImage GetHandle() const;
69 VkImageView GetHandle() const;
DTextureVk.cpp448 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/
DCommandBufferGL.cpp171 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 …]
DTextureGL.cpp203 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
DTextureGL.h41 GLuint GetHandle() const;
66 GLuint GetHandle() const;
DSamplerGL.h30 GLuint GetHandle() const;
/third_party/flutter/engine/flutter/fml/platform/win/
Dnative_library_win.cc31 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/
Dnative_library_posix.cc39 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/
DCommandBufferGL.cpp167 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 …]
DTextureGL.cpp201 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
DTextureGL.h35 GLuint GetHandle() const;
55 GLuint GetHandle() const;
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_swapchain.cc139 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/
Dhandle_wrap.cc43 uv_ref(wrap->GetHandle()); in Ref()
52 uv_unref(wrap->GetHandle()); in Unref()
103 !uv_is_active(GetHandle()); in IsNotIndicativeOfMemoryLeakAtExit()
Dhandle_wrap.h70 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/
DPlatformFunctions.cpp62 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/
Dvulkan_platform.h117 HandleType GetHandle() const { in GetHandle() function
125 HandleType GetHandle() const { in GetHandle() function
/third_party/skia/third_party/externals/dawn/src/common/
Dvulkan_platform.h113 return GetHandle(); in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE()
116 HandleType GetHandle() const { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE()

1234