Home
last modified time | relevance | path

Searched refs:copySrc (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DVideoViewsValidationTests.cpp126 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F() local
133 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
145 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F() local
155 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
159 copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}, in TEST_F()
164 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
179 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F() local
186 encoder.CopyTextureToBuffer(&copySrc, &copyDst, &copySize); in TEST_F()
200 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F() local
209 encoder.CopyTextureToBuffer(&copySrc, 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 DVulkanImageWrappingTestsDmaBuf.cpp356 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture() local
363 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
549 wgpu::ImageCopyTexture copySrc = in TEST_P() local
556 encoder.CopyTextureToBuffer(&copySrc, &copyDst, &copySize); in TEST_P()
603 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(copySrcBuffer, 0, 256); in TEST_P() local
610 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
833 wgpu::ImageCopyBuffer copySrc = in TEST_P() local
840 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
860 wgpu::ImageCopyTexture copySrc = in TEST_P() local
868 encoder.CopyTextureToBuffer(&copySrc, in TEST_P()
[all...]
H A DVulkanImageWrappingTestsOpaqueFD.cpp455 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(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
655 wgpu::ImageCopyTexture copySrc = in TEST_P() local
662 encoder.CopyTextureToBuffer(&copySrc, &copyDst, &copySize); in TEST_P()
709 wgpu::ImageCopyBuffer copySrc = utils::CreateImageCopyBuffer(copySrcBuffer, 0, 256); in TEST_P() local
716 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); 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 DGrSurfaceTest.cpp403 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 DD3D12ResourceWrappingTests.cpp309 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture() local
315 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp2350 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 DvktSynchronizationOperation.cpp2265 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 DStateChangeTest.cpp2706 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()

Completed in 32 milliseconds