/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 677 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu… in Decode() argument 690 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 693 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 702 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 705 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 713 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 716 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode() 723 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 731 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
|
D | ETC_Decoder.hpp | 40 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu…
|
D | Surface.cpp | 3643 int dstPitch = dst->getInternalPitchB(); in copyCubeEdge() local 3657 …int dstDelta = (((dstEdge == TOP) || (dstEdge == BOTTOM)) ? dstBytes : dstPitch) * (reverse ? -1 :… in copyCubeEdge() 3658 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge()
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 677 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu… in Decode() argument 690 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 693 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 702 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 705 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 713 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 716 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode() 723 unsigned char *dstRow = dst + (y * dstPitch); in Decode() 731 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
|
D | ETC_Decoder.hpp | 40 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu…
|
D | Surface.cpp | 3044 int dstPitch = dst->getInternalPitchB(); in copyCubeEdge() local 3058 …int dstDelta = (((dstEdge == TOP) || (dstEdge == BOTTOM)) ? dstBytes : dstPitch) * (reverse ? -1 :… in copyCubeEdge() 3059 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_10_0.inc | 690 CUresult CUDAAPI cuMemsetD2D8(CUdeviceptr dstDevice, size_t dstPitch, unsigned char uc, size_t Widt… 694 return func_ptr(dstDevice, dstPitch, uc, Width, Height); 697 CUresult CUDAAPI cuMemsetD2D16(CUdeviceptr dstDevice, size_t dstPitch, unsigned short us, size_t Wi… 701 return func_ptr(dstDevice, dstPitch, us, Width, Height); 704 CUresult CUDAAPI cuMemsetD2D32(CUdeviceptr dstDevice, size_t dstPitch, unsigned int ui, size_t Widt… 708 return func_ptr(dstDevice, dstPitch, ui, Width, Height); 732 CUresult CUDAAPI cuMemsetD2D8Async(CUdeviceptr dstDevice, size_t dstPitch, unsigned char uc, size_t… 736 return func_ptr(dstDevice, dstPitch, uc, Width, Height, hStream); 739 CUresult CUDAAPI cuMemsetD2D16Async(CUdeviceptr dstDevice, size_t dstPitch, unsigned short us, size… 743 return func_ptr(dstDevice, dstPitch, us, Width, Height, hStream); [all …]
|