Searched refs:ISL_FORMAT_R16G16_UNORM (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_storage_image.c | 64 case ISL_FORMAT_R16G16_UNORM: in isl_is_storage_image_format() 175 case ISL_FORMAT_R16G16_UNORM: in isl_lower_storage_image_format()
|
H A D | isl_format.c | 432 [PIPE_FORMAT_R16G16_UNORM] = ISL_FORMAT_R16G16_UNORM, in isl_format_for_pipe_format() 550 [PIPE_FORMAT_L16A16_UNORM] = ISL_FORMAT_R16G16_UNORM, in isl_format_for_pipe_format()
|
H A D | isl.c | 3420 case ISL_FORMAT_R16G16_UNORM: return 0x14; in isl_format_get_aux_map_encoding() 3496 case ISL_FORMAT_R16G16_UNORM: in isl_get_render_compression_format()
|
H A D | isl.h | 165 ISL_FORMAT_R16G16_UNORM = 204, enumerator
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_formats.c | 88 [PIPE_FORMAT_R16G16_UNORM] = ISL_FORMAT_R16G16_UNORM, in crocus_isl_format_for_pipe_format() 324 case PIPE_FORMAT_L16A16_UNORM: return ISL_FORMAT_R16G16_UNORM; in get_render_format()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 211 fmt1(VK_FORMAT_R16G16_UNORM, ISL_FORMAT_R16G16_UNORM), 398 chroma_plane(1, ISL_FORMAT_R16G16_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZERO, ZERO), 2, 2)), 405 chroma_plane(1, ISL_FORMAT_R16G16_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZERO, ZERO), 2, 1)),
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 2719 case ISL_FORMAT_R16G16_UNORM: in get_ccs_compatible_copy_format()
|
Completed in 19 milliseconds