Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/skia/src/codec/
H A DSkSwizzler.cpp31 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
40 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
50 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
60 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
70 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
81 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
101 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
126 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
149 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
172 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_f16()
[all …]
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/
H A DGmmGen12dGPUResourceULT.cpp81 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
107 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
146 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
185 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
254 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
379 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
401 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
463 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
771 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
794 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
H A DGmmGen12ResourceULT.cpp97 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
157 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
208 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
280 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
331 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
384 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
455 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
504 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
556 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
626 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
H A DGmmGen9ResourceULT.cpp87 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
113 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
152 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
191 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
258 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
285 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
323 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
362 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
449 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
474 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
H A DGmmResourceULT.cpp90 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
118 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
162 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
206 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
302 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
346 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
443 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
489 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
611 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
694 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
/aosp_15_r20/external/libpng/powerpc/
H A Dfilter_vsx_intrinsics.c165 #define vsx_char_to_short(vec,offset,bpp) (vector unsigned short)vec_perm((vec),VSX_CHAR_ZERO,VSX_C… argument
166 #define vsx_short_to_char(vec,offset,bpp) vec_perm(((vector unsigned char)(vec)),VSX_CHAR_ZERO,VSX_… argument
177 png_byte bpp = 4; in png_read_filter_row_sub4_vsx() local
234 png_byte bpp = 3; in png_read_filter_row_sub3_vsx() local
298 png_byte bpp = 4; in png_read_filter_row_avg4_vsx() local
385 png_byte bpp = 3; in png_read_filter_row_avg3_vsx() local
485 #define vsx_paeth_process(rp,pp,a,b,c,pa,pb,pc,bpp) {\ argument
503 png_byte bpp = 4; in png_read_filter_row_paeth4_vsx() local
623 png_byte bpp = 3; in png_read_filter_row_paeth3_vsx() local
/aosp_15_r20/external/libultrahdr/examples/
H A Dultrahdr_app.cpp187 const size_t bpp = 2; in loadFile() local
193 const size_t bpp = 4; in loadFile() local
197 const size_t bpp = 8; in loadFile() local
228 const size_t bpp = img->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in writeFile() local
238 const size_t bpp = (int)img->fmt == UHDR_IMG_FMT_48bppYCbCr444 ? 2 : 1; in writeFile() local
446 const size_t bpp = 2; in fillP010ImageHandle() local
482 const size_t bpp = 4; in fillRGBA1010102ImageHandle() local
499 const size_t bpp = 8; in fillRGBAF16ImageHandle() local
516 const size_t bpp = 4; in fillRGBA8888ImageHandle() local
842 size_t bpp = (output->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat) ? 8 : 4; in decode() local
[all …]
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp73 UINT_32 bpp = pIn->bpp; in DispatchComputeSurfaceInfo() local
647 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsLinear()
703 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsMicroTiled()
750 UINT_32 bpp, ///< [in] bits per pixel in HwlReduceBankWidthHeight()
854 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsMacroTiled()
1064 UINT_32 bpp, ///< [in] bits per pixels in ComputeSurfaceMipLevelTileMode()
1299 UINT_32 bpp = pIn->bpp; in DispatchComputeSurfaceAddrFromCoord() local
1570 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAddrFromCoordMacroTiled()
1845 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAddrFromCoordMicroTiled()
1966 UINT_32 bpp, ///< [in] bits per pixel in HwlComputePixelCoordFromOffset()
[all …]
H A Dsiaddrlib.cpp1209 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeTileDataWidthAndHeightLinear()
1252 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeHtileBytes()
1634 UINT_32 bpp, ///< [in] bits per pixel in HwlGetPitchAlignmentLinear()
1669 UINT_32 bpp, ///< [in] bits per pixel in HwlGetSizeAdjustmentLinear()
1791 UINT_32 bpp, ///< [in] bits per pixel in HwlGetPitchAlignmentMicroTiled()
1823 UINT_32 bpp, ///< [in] bits per pixel in HwlGetSizeAdjustmentMicroTiled()
1935 UINT_32 bpp, ///< [in] Bits per pixel in HwlSetupTileInfo()
2981 UINT_32 bpp, ///< Bits per pixel in HwlSetupTileCfg()
3218 UINT_32 bpp; in HwlComputeFmaskBits() local
3565 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeSurfaceAlignmentsMacroTiled()
[all …]
H A Dciaddrlib.cpp579 UINT_32 bpp, ///< Bits per pixel in HwlSetupTileCfg()
800 UINT_32 bpp = QLog2(numFrags); in HwlComputeFmaskInfo() local
1233 UINT_32 bpp, ///< [in] Bits per pixel in HwlSetupTileInfo()
1796 UINT_32 bpp, ///< [in] Bit per pixel in HwlComputeMacroModeIndex()
1894 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeTileDataWidthAndHeightLinear()
2054 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeSurfaceAlignmentsMacroTiled()
2088 UINT_32 bpp, ///< [in] bits per pixel in HwlPadDimensions()
2289 UINT_32 bpp, ///< [in] Bits per pixel in CheckTcCompatibility()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_vc4.c200 #define VC4_T_TILE_W(size, height, bpp) ((size) / (height) / ((bpp) / 8)) argument
202 static size_t igt_vc4_t_tiled_offset(size_t stride, size_t height, size_t bpp, in igt_vc4_t_tiled_offset()
281 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_to_t_tiled() local
312 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_from_t_tiled() local
340 size_t y, size_t bpp) in vc4_sand_tiled_offset()
364 size_t bpp = dst->plane_bpp[plane]; in vc4_fb_convert_plane_to_sand_tiled() local
420 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_from_sand_tiled() local
H A Digt_draw.c72 int bpp; member
198 int bpp) in linear_x_y_to_xtiled_pos()
210 int bpp) in linear_x_y_to_ytiled_pos()
228 int swizzle, int bpp, int *x, int *y) in xtiled_pos_to_x_y_linear()
239 int swizzle, int bpp, int *x, int *y) in ytiled_pos_to_x_y_linear()
254 static void set_pixel(void *_ptr, int index, uint32_t color, int bpp) in set_pixel()
297 struct rect *rect, uint32_t color, int bpp) in draw_rect_ptr_linear()
310 int bpp) in draw_rect_ptr_tiled()
649 int rect_w, int rect_h, uint32_t color, int bpp) in igt_draw_rect()
H A Dintel_batchbuffer.c400 int width, int height, int bpp) in intel_blt_copy()
587 int bpp) in fast_copy_dword1()
696 int bpp, in igt_blitter_fast_copy__raw()
778 int bpp, in igt_blitter_fast_copy()
/aosp_15_r20/external/libultrahdr/tests/
H A Deditorhelper_test.cpp55 int bpp = 1; in writeFile() local
107 const int bpp = 2; in loadFile() local
120 int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in loadFile() local
157 int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in initImageHandle() local
175 int height, int bpp) { in compare_planes()
192 int bpp = 1; in compareImg() local
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DGLTestUtils.cpp36 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength, in ImageMatches()
70 int bpp = 3; in createTestPatternRGB888() local
86 int bpp = 4; in createTestPatternRGBA8888() local
109 int bpp = 3; in createTestTextureRGB888SingleColor() local
125 int bpp = 4; in createTestTextureRGBA8888SingleColor() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c157 const uint16_t *equation, unsigned bpp, in gfx10_dcc_addr_from_coord()
178 unsigned depth, unsigned samples, unsigned bpp, in one_dcc_address_test()
348 for (unsigned bpp = min_bpp; bpp <= max_bpp; bpp *= 2) { in run_dcc_address_test() local
404 unsigned bpp, unsigned swizzle_mode, in one_htile_address_test()
516 for (unsigned bpp = 16; bpp <= 32; bpp *= 2) { in run_htile_address_test() local
536 const uint16_t *equation, unsigned bpp, in gfx10_cmask_addr_from_coord()
560 unsigned bpp, unsigned swizzle_mode, in one_cmask_address_test()
679 for (unsigned bpp = 16; bpp <= max_bpp; bpp *= 2) { in run_cmask_address_test() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp1742 UINT_32 bpp, ///< [in] bits per pixel in ComputeTileDataWidthAndHeight()
1788 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeTileDataWidthAndHeightLinear()
1837 const UINT_32 bpp = HwlComputeHtileBpp(isWidth8, isHeight8); in ComputeHtileInfo() local
1973 const UINT_32 bpp = CmaskElemBits; in ComputeCmaskInfo() local
2556 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAddrFromCoordLinear()
2591 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceCoordFromAddrLinear()
2624 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceCoordFromAddrMicroTiled()
2813 UINT_32 bpp = 1 << (log2BytesPP + 3); in ComputeMicroTileEquation() local
3002 UINT_32 bpp, ///< [in] bits per pixel in ComputePixelIndexWithinMicroTile()
3245 UINT_32 bpp, ///< [in] bits per pixel in PadDimensions()
[all …]
/aosp_15_r20/system/extras/tests/framebuffer/
H A Dfb_test.c36 int bpp; member
52 static int get_framebuffer(struct simple_fb *fb, unsigned bpp) in get_framebuffer()
139 int gr_init(int bpp, int id) in gr_init()
260 int bpp = 0; in main() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c26 struct pipe_resource *templ, int bpp) in alloc_cpu_texture()
71 struct cpu_texture *cpu, int bpp) in compare_textures()
100 static enum pipe_format get_format_from_bpp(int bpp) in get_format_from_bpp()
191 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local
/aosp_15_r20/hardware/google/gchips/libexynosutils/
Dexynos_format_v4l2.c382 int V4L2_PIX_2_YUV_INFO(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int * planes) in V4L2_PIX_2_YUV_INFO()
430 unsigned int bpp, planes; in get_yuv_bpp() local
440 unsigned int bpp, planes; in get_yuv_planes() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcalculate_pitch.cpp24 FX_SAFE_UINT32 CalculatePitch32Safely(int bpp, int width) { in CalculatePitch32Safely()
39 uint32_t CalculatePitch32OrDie(int bpp, int width) { in CalculatePitch32OrDie()
52 absl::optional<uint32_t> CalculatePitch32(int bpp, int width) { in CalculatePitch32()
/aosp_15_r20/external/libultrahdr/java/
H A DUltraHdrApp.java166 final int bpp = 2; in fillP010ImageHandle() local
186 final int bpp = 4; in fillRGBA1010102ImageHandle() local
202 final int bpp = 8; in fillRGBAF16ImageHandle() local
218 final int bpp = 4; in fillRGBA8888Handle() local
334 int bpp = img.fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in writeFile() local
/aosp_15_r20/external/libultrahdr/benchmark/
H A Dbenchmark_test.cpp143 const int bpp = 2; in loadFile() local
150 const int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in loadFile() local
292 const int bpp = 2; in fillRawImageHandle() local
303 const int bpp = cf == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in fillRawImageHandle() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3cache.cpp42 bool IsScanLineBpp(int bpp, const uint8_t* pBuf, int width) { in IsScanLineBpp()
53 const int bpp = pBitmap->GetBPP(); in DetectFirstScan() local
64 const int bpp = pBitmap->GetBPP(); in DetectLastScan() local
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DIOStream2.cpp18 int bpp = 0; in readbackPixels() local
78 int bpp = 0; in uploadPixels() local
132 int bpp = 0; in uploadPixels() local

12345678910>>...15