[webkit-changes] [WebKit/WebKit] 2382dd: [WebGPU] CTS validation/createPipelineLayout test ...

mwyrzykowski noreply at github.com
Thu Dec 14 14:01:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2382ddd99eb5a12bdaac86c66a819e415b250aab
      https://github.com/WebKit/WebKit/commit/2382ddd99eb5a12bdaac86c66a819e415b250aab
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/createPipelineLayout-expected.txt
    M Source/WebGPU/WebGPU/BindGroupLayout.h
    M Source/WebGPU/WebGPU/BindGroupLayout.mm
    M Source/WebGPU/WebGPU/PipelineLayout.mm

  Log Message:
  -----------
  [WebGPU] CTS validation/createPipelineLayout test is failing
https://bugs.webkit.org/show_bug.cgi?id=266390
<radar://119645609>

Reviewed by Dan Glastonbury.

Add passing expectations and validate pipeline creation.

* LayoutTests/http/tests/webgpu/webgpu/api/validation/createPipelineLayout-expected.txt:
* Source/WebGPU/WebGPU/BindGroupLayout.h:
(WebGPU::BindGroupLayout::create):
* Source/WebGPU/WebGPU/BindGroupLayout.mm:
(WebGPU::Device::createBindGroupLayout):
(WebGPU::BindGroupLayout::BindGroupLayout):
(WebGPU::BindGroupLayout::dynamicUniformBuffers const):
(WebGPU::BindGroupLayout::dynamicStorageBuffers const):
* Source/WebGPU/WebGPU/PipelineLayout.mm:
(WebGPU::Device::createPipelineLayout):

Canonical link: https://commits.webkit.org/272070@main




More information about the webkit-changes mailing list