Home
last modified time | relevance | path

Searched refs:ISL_FORMAT_R16_UNORM (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c50 [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()
Dcrocus_state.c2787 isv->gather_view.format = ISL_FORMAT_R16_UNORM; in crocus_create_sampler_view()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c204 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 …]
DgenX_cmd_buffer.c5543 const bool fmt_is_d16 = surf->format == ISL_FORMAT_R16_UNORM; in genX()
/third_party/mesa3d/src/intel/isl/
Disl_gfx12.c135 info->format != ISL_FORMAT_R16_UNORM ? in isl_gfx125_choose_image_alignment_el()
212 info->format != ISL_FORMAT_R16_UNORM ? in isl_gfx12_choose_image_alignment_el()
Disl_storage_image.c68 case ISL_FORMAT_R16_UNORM: in isl_is_storage_image_format()
187 case ISL_FORMAT_R16_UNORM: in isl_lower_storage_image_format()
Disl_gfx8.c132 *image_align_el = info->format == ISL_FORMAT_R16_UNORM ? in isl_gfx8_choose_image_alignment_el()
Disl_gfx7.c365 *image_align_el = info->format == ISL_FORMAT_R16_UNORM ? in isl_gfx7_choose_image_alignment_el()
Disl_emit_depth_stencil.c310 case ISL_FORMAT_R16_UNORM: in isl_genX()
Disl_format.c392 [PIPE_FORMAT_Z16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format()
429 [PIPE_FORMAT_R16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format()
506 [PIPE_FORMAT_I16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format()
519 [PIPE_FORMAT_L16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format()
535 [PIPE_FORMAT_A16_UNORM] = ISL_FORMAT_R16_UNORM, in isl_format_for_pipe_format()
1053 case ISL_FORMAT_R16_UNORM: in isl_format_get_depth_format()
Disl.h218 ISL_FORMAT_R16_UNORM = 266, enumerator
2226 (info->format == ISL_FORMAT_R16_UNORM); in isl_surf_info_is_z16()
Disl.c1968 case ISL_FORMAT_R16_UNORM: in isl_surf_get_hiz_surf()
3192 case ISL_FORMAT_R16_UNORM: in isl_surf_get_depth_format()
3391 case ISL_FORMAT_R16_UNORM: return 0x14; in isl_format_get_aux_map_encoding()
3497 case ISL_FORMAT_R16_UNORM: in isl_get_render_compression_format()
Disl_surface_state.c700 case ISL_FORMAT_R16_UNORM: in isl_genX()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c62 [MESA_FORMAT_R_UNORM16] = ISL_FORMAT_R16_UNORM, in brw_isl_format_for_mesa_format()
268 render = ISL_FORMAT_R16_UNORM; in brw_screen_init_surface_formats()
464 return ISL_FORMAT_R16_UNORM; in translate_tex_format()
Dbrw_draw_upload.c140 ISL_FORMAT_R16_UNORM,
Dbrw_blorp.c228 return ISL_FORMAT_R16_UNORM; in brw_blorp_to_isl_format()
Dbrw_wm_surface_state.c555 format = ISL_FORMAT_R16_UNORM; in brw_update_texture_surface()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_formats.c140 format == ISL_FORMAT_R16_UNORM || in iris_is_format_supported()
Diris_state.c5578 const bool fmt_is_d16 = surf->format == ISL_FORMAT_R16_UNORM; in genX()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c1813 return ISL_FORMAT_R16_UNORM; in get_red_format_for_rgb_format()
2657 case ISL_FORMAT_R16_UNORM: in get_ccs_compatible_copy_format()
Dblorp_clear.c887 if (devinfo->ver == 8 && surf->format == ISL_FORMAT_R16_UNORM) { in blorp_can_hiz_clear_depth()