Home
last modified time | relevance | path

Searched refs:ISL_SINT (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/prebuilt-intermediates/isl/
Disl_format_layout.c58 .r = { ISL_SINT, 0, 32 },
59 .g = { ISL_SINT, 32, 32 },
60 .b = { ISL_SINT, 64, 32 },
61 .a = { ISL_SINT, 96, 32 },
278 .r = { ISL_SINT, 0, 32 },
279 .g = { ISL_SINT, 32, 32 },
280 .b = { ISL_SINT, 64, 32 },
458 .r = { ISL_SINT, 0, 16 },
459 .g = { ISL_SINT, 16, 16 },
460 .b = { ISL_SINT, 32, 16 },
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c333 case ISL_SINT: in convert_color_for_load()
492 case ISL_SINT: in convert_color_for_store()
/external/mesa3d/src/intel/isl/
Disl_format.c999 return isl_format_has_channel_type(fmt, ISL_SINT); in isl_format_has_sint_channel()
1189 case ISL_SINT: in pack_channel()
1301 case ISL_SINT: in unpack_channel()
Disl.h424 ISL_SINT, enumerator
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1734 case ISL_SINT: in get_red_format_for_rgb_format()
1749 case ISL_SINT: in get_red_format_for_rgb_format()
1760 case ISL_SINT: in get_red_format_for_rgb_format()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c78 isl_format_layouts[format].channels.r.type == ISL_SINT) { in vertex_element_comp_control()