Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVideoViewsValidationTests.cpp240 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
263 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
272 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
DCopyCommandsValidationTests.cpp105 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &extent3D); in TestB2TCopy()
778 encoder.CopyBufferToTexture(&errorImageCopyBuffer, &imageCopyTexture, &extent3D); in TEST_F()
789 encoder.CopyBufferToTexture(&imageCopyBuffer, &errorImageCopyTexture, &extent3D); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp54 case Command::CopyBufferToTexture: { in FreeCommands()
234 case Command::CopyBufferToTexture: in SkipCommand()
DCommands.h41 CopyBufferToTexture, enumerator
DCommandEncoder.cpp734 allocator->Allocate<CopyBufferToTextureCmd>(Command::CopyBufferToTexture); in APICopyBufferToTexture()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp271 TEST_P(TextureZeroInitTest, CopyBufferToTexture) { in TEST_P() argument
289 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
321 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
356 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
430 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
1147 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
1294 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
1372 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
1764 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copyExtent3D); in InitializeDataInCompressedTextureAndExpectLazyClear()
2109 encoder.CopyBufferToTexture(&imageCopyBufferSrc, &imageCopyTexture, &copyExtent3D); in TEST_P()
DTexture3DTests.cpp96 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
DSamplerTests.cpp112 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in SetUp()
DSamplerFilterAnisotropicTests.cpp133 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in InitTexture()
DBufferZeroInitTests.cpp871 TEST_P(BufferZeroInitTest, CopyBufferToTexture) { in TEST_P() argument
896 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &kTextureSize); in TEST_P()
914 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &kTextureSize); in TEST_P()
DTextureViewTests.cpp163 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in initTexture()
DTextureFormatTests.cpp239 encoder.CopyBufferToTexture(&bufferView, &textureView, &extent); in DoSampleTest()
DBindGroupTests.cpp324 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
1462 commandEncoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in TEST_P()
DStorageTextureTests.cpp533 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copyExtent); in CreateTextureWithTestData()
DCompressedTextureFormatTests.cpp129 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copyConfig.copyExtent3D); in InitializeDataInCompressedTexture()
DCopyTests.cpp276 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in DoTest()
/third_party/skia/third_party/externals/dawn/examples/
DCppHelloTriangle.cpp82 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &copySize); in initTextures()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUCommandEncoder.cpp92 enc_.CopyBufferToTexture(&src, &dst, &size); in copyBufferToTexture()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp610 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
840 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
DVulkanImageWrappingTestsOpaqueFD.cpp716 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
967 encoder.CopyBufferToTexture(&copySrc, &copyDst, &copySize); in TEST_P()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp379 this->getCopyEncoder().CopyBufferToTexture(&srcBuffer, &dstTexture, &copySize); in uploadTextureData()
434 copyEncoder.CopyBufferToTexture(&srcBuffer, &dstTexture, &copySize); in onClearBackendTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp551 case Command::CopyBufferToTexture: { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp735 case Command::CopyBufferToTexture: { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp637 case Command::CopyBufferToTexture: { in Execute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm749 case Command::CopyBufferToTexture: {