/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_formats.c | 50 [PIPE_FORMAT_Z16_UNORM] = ISL_FORMAT_R16_UNORM, in crocus_isl_format_for_pipe_format() 87 [PIPE_FORMAT_R16_UNORM] = ISL_FORMAT_R16_UNORM, in crocus_isl_format_for_pipe_format() 157 [PIPE_FORMAT_I16_UNORM] = ISL_FORMAT_R16_UNORM, in crocus_isl_format_for_pipe_format() 307 case PIPE_FORMAT_A16_UNORM: return ISL_FORMAT_R16_UNORM; in get_render_format() 312 case PIPE_FORMAT_I16_UNORM: return ISL_FORMAT_R16_UNORM; in get_render_format() 319 case PIPE_FORMAT_L16_UNORM: return ISL_FORMAT_R16_UNORM; in get_render_format() 477 depth_fmts |= format == ISL_FORMAT_R16_UNORM; in crocus_is_format_supported()
|
D | crocus_state.c | 2792 isv->gather_view.format = ISL_FORMAT_R16_UNORM; in crocus_create_sampler_view()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 204 fmt1(VK_FORMAT_R16_UNORM, ISL_FORMAT_R16_UNORM), 259 d_fmt(VK_FORMAT_D16_UNORM, ISL_FORMAT_R16_UNORM), 393 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 394 … chroma_plane(1, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2), 395 … chroma_plane(2, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(RED, ZERO, ZERO, ZERO), 2, 2)), 397 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 400 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 401 … chroma_plane(1, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 1), 402 … chroma_plane(2, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(RED, ZERO, ZERO, ZERO), 2, 1)), 404 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), [all …]
|
D | genX_cmd_buffer.c | 6055 const bool is_d16_1x_msaa = surf->format == ISL_FORMAT_R16_UNORM && in genX()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_gfx12.c | 154 info->format != ISL_FORMAT_R16_UNORM ? in isl_gfx125_choose_image_alignment_el() 231 info->format != ISL_FORMAT_R16_UNORM ? in isl_gfx12_choose_image_alignment_el()
|
D | isl_storage_image.c | 68 case ISL_FORMAT_R16_UNORM: in isl_is_storage_image_format() 187 case ISL_FORMAT_R16_UNORM: in isl_lower_storage_image_format()
|
D | isl_gfx8.c | 132 *image_align_el = info->format == ISL_FORMAT_R16_UNORM ? in isl_gfx8_choose_image_alignment_el()
|
D | isl_gfx7.c | 359 *image_align_el = info->format == ISL_FORMAT_R16_UNORM ? in isl_gfx7_choose_image_alignment_el()
|
D | isl_emit_depth_stencil.c | 335 case ISL_FORMAT_R16_UNORM: in isl_genX()
|
D | isl_format.c | 394 [PIPE_FORMAT_Z16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format() 431 [PIPE_FORMAT_R16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format() 508 [PIPE_FORMAT_I16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format() 521 [PIPE_FORMAT_L16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format() 537 [PIPE_FORMAT_A16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format() 1111 case ISL_FORMAT_R16_UNORM: in isl_format_get_depth_format()
|
D | isl.h | 217 ISL_FORMAT_R16_UNORM = 266, enumerator 2298 (info->format == ISL_FORMAT_R16_UNORM); in isl_surf_info_is_z16()
|
D | isl_surface_state.c | 596 case ISL_FORMAT_R16_UNORM: in isl_genX()
|
D | isl.c | 3211 case ISL_FORMAT_R16_UNORM: in isl_surf_get_depth_format() 3442 case ISL_FORMAT_R16_UNORM: return 0x14; in isl_format_get_aux_map_encoding() 3548 case ISL_FORMAT_R16_UNORM: in isl_get_render_compression_format()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_formats.c | 144 format == ISL_FORMAT_R16_UNORM || in iris_is_format_supported()
|
D | iris_state.c | 5755 const bool is_d16_1x_msaa = surf->format == ISL_FORMAT_R16_UNORM && in genX()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 1813 return ISL_FORMAT_R16_UNORM; in get_red_format_for_rgb_format() 2741 case ISL_FORMAT_R16_UNORM: in get_ccs_compatible_copy_format()
|
D | blorp_clear.c | 912 if (devinfo->ver == 8 && surf->format == ISL_FORMAT_R16_UNORM) { in blorp_can_hiz_clear_depth()
|