Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_R16G16_UINT (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DFormat.cpp91 return PIPE_FORMAT_R16G16_UINT; in FormatTranslate()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.c126 [VK_FORMAT_R16G16_UINT] = PIPE_FORMAT_R16G16_UINT,
/third_party/mesa3d/src/asahi/lib/
Dagx_formats.c174 [PIPE_FORMAT_R16G16_UINT] = AGX_FORMAT_I16,
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h131 PIPE_FORMAT_R16G16_UINT, enumerator
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c520 case PIPE_FORMAT_R16G16_UINT: in get_emit_func()
935 case PIPE_FORMAT_R16G16_UINT: return TRUE; in translate_generic_is_output_format_supported()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c205 [PIPE_FORMAT_R16G16_UINT] = ISL_FORMAT_R16G16_UINT, in crocus_isl_format_for_pipe_format()
/third_party/mesa3d/src/mesa/main/
Dformats.h514 #define MESA_FORMAT_RG_UINT16 PIPE_FORMAT_R16G16_UINT
Dvarray.c369 PIPE_FORMAT_R16G16_UINT,
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c826 return PIPE_FORMAT_R16G16_UINT; in v3d_screen_get_compatible_tlb_format()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1554 [PIPE_FORMAT_R16G16_UINT] = GK104_IMAGE_FORMAT_RG16_UINT,
1604 [PIPE_FORMAT_R16G16_UINT] = 0x2524,
1655 [PIPE_FORMAT_R16G16_UINT] = 0x948,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c725 case PIPE_FORMAT_R16G16_UINT: in llvmpipe_is_format_supported()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c241 return get_canonical_format(screen, PIPE_FORMAT_R16G16_UINT); in canonical_format_from_bits()
Dst_format.c963 { PIPE_FORMAT_R16G16_UINT, 0},
Dst_cb_texture.c1186 return PIPE_FORMAT_R16G16_UINT; in red_alpha_to_red_green()
1227 return PIPE_FORMAT_R16G16_UINT; in luminance_alpha_to_red_green()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c167 …[ PIPE_FORMAT_R16G16_UINT ] = { SVGA3D_R16G16_UINT, SVGA3D_R16G16_UINT, …
/third_party/mesa3d/src/util/format/
Du_format.csv457 PIPE_FORMAT_R16G16_UINT , plain, 1, 1, 1, up16, up16, , , xy01, rgb
/third_party/mesa3d/src/intel/isl/
Disl_format.c581 [PIPE_FORMAT_R16G16_UINT] = ISL_FORMAT_R16G16_UINT, in isl_format_for_pipe_format()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy1352 { "rg16ui", PIPE_FORMAT_R16G16_UINT, GLSL_TYPE_UINT, 130, 0, true, false },
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c824 case PIPE_FORMAT_R16G16_UINT: in get_extended_image_format()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1399 case SpvImageFormatRg16ui: return PIPE_FORMAT_R16G16_UINT; in translate_image_format()