Home
last modified time | relevance | path

Searched defs:DecodePixel (Results 1 – 4 of 4) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/experimental/histogram/
H A Dhistogram_gmem_atomics.h34 __device__ __forceinline__ void DecodePixel(float4 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
45 __device__ __forceinline__ void DecodePixel(uchar4 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
56 __device__ __forceinline__ void DecodePixel(uchar1 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
H A Dhistogram_smem_atomics.h34 __device__ __forceinline__ void DecodePixel(float4 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
45 __device__ __forceinline__ void DecodePixel(uchar4 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
56 __device__ __forceinline__ void DecodePixel(uchar1 pixel, unsigned int (&bins)[ACTIVE_CHANNELS]) in DecodePixel() function
/dports/emulators/citra/citra-ac98458e0/src/core/hw/
H A Dgpu.cpp50 static Common::Vec4<u8> DecodePixel(Regs::PixelFormat input_format, const u8* src_pixel) { in DecodePixel() function
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hw/
H A Dgpu.cpp50 static Common::Vec4<u8> DecodePixel(Regs::PixelFormat input_format, const u8* src_pixel) { in DecodePixel() function