| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | SamplerValidationTests.cpp | 27 { device.CreateSampler(); } in TEST_F() 31 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 36 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 41 device.CreateSampler(&samplerDesc); in TEST_F() 47 device.CreateSampler(&samplerDesc); in TEST_F() 59 device.CreateSampler(&kValidAnisoSamplerDesc); in TEST_F() 64 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 71 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 76 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 81 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() [all …]
|
| D | BindGroupValidationTests.cpp | 54 { mSampler = device.CreateSampler(); } in SetUp() 185 ASSERT_DEVICE_ERROR(errorSampler = device.CreateSampler(&samplerDesc)); in TEST_F() 2634 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler()}}); in TEST_F() 2644 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}}); in TEST_F() 2655 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}})); in TEST_F() 2665 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}})); in TEST_F() 2677 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}}); in TEST_F() 2682 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}}); in TEST_F() 2687 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler(&desc)}}); in TEST_F() 2691 utils::MakeBindGroup(device, bindGroupLayout, {{0, device.CreateSampler()}}); in TEST_F() [all …]
|
| D | LabelTests.cpp | 401 wgpu::Sampler sampler = device.CreateSampler(&descriptor); in TEST_F() 408 wgpu::Sampler sampler = device.CreateSampler(&descriptor); in TEST_F() 417 wgpu::Sampler sampler = device.CreateSampler(&descriptor); in TEST_F()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | SamplerValidationTests.cpp | 30 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 35 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 40 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F() 45 ASSERT_DEVICE_ERROR(device.CreateSampler(&samplerDesc)); in TEST_F()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | ObjectCachingTests.cpp | 306 dawn::Sampler sampler = device.CreateSampler(&samplerDesc); in TEST_P() 309 dawn::Sampler sameSampler = device.CreateSampler(&sameSamplerDesc); in TEST_P() 313 dawn::Sampler otherSamplerAddressModeU = device.CreateSampler(&otherSamplerDescAddressModeU); in TEST_P() 317 dawn::Sampler otherSamplerAddressModeV = device.CreateSampler(&otherSamplerDescAddressModeV); in TEST_P() 321 dawn::Sampler otherSamplerAddressModeW = device.CreateSampler(&otherSamplerDescAddressModeW); in TEST_P() 325 dawn::Sampler otherSamplerMagFilter = device.CreateSampler(&otherSamplerDescMagFilter); in TEST_P() 329 dawn::Sampler otherSamplerMinFilter = device.CreateSampler(&otherSamplerDescMinFilter); in TEST_P() 333 dawn::Sampler otherSamplerMipmapFilter = device.CreateSampler(&otherSamplerDescMipmapFilter); in TEST_P() 337 dawn::Sampler otherSamplerLodMinClamp = device.CreateSampler(&otherSamplerDescLodMinClamp); in TEST_P() 341 dawn::Sampler otherSamplerLodMaxClamp = device.CreateSampler(&otherSamplerDescLodMaxClamp); in TEST_P() [all …]
|
| D | SamplerTests.cpp | 133 sampler = device.CreateSampler(&descriptor); in TestAddressModes()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | ObjectCachingTests.cpp | 309 wgpu::Sampler sampler = device.CreateSampler(&samplerDesc); in TEST_P() 312 wgpu::Sampler sameSampler = device.CreateSampler(&sameSamplerDesc); in TEST_P() 316 wgpu::Sampler otherSamplerAddressModeU = device.CreateSampler(&otherSamplerDescAddressModeU); in TEST_P() 320 wgpu::Sampler otherSamplerAddressModeV = device.CreateSampler(&otherSamplerDescAddressModeV); in TEST_P() 324 wgpu::Sampler otherSamplerAddressModeW = device.CreateSampler(&otherSamplerDescAddressModeW); in TEST_P() 328 wgpu::Sampler otherSamplerMagFilter = device.CreateSampler(&otherSamplerDescMagFilter); in TEST_P() 332 wgpu::Sampler otherSamplerMinFilter = device.CreateSampler(&otherSamplerDescMinFilter); in TEST_P() 336 wgpu::Sampler otherSamplerMipmapFilter = device.CreateSampler(&otherSamplerDescMipmapFilter); in TEST_P() 340 wgpu::Sampler otherSamplerLodMinClamp = device.CreateSampler(&otherSamplerDescLodMinClamp); in TEST_P() 344 wgpu::Sampler otherSamplerLodMaxClamp = device.CreateSampler(&otherSamplerDescLodMaxClamp); in TEST_P() [all …]
|
| D | D3D12VideoViewsTests.cpp | 318 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P() 371 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P() 433 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P()
|
| D | Texture3DTests.cpp | 60 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P()
|
| D | ExternalTextureTests.cpp | 115 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P()
|
| D | DepthStencilSamplingTests.cpp | 494 wgpu::Sampler sampler = device.CreateSampler(&samplerDesc); in DoDepthCompareRefTest() 541 wgpu::Sampler sampler = device.CreateSampler(&samplerDesc); in DoDepthCompareRefTest() 633 wgpu::Sampler sampler = device.CreateSampler(&samplerDesc); in TEST_P()
|
| D | DestroyTests.cpp | 190 utils::MakeBindGroup(device, layout, {{0, device.CreateSampler()}}); in TEST_P()
|
| D | SamplerTests.cpp | 130 sampler = device.CreateSampler(&descriptor); in TestAddressModes()
|
| D | TextureSubresourceTests.cpp | 118 wgpu::Sampler sampler = device.CreateSampler(); in SampleAndDraw()
|
| D | SamplerFilterAnisotropicTests.cpp | 150 sampler = device.CreateSampler(&descriptor); in TestFilterAnisotropic()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | SamplerVk.cpp | 81 if (device->fn.CreateSampler(device->GetVkDevice(), &createInfo, nullptr, &mHandle) != in Sampler()
|
| D | VulkanFunctions.cpp | 157 GET_DEVICE_PROC(CreateSampler); in LoadDeviceProcs()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | BindGroupD3D12.cpp | 94 d3d12Device->CreateSampler( in AllocateDescriptors()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | SamplerVk.cpp | 104 device->fn.CreateSampler(device->GetVkDevice(), &createInfo, nullptr, &*mHandle), in Initialize()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkSampler.cpp | 117 GR_VK_CALL_RESULT(gpu, result, CreateSampler(gpu->device(), &createInfo, nullptr, &sampler)); in Create()
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkSampler.cpp | 105 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateSampler(gpu->device(), in Create()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | SamplerHeapCacheD3D12.cpp | 131 d3d12Device->CreateSampler(&samplerDesc, in GetOrCreate()
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| D | Shader.h | 64 void APIENTRY CreateSampler(D3D10DDI_HDEVICE hDevice,
|
| /third_party/flutter/skia/third_party/externals/dawn/examples/ |
| D | CppHelloTriangle.cpp | 65 sampler = device.CreateSampler(&samplerDesc); in initTextures()
|
| /third_party/skia/third_party/externals/dawn/examples/ |
| D | CppHelloTriangle.cpp | 66 sampler = device.CreateSampler(); in initTextures()
|