/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 128 static void ClearImage(benchmark::State &state, vk::Format clearFormat, vk::ImageAspectFlagBits clearAspect) in ClearImage() function 142 BENCHMARK_CAPTURE(ClearImage, VK_FORMAT_R8G8B8A8_UNORM, vk::Format::eR8G8B8A8Unorm, vk::ImageAspectFlagBits::eColor)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 143 BENCHMARK_CAPTURE(ClearImage, VK_FORMAT_R32_SFLOAT, vk::Format::eR32Sfloat, vk::ImageAspectFlagBits::eColor)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 144 BENCHMARK_CAPTURE(ClearImage, VK_FORMAT_D32_SFLOAT, vk::Format::eD32Sfloat, vk::ImageAspectFlagBits::eDepth)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime();
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsDmaBuf.cpp | 331 void ClearImage(wgpu::Device dawnDevice, in ClearImage() function in dawn_native::vulkan::VulkanImageWrappingUsageTests 379 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 407 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 437 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 478 ClearImage(device, wrappedTexture, {5 / 255.0f, 6 / 255.0f, 7 / 255.0f, 8 / 255.0f}); in TEST_P() 493 ClearImage(secondDevice, copySrcTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 529 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 582 ClearImage(device, wrappedTexture, {5 / 255.0f, 6 / 255.0f, 7 / 255.0f, 8 / 255.0f}); in TEST_P() 644 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 727 ClearImage(thirdDevic in TEST_P() [all...] |
H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 431 void ClearImage(wgpu::Device dawnDevice, in ClearImage() function in dawn_native::vulkan::VulkanImageWrappingUsageTests 485 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 514 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 544 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 584 ClearImage(device, wrappedTexture, {5 / 255.0f, 6 / 255.0f, 7 / 255.0f, 8 / 255.0f}); in TEST_P() 599 ClearImage(secondDevice, copySrcTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 635 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 688 ClearImage(device, wrappedTexture, {5 / 255.0f, 6 / 255.0f, 7 / 255.0f, 8 / 255.0f}); in TEST_P() 750 ClearImage(secondDevice, wrappedTexture, {1 / 255.0f, 2 / 255.0f, 3 / 255.0f, 4 / 255.0f}); in TEST_P() 842 ClearImage(thirdDevic in TEST_P() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | D3D12ResourceWrappingTests.cpp | 322 void ClearImage(wgpu::Texture wrappedTexture, in ClearImage() function in D3D12SharedHandleUsageTests 523 ClearImage(dawnTexture, d3d12ClearColor, device); in TEST_P() 553 ClearImage(dawnTexture, d3d12ClearColor1, device); in TEST_P() 556 ClearImage(dawnTexture, d3d12ClearColor2, device); in TEST_P() 600 ClearImage(texture.Get(), solidRed, device); in TEST_P() 626 ClearImage(texture.Get(), solidBlue, device); in TEST_P() 672 ClearImage(texture.Get(), solidRed, device); in TEST_P() 692 ClearImage(otherTexture.Get(), solidBlue, otherDevice); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 3879 namespace ClearImage namespace 4025 } // ClearImage ns 5797 case OPERATION_NAME_WRITE_CLEAR_COLOR_IMAGE: return de::MovePtr<OperationSupport>(new ClearImage ::Support (resourceDesc, ClearImage::CLEAR_MODE_COLOR)); in makeOperationSupport() 5798 case OPERATION_NAME_WRITE_CLEAR_DEPTH_STENCIL_IMAGE: return de::MovePtr<OperationSupport>(new ClearImage ::Support (resourceDesc, ClearImage::CLEAR_MODE_DEPTH_STENCIL)); in makeOperationSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 3742 namespace ClearImage namespace 3888 } // ClearImage ns 5585 case OPERATION_NAME_WRITE_CLEAR_COLOR_IMAGE: return de::MovePtr<OperationSupport>(new ClearImage ::Support (resourceDesc, ClearImage::CLEAR_MODE_COLOR)); in makeOperationSupport() 5586 case OPERATION_NAME_WRITE_CLEAR_DEPTH_STENCIL_IMAGE: return de::MovePtr<OperationSupport>(new ClearImage ::Support (resourceDesc, ClearImage::CLEAR_MODE_DEPTH_STENCIL)); in makeOperationSupport()
|