Home
last modified time | relevance | path

Searched refs:srcContext (Results 1 – 11 of 11) sorted by relevance

/external/skqp/tests/
DTestUtils.cpp21 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
23 int pixelCnt = srcContext->width() * srcContext->height(); in test_read_pixels()
27 SkImageInfo ii = SkImageInfo::Make(srcContext->width(), srcContext->height(), in test_read_pixels()
29 bool read = srcContext->readPixels(ii, pixels.get(), 0, 0, 0); in test_read_pixels()
DTestUtils.h17 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[],
23 GrSurfaceContext* srcContext, bool expectedToWork, const char* testName);
/external/skia/tests/
DTestUtils.h20 void TestReadPixels(skiatest::Reporter*, GrDirectContext*, GrSurfaceContext* srcContext,
25 void TestWritePixels(skiatest::Reporter*, GrDirectContext*, GrSurfaceContext* srcContext,
DTestUtils.cpp26 GrSurfaceContext* srcContext, in TestReadPixels() argument
29 int pixelCnt = srcContext->width() * srcContext->height(); in TestReadPixels()
30 SkImageInfo ii = SkImageInfo::Make(srcContext->dimensions(), in TestReadPixels()
37 bool read = srcContext->readPixels(dContext, pm, {0, 0}); in TestReadPixels()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_9_0.inc533 CUdeviceptr srcDevice, CUcontext srcContext,
539 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
645 CUdeviceptr srcDevice, CUcontext srcContext,
651 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
Dcuda_10_1.inc543 CUdeviceptr srcDevice, CUcontext srcContext,
549 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
655 CUdeviceptr srcDevice, CUcontext srcContext,
661 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
Dcuda_10_0.inc543 CUdeviceptr srcDevice, CUcontext srcContext,
549 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
655 CUdeviceptr srcDevice, CUcontext srcContext,
661 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
Dcuda_10_2.inc551 CUdeviceptr srcDevice, CUcontext srcContext,
557 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
663 CUdeviceptr srcDevice, CUcontext srcContext,
669 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
Dcuda_11_0.inc558 CUdeviceptr srcDevice, CUcontext srcContext,
564 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
670 CUdeviceptr srcDevice, CUcontext srcContext,
676 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
Dcuda_11_2.inc599 CUdeviceptr srcDevice, CUcontext srcContext,
605 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
711 CUdeviceptr srcDevice, CUcontext srcContext,
717 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount,
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_tracer.cc447 cupti_interface->GetDeviceId(p2p_params->srcContext, &src_device); in AddP2PMemcpyEventUponApiExit()