Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_R16_UNORM (Results 1 – 25 of 38) sorted by relevance

12

/external/mesa3d/src/util/format/
Du_format.h1186 return PIPE_FORMAT_R16_UNORM; in util_format_intensity_to_red()
1224 return PIPE_FORMAT_R16_UNORM; in util_format_luminance_to_red()
1320 return PIPE_FORMAT_R16_UNORM; in util_format_get_plane_format()
1325 return !plane ? PIPE_FORMAT_R16_UNORM : PIPE_FORMAT_R16G16_UNORM; in util_format_get_plane_format()
Du_format_tests.c664 …{PIPE_FORMAT_R16_UNORM, PACKED_1x16(0xffff), PACKED_1x16(0x0000), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)…
665 …{PIPE_FORMAT_R16_UNORM, PACKED_1x16(0xffff), PACKED_1x16(0xffff), UNPACKED_1x1(1.0, 0.0, 0.0, 1.0)…
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h112 return PIPE_FORMAT_R16_UNORM; in nv50_blit_zeta_to_colour_format()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h848 return PIPE_FORMAT_R16_UNORM; in util_format_intensity_to_red()
886 return PIPE_FORMAT_R16_UNORM; in util_format_luminance_to_red()
/external/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp41 { { CL_R, CL_UNORM_INT16 }, PIPE_FORMAT_R16_UNORM },
/external/mesa3d/src/vulkan/util/
Dvk_format.c113 [VK_FORMAT_R16_UNORM] = PIPE_FORMAT_R16_UNORM,
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c495 case PIPE_FORMAT_R16_UNORM: in r300_translate_colorformat()
751 case PIPE_FORMAT_R16_UNORM: in r300_translate_out_fmt()
869 case PIPE_FORMAT_R16_UNORM: in r300_translate_colormask_swizzle()
/external/mesa3d/src/gallium/include/pipe/
Dp_format.h93 PIPE_FORMAT_R16_UNORM, enumerator
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c353 case PIPE_FORMAT_R16_UNORM: in vc4_screen_is_format_supported()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c75 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16_UNORM, in is_format_supported()
Dst_format.c93 return PIPE_FORMAT_R16_UNORM; in st_mesa_format_to_pipe_format()
527 { PIPE_FORMAT_R16_UNORM, PIPE_FORMAT_R16G16_UNORM,
Dst_sampler_view.c510 format = PIPE_FORMAT_R16_UNORM; in get_sampler_view_format()
Dst_cb_fbo.c413 case PIPE_FORMAT_R16_UNORM: in st_new_renderbuffer_fb()
Dst_extensions.c864 { PIPE_FORMAT_R16_UNORM, in st_init_extensions()
1539 screen->is_format_supported(screen, PIPE_FORMAT_R16_UNORM, in st_init_extensions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h624 return PIPE_FORMAT_R16_UNORM; in util_blitter_get_color_format_for_zs()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c353 case PIPE_FORMAT_R16_UNORM: in lima_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c550 case PIPE_FORMAT_R16_UNORM: in v3d_screen_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c432 case PIPE_FORMAT_R16_UNORM: in get_emit_func()
901 case PIPE_FORMAT_R16_UNORM: return TRUE; in translate_generic_is_output_format_supported()
/external/virglrenderer/src/gallium/include/pipe/
Dp_format.h92 #define PIPE_FORMAT_R16_UNORM VIRGL_FORMAT_R16_UNORM macro
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c427 __DRI_IMAGE_COMPONENTS_R, PIPE_FORMAT_R16_UNORM, 1,
/external/mesa3d/src/mesa/main/
Dformats.h397 #define MESA_FORMAT_R_UNORM16 PIPE_FORMAT_R16_UNORM
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c912 blit.src.format = PIPE_FORMAT_R16_UNORM; in handle_zs_blit()
913 blit.dst.format = PIPE_FORMAT_R16_UNORM; in handle_zs_blit()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1550 [PIPE_FORMAT_R16_UNORM] = GK104_IMAGE_FORMAT_R16_UNORM,
1603 [PIPE_FORMAT_R16_UNORM] = 0x1115,
1651 [PIPE_FORMAT_R16_UNORM] = 0xbe8,
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp464 {PIPE_FORMAT_R16_UNORM, R16_UNORM}, in mesa_to_swr_format()
/external/mesa3d/src/gallium/frontends/va/
Dsurface.c1061 case PIPE_FORMAT_R16_UNORM: in vlVaExportSurfaceHandle()

12