/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | VideoViewsValidationTests.cpp | 126 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F() local 133 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F() 145 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F() local 155 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F() 159 copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}, in TEST_F() 164 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F() 179 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F() local 186 encoder.CopyTextureToBuffer(©Src, ©Dst, ©Size); in TEST_F() 200 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F() local 209 encoder.CopyTextureToBuffer(©Src, in TEST_F() 233 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(srcBuffer, 0, 12, 4); TEST_F() local 254 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(srcBuffer, 0, 12, 4); TEST_F() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsDmaBuf.cpp | 356 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture() local 363 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture() 549 wgpu::ImageCopyTexture copySrc = in TEST_P() local 556 encoder.CopyTextureToBuffer(©Src, ©Dst, ©Size); in TEST_P() 603 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(copySrcBuffer, 0, 256); in TEST_P() local 610 encoder.CopyBufferToTexture(©Src, ©Dst, ©Size); in TEST_P() 833 wgpu::ImageCopyBuffer copySrc = in TEST_P() local 840 encoder.CopyBufferToTexture(©Src, ©Dst, ©Size); in TEST_P() 860 wgpu::ImageCopyTexture copySrc = in TEST_P() local 868 encoder.CopyTextureToBuffer(©Src, in TEST_P() [all...] |
H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 455 wgpu::ImageCopyTexture copySrc; in SimpleCopyTextureToTexture() local 456 copySrc.texture = source; in SimpleCopyTextureToTexture() 457 copySrc.mipLevel = 0; in SimpleCopyTextureToTexture() 458 copySrc.origin = {0, 0, 0}; in SimpleCopyTextureToTexture() 468 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture() 655 wgpu::ImageCopyTexture copySrc = in TEST_P() local 662 encoder.CopyTextureToBuffer(©Src, ©Dst, ©Size); in TEST_P() 709 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(copySrcBuffer, 0, 256); in TEST_P() local 716 encoder.CopyBufferToTexture(©Src, ©Dst, ©Size); in TEST_P() 960 wgpu::ImageCopyBuffer copySrc in TEST_P() local 990 wgpu::ImageCopyTexture copySrc = TEST_P() local [all...] |
/third_party/skia/tests/ |
H A D | GrSurfaceTest.cpp | 403 auto copySrc = std::get<0>(GrMakeUncachedBitmapProxyView(dContext, copySrcBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 405 REPORTER_ASSERT(reporter, copySrc); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 411 proxy->peekSurface(), copySrc.proxy()->peekSurface(), SkIRect::MakeWH(kSize, kSize), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | D3D12ResourceWrappingTests.cpp | 309 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture() local 315 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 2350 std::ostringstream copySrc; in initPrograms() local 2362 copySrc << " for (int i = 0; i < " << numVecElements << "; ++i) {\n" in initPrograms() 2372 copySrc << " for (int i = 0; i < " << numVecElements << "; ++i) {\n" in initPrograms() 2377 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms() 2673 std::ostringstream copySrc; in initPrograms() local 2674 copySrc << " for (int i = 0; i < " << numVecElements << "; ++i) {\n" in initPrograms() 2678 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 2265 std::ostringstream copySrc; in initPrograms() local 2266 copySrc << " for (int i = 0; i < " << numVecElements << "; ++i) {\n" in initPrograms() 2270 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms() 2548 std::ostringstream copySrc; in initPrograms() local 2549 copySrc << " for (int i = 0; i < " << numVecElements << "; ++i) {\n" in initPrograms() 2553 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 2706 GLTexture copySrc; in TEST_P() local 2707 glBindTexture(GL_TEXTURE_2D, copySrc); in TEST_P() 2712 glFramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, copySrc, 0); in TEST_P()
|