Home
last modified time | relevance | path

Searched refs:CreateSampler (Results 1 – 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DSamplerValidationTests.cpp27 { 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 …]
DBindGroupValidationTests.cpp54 { 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 …]
DLabelTests.cpp401 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/
DSamplerValidationTests.cpp30 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/
DObjectCachingTests.cpp306 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 …]
DSamplerTests.cpp133 sampler = device.CreateSampler(&descriptor); in TestAddressModes()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DObjectCachingTests.cpp309 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 …]
DD3D12VideoViewsTests.cpp318 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()
DTexture3DTests.cpp60 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P()
DExternalTextureTests.cpp115 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P()
DDepthStencilSamplingTests.cpp494 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()
DDestroyTests.cpp190 utils::MakeBindGroup(device, layout, {{0, device.CreateSampler()}}); in TEST_P()
DSamplerTests.cpp130 sampler = device.CreateSampler(&descriptor); in TestAddressModes()
DTextureSubresourceTests.cpp118 wgpu::Sampler sampler = device.CreateSampler(); in SampleAndDraw()
DSamplerFilterAnisotropicTests.cpp150 sampler = device.CreateSampler(&descriptor); in TestFilterAnisotropic()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp81 if (device->fn.CreateSampler(device->GetVkDevice(), &createInfo, nullptr, &mHandle) != in Sampler()
DVulkanFunctions.cpp157 GET_DEVICE_PROC(CreateSampler); in LoadDeviceProcs()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupD3D12.cpp94 d3d12Device->CreateSampler( in AllocateDescriptors()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp104 device->fn.CreateSampler(device->GetVkDevice(), &createInfo, nullptr, &*mHandle), in Initialize()
/third_party/skia/src/gpu/vk/
DGrVkSampler.cpp117 GR_VK_CALL_RESULT(gpu, result, CreateSampler(gpu->device(), &createInfo, nullptr, &sampler)); in Create()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSampler.cpp105 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateSampler(gpu->device(), in Create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp131 d3d12Device->CreateSampler(&samplerDesc, in GetOrCreate()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.h64 void APIENTRY CreateSampler(D3D10DDI_HDEVICE hDevice,
/third_party/flutter/skia/third_party/externals/dawn/examples/
DCppHelloTriangle.cpp65 sampler = device.CreateSampler(&samplerDesc); in initTextures()
/third_party/skia/third_party/externals/dawn/examples/
DCppHelloTriangle.cpp66 sampler = device.CreateSampler(); in initTextures()

123