Home
last modified time | relevance | path

Searched defs:bindGroupLayout (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp354 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
439 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
488 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
520 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
564 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
601 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
657 wgpu::BindGroupLayout bindGroupLayout = in TEST_F() local
704 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
735 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
770 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
[all …]
DBindGroupValidationTests.cpp2032 std::vector<wgpu::BindGroupLayout> bindGroupLayout) { in CreateFSRenderPipeline()
2070 std::vector<wgpu::BindGroupLayout> bindGroupLayout) { in CreateComputePipeline()
2434 wgpu::RenderPipeline CreateFragmentPipeline(wgpu::BindGroupLayout* bindGroupLayout, in CreateFragmentPipeline()
2459 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2471 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2483 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2495 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2507 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2519 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
2531 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in TEST_F() local
[all …]
DLabelTests.cpp67 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&descriptor); in TEST_F() local
74 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&descriptor); in TEST_F() local
83 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&descriptor); in TEST_F() local
DGetBindGroupLayoutValidationTests.cpp1035 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&bglDesc); in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPipelineLayoutD3D12.cpp87 const BindGroupLayout* bindGroupLayout = ToBackend(GetBindGroupLayout(group)); in Initialize() local
98 const BindGroupLayout* bindGroupLayout = ToBackend(GetBindGroupLayout(group)); in Initialize() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPipelineLayoutD3D12.cpp48 const BindGroupLayout* bindGroupLayout = ToBackend(GetBindGroupLayout(group)); in PipelineLayout() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DEntryPointTests.cpp72 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&desc); in TEST_P() local
DCreatePipelineAsyncTests.cpp533 wgpu::BindGroupLayout bindGroupLayout = device.CreateBindGroupLayout(&desc); in TEST_P() local
DCompressedTextureFormatTests.cpp135 wgpu::BindGroup CreateBindGroupForTest(wgpu::BindGroupLayout bindGroupLayout, in CreateBindGroupForTest()
DColorStateTests.cpp33 wgpu::BindGroupLayout bindGroupLayout = utils::MakeBindGroupLayout( in SetUp() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
DWGPUHelpers.cpp62 const Ref<BindGroupLayoutBase>& bindGroupLayout) { in MakeBasicPipelineLayout()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp148 Ref<BindGroupLayoutBase> bindGroupLayout; in TEST_F() local
590 Ref<BindGroupLayoutBase> bindGroupLayout; in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp147 Ref<BindGroupLayoutBase> bindGroupLayout; in GetOrCreateRenderValidationPipeline() local
DComputePassEncoder.cpp84 Ref<BindGroupLayoutBase> bindGroupLayout; in GetOrCreateIndirectDispatchValidationPipeline() local
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.cpp276 const dawn::BindGroupLayout* bindGroupLayout) { in MakeBasicPipelineLayout()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.cpp217 const wgpu::BindGroupLayout* bindGroupLayout) { in MakeBasicPipelineLayout()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp350 auto bindGroupLayout = gpu->device().CreateBindGroupLayout(&bindGroupLayoutDesc); in Build() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp309 dawn::BindGroupLayout bindGroupLayout; member in DepthStencilStateTest
DColorStateTests.cpp208 dawn::BindGroupLayout bindGroupLayout; member in ColorStateTest