Home
last modified time | relevance | path

Searched refs:dstPitch (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …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()
DETC_Decoder.hpp40 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu…
DSurface.cpp3643 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/
DETC_Decoder.cpp677 …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()
DETC_Decoder.hpp40 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu…
DSurface.cpp3044 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/
Dcuda_10_0.inc690 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 …]