Home
last modified time | relevance | path

Searched refs:ISL_UINT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c884 assert(src_fmtl->channels.r.type == ISL_UINT || in bit_cast_color()
886 assert(dst_fmtl->channels.r.type == ISL_UINT || in bit_cast_color()
922 assert(src_fmtl->channels.r.type == ISL_UINT); in bit_cast_color()
923 assert(dst_fmtl->channels.r.type == ISL_UINT); in bit_cast_color()
1803 case ISL_UINT: in get_red_format_for_rgb_format()
1818 case ISL_UINT: in get_red_format_for_rgb_format()
1829 case ISL_UINT: in get_red_format_for_rgb_format()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c332 case ISL_UINT: in convert_color_for_load()
486 case ISL_UINT: in convert_color_for_store()
/third_party/mesa3d/src/intel/isl/
Disl_format.c1047 return isl_format_has_channel_type(fmt, ISL_UINT); in isl_format_has_uint_channel()
1240 case ISL_UINT: in pack_channel()
1340 case ISL_UINT: in unpack_channel()
Disl.h502 ISL_UINT, enumerator
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c80 } else if (isl_format_layouts[format].channels.r.type == ISL_UINT || in vertex_element_comp_control()